4

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?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
William Hodges
  • 661
  • 10
  • 24

2 Answers2

0

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.

Daniel
  • 486
  • 4
  • 19