I wana made a setup or MSI Installer in .Net 4, which should install my C# project plus .Net framework 4 and crystal reports 2010 viewer. Right now, i have MSI Installer for my solution only and the two things are installed separately. But i want just one installer.
Please let me know any tutorial or best free solution.
Thanks
Atif
Visual Studio lets you to make a simple setups, for example Sql Server needs very advance configuration like specifying instance name, SA user’s password and so on … doing this things in visual studio is impossible, yes you can chose to install them but you have to write some code to configure them in application start up.
You may find something here
Hope this help.