Archive: Auto update existing install


Auto update existing install
Does NSIS have a mechanism for including in an installed application an option that runs each time the application is started and checks the web for updates?


It's not something that's done automatically, but you can write a mini installer that'd use NSISdl or InetLoad to check for updates. You can then have that mini installer started silently by your application.