Is there an example of code for Inno setup that would check if there is a newer version of the installer available? I could store this version text file online on some http hosting.
Thinking of something like this: if an user executes my installer, it's automaticaly checking one url and comparing the number there with current version number, and showing this:
There is a newer installer version available, are you sure to continue?
YES / NO
or
There is a newer installer version (v1.40) available, are you sure to continue?
YES / NO
or
There is a newer installer version (v1.40) available, are you sure to continue?
DOWNLOAD / CONTINUE / EXIT