William Hodges
William Hodges

Reputation: 681

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?

Upvotes: 5

Views: 9029

Answers (2)

Daniel
Daniel

Reputation: 506

You could give this a try https://simpldeploy.com

It's a bit different to squirrel, it's integrated into VS and does not require scripting altough it can be automated with the simplDeploy.packager.exe found in the extensions install dir.

Upvotes: 0

Related Questions