Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
Hi friends,

I want an Installer which I can use to install my windows application and an Outlook Add In.
VS2012 doesnt ship MSI Installer any more... I have used InstallShield, But It doesn't seem to be good, and sometimes crashing at the user's side. Is there any Good Installer that I can use...
Posted
Comments
[no name] 1-Aug-13 7:36am    
"Is there any Good Installer that I can use", yes, yes there are.

Check below mentioned links.

To create setup project in VS 2012 (video)

http://www.youtube.com/watch?v=s_YUcBxc5xM[^]

For more info check this:

http://stackoverflow.com/questions/12378125/create-msi-or-setup-project-with-visual-studio-2012[^]

I hope this will help to you.
 
Share this answer
 
If your installation is crashing it's because you're doing something wrong in your installer, not with InstallShield. After using it to build a few thousand installations, I can say that it's really stable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900