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: 267
.NET
|setup-project
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