Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir i am develop notepad project. how to deploy this project sir
Posted

Have a look here: Clickonce overview[^]
 
Share this answer
 
There are multiple options for deploying projects.

1. Click once deployment - You can read more at http://msdn.microsoft.com/en-US/library/t71a733d(v=VS.80).aspx[^]

2. Windows Installer Deployment - http://msdn.microsoft.com/en-US/library/2kt85ked(v=vs.80).aspx[^]

A comparision of both the approaches is here
Choosing a deployment strategy[^]

Alternatively you can use any third part deployment such as install wise or install shield.
 
Share this answer
 
Comments
Abhinav S 3-May-12 3:10am    
Good answer. 5.

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