Question

Can Visual Studio make a Windows installer from a c++ project (MSI or EXE setup file) without relying on InstallShield or Advanced Installer?

Actually, I haven't found the way to create an installation package with Visual Studio, as I did for InstallShield or Advanced Installer!

Was it helpful?

Solution

Yes , you can. It is called deploying your Project.
Visit the link to see the steps involved

http://msdn.microsoft.com/en-us/library/vstudio/bb384837.aspx
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top