Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Sir/Madam
I am very new to programming. So i want to know how can i make a setup of my project. if i have one solution and it has a 26 projects . then what should i do to make a package of that solution in a setup file.
i want to package this for install this software to client system..where user can access my software..
Help me on out in full details as u know m new to programing ...
Posted

You would need to create a setup to install your application.

Have a look at these:
Deploy your Application and Database[^]
Step-by-Step Process of Creating a Setup and Deployment Project[^]

Try out!
 
Share this answer
 
go to bin/debug/ location of your project folder, here you will find one .exe file. Once rebuild your project, copy that .exe file and run anywhere...
 
Share this answer
 
Comments
Mohammad Nawaz 21-Jan-13 2:15am    
but my project doesnt run
Jenitshah
it shows error

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