Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi i have a program and now i want to upgrade it and i want to upgrade it like other softwares for example when you click upgrade button it show you new features and if you click yes delete old version and change new version in your PC
how can i do it?
and i don't have website
Posted
Comments
BillWoodruff 7-Nov-14 3:13am    
Start here:

http://www.codeproject.com/search.aspx?q=update+software&doctypeid=1%3b2%3b3
george4986 7-Nov-14 6:06am    
refer this link
http://www.codeproject.com/Answers/820886/how-to-update-csharp-application-using-setup-for-i?cmt=677058#answer1

1 solution

 
Share this answer
 
Comments
Avenger1 7-Nov-14 3:59am    
no one of those link helped me
and without website can't upgrade with ClickOnce
please help me to upgrade automatically my program without ClickOnce because i don't have website
BillWoodruff 7-Nov-14 4:28am    
See the instructions on ClickOnce to FileShare here:

http://msdn.microsoft.com/en-us/library/31kztyey%28v=VS.100%29.aspx

"To make a ClickOnce application available to users, you must publish it to a Web server, file share, or removable media. You can publish the application by using the Publish Wizard; additional properties related to publishing are available on the Publish page of the Project Designer. For more information, see Publishing ClickOnce Applications."

While this may imply you could use a file-location on a server accessible to your end users via the web ... without having a web-site yourself ... I have no personal experience with this.
Avenger1 7-Nov-14 8:49am    
i did what it said and i did it with a weblog and it give me an error here is the link of the error
http://upload7.ir/imgs/2014-11/48439451470433683263.jpg

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