setup
-
after finsh programming software. how can i do the setup for my software so i can install it in any PC
-
after finsh programming software. how can i do the setup for my software so i can install it in any PC
You can make a Setup for your program by using Visual Studio. You can also use third party softwares like NSIS, InnoSetup and InstallShield etc.
-
You can make a Setup for your program by using Visual Studio. You can also use third party softwares like NSIS, InnoSetup and InstallShield etc.
how can i use Visual Studio to make the Setup...
-
after finsh programming software. how can i do the setup for my software so i can install it in any PC
-
I wrote a code project article on using vs setup: http://www.codeproject.com/dotnet/Win_App_Setup_Project.asp[^] Hope that helps. Ben
thanks allot