How to install other setups before installing the main application using .NET's Setup Project?
- by Aakar
Hi,
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?