![]() |
Check versions and download
I have read the existing posts re: checking versions and downloading new versions. Unfortunately, it is as clear as mud to me and I could use some assistance.
I have an existing NSIS MUI install script that works just fine. I would like to add version checking (yes I looked at the NSIS install script, but where does the $VERSION come from) and then grab a text/ini file from the host that has links to the current release, beta, and alpha versions (users choice of course) Pointing me to some sample code would be most appreciated. |
Look function PageReinstall at the makensis.nsi (NSIS install script). You can see
code: This is code for read version of installed NSIS package (which wroted in regestry during installation). To download text/ini file from internet host you can use NSISdl or InetLoad plugins. |
| All times are GMT. The time now is 04:39. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.