How to install other setups before installing the main application using .NET's Setup Project?

Posted by Aakar on Stack Overflow See other posts from Stack Overflow or by Aakar
Published on 2010-04-12T12:30:05Z Indexed on 2010/04/12 12:33 UTC
Read the original article Hit count: 256

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about setup-project