Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi,
I have a project and added to it a setup project to manage the installation. I am able to right-click and install/uninstall the setup project and it works well on my computer. But I am at a loss how to package the two projects together to install in another computer: where do i get to publish the main project such that i can put it in a cd and have it run setup while installing? When i publish the project, it leaves behind the setup project!
Posted

This issue has been covered numerous times. Check here .
 
Share this answer
 
Sorry, I got it. The setup.msi file is a compressed file created in the setup publishing folder and it has everything that installs the software. Surprise: my application was compressed from 70MB to 3.9MB!
 
Share this answer
 

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