Installing a Exe
-
Guys, I am done with my .exe, now i want to setup the exe through a installer packager and update the same in Add or remove programs in Control Panel, can some body let me know the process.. I googled a lot , no use.. Please help me out...Thank u
-
Guys, I am done with my .exe, now i want to setup the exe through a installer packager and update the same in Add or remove programs in Control Panel, can some body let me know the process.. I googled a lot , no use.. Please help me out...Thank u
If your willing to pay then MSI Factory[^] is a good tool Otherwise you could look into WIX[^] (lots of effort) or what is available in Visual Studio[^]
Life goes very fast. Tomorrow, today is already yesterday.
-
Guys, I am done with my .exe, now i want to setup the exe through a installer packager and update the same in Add or remove programs in Control Panel, can some body let me know the process.. I googled a lot , no use.. Please help me out...Thank u
-
Make a Setup and Deployment to make installer package.. In that way you can have in control panel too.
Thanks dude... its worked ... One more thing how to create a desktop shortcut for inatalled location using this deployment...
-
Thanks dude... its worked ... One more thing how to create a desktop shortcut for inatalled location using this deployment...
Don't get too used to the Setup and Deployment project. It won't be there in the next Visual Studio. I highly recommend you start using InstallShield Express or some other packaging tool, InnoSetup, Wise for Windows Installer, WIX, ..., in its place.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak