|
|
#1 |
|
Junior Member
Join Date: Mar 2006
Location: Chicago
Posts: 2
|
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. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
|
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. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|