Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Thank you very much but another question :

When i create new project Installer Class is it independent or can we consider it as attached to our main project(solution).

I will explain this : In my main project i know how to add new setup project by choosing "Add to solution" but in tutorial about Installer Class it say : Open new project is it a project a part or a project "binded" to our Main Project ?

Thanks again
Posted
Comments
skydger 13-Nov-12 14:05pm    
It doesn't matter, how to create custom dialog form. It is convenient to use 'atttached' project to the solution. But also it is possible to use libraries from separate projects.

1 solution

You can have the installer in the same solution.
Add a new Setup Project to the solution -> Right click -> Add -> Project Output -> Choose Primary output and Content files.

This will create the Dependencies for your setup project automatically.

Hope this helps.
 
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