Is it possible to send Software Updates using some script built into the local software without having a server?
Currently I use Inno to turn my .exe
files to setup.exe
. I want to send out Software Updates to my users. Basically I want the software update to uninstall the old version of the software and install the fresh new version that I will be sending out.
Is AWS better or heroku?
You can have a listener in you Software which looks at a certain URL(your server path) for new updates and if you have new update then update new software in that URL path. Then whenever on starting software it finds new update it can show popup to update software.