I have created an application for which I want to create an installer using .NET's Setup and Deployment project. The problem is that my application requires certain setups (Drivers, SDKs etc.) to be installed before it. I want these to be installed first and then the main application. How do I do it?
1
votes
1 Answers
0
votes
In a setup project you can configure this kind of things by setting prerequests see: http://www.codeproject.com/KB/dotnet/Add_framework_in_setup.aspx