Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to ClickOnce

So I have been looking around for a way to have a window form application (c#) check for an update each time it's launched and even send a message to an active user that an update is required. This entire program will be ran in a S:\ (shared) folder. I know some one else recommend click once but everything I can find in it is from Visual Studio 2005 and well that's out dated. Anybody know a different one?

like image 945
William Hodges Avatar asked Mar 16 '23 12:03

William Hodges


1 Answers

Try https://github.com/squirrel/squirrel.windows

And intro to this on dotnetconf 2015: https://channel9.msdn.com/Events/dotnetConf/2015/Squirrel-for-Windows-installing-NET-apps-the-way-it-should-be

like image 63
Jimmy Chandra Avatar answered Mar 24 '23 08:03

Jimmy Chandra