I want to create an installer for my vb.net application, i want to have an installer which can install the application as well as the supporitng software (sql server, crystal reports). I have googled alot learned about clickonce & several other things but not able to incorporate the things. Please let me know how can i create an installer with which when i run the installer on client side all things should install in one go rather than installing each prerequsite software.
Regards
Sam HobbsPosted Apr 7, 2012, 6:19 PM
I will tell you this much. You can create a setup project and use the setup project wizard to create a setup project in just a few minutes. My experience is with VS 2008; VS 2010 has probably improved on the facility.
You do not want a ClickOnce installer.