Click here to Skip to main content
15,893,644 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created two setup project. I want first the first project completes installation and then it moves to second setup. How to do this in .NET?
Posted
Updated 21-Dec-10 4:10am
v2

1 solution

In short, don't. Use freeware Inno Setup instead, which has the capability to do this.
All the .NET installer does is check if you have the required version of .NET framework and copy the files to the user's Application Data files.
This can be done simply in Inno Setup, and you can copy the files wherever you like (i.e. Program Files).
 
Share this answer
 
Comments
Wolfgang F. 7-May-12 15:00pm    
Hi,
did you ever use an InnoSetup setup file on a system without .Net? Did it work properly? From time to time the .Net installation opens in a separate window behind the main installation application, so that the user does not see any activity any more. Do you know how to prevent this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900