Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online updating a C# program

Greetings,

I'm sorry if this question has been asked already. I've tried using the search function but couldn't find any answer that suited my situation.

I have a real simple C# form application of only 1 file, a exe. I distributed this currently by 4shared where people can download it as pleased.

However, every time I make changes to the program people will have to download the new version from 4shared.

Now this isn't a ideal situation and I'm a noob when it comes to creating upgrade but the situation I wish is that the program looks at a website / ftp server where I deploy a new version.

I'm looking for a way inside my program to look at the file on that website / ftp server and decide wether there's a new version available. If there is a new version available in the website / ftp server I would like for the program to update itself to the newest version.

Hope you guys can help me out with this and I hope I explained my situation enough !

like image 571
Theun Arbeider Avatar asked Mar 26 '11 12:03

Theun Arbeider


People also ask

How can I replace my IC online?

Login to our e-Service using your Singpass to complete the online application form. You may use the e-Service to report and replace the loss of your IC. If you have reported the loss of your IC, you must apply for a new IC within 14 days.

How much does it cost to change Singapore IC?

S$10 for Singapore citizens. S$50 for Singapore permanent residents.

How long does it take to replace NRIC?

The new IC will be produced and issued to you within a day, but please check with ICA.


1 Answers

NetSparkle is a nice alternative to click-once with more deployment options. http://netsparkle.codeplex.com/

like image 130
Paulczy Avatar answered Oct 03 '22 14:10

Paulczy