When running the update program <<MySetup.exe /update>> I get the following error:
Code: Select all
Runtime error in setup script:
Line 156: Attempting to get value of undefined variable UPDATE_DOWNLOAD
Here is the script section where the code is failing:
Code: Select all
Comment: Choose updates to download
if Variable UPDATE_DOWNLOAD Equals TRUE
MessageBalloon: Updates are available for $TITLE$, The InstallAware Wizard has found updates for $TITLE$. Click here to download these updates.
Show icon in system tray, minimize setup to system tray
end
I have not made any changes to the Updates script. The Monitor URL value is:
Code: Select all
http://www.Progytech.com/plm/setup/updates.ini
and I placed the Updates.ini in the URL location with the update file.
Here is the Updates.INI:
Code: Select all
[Parking Lot Manager Update 5.01]
URL=http://www.progytech.com/plm/Parkinglot Management-Update.exe
Description=Will fix the connection to MySQL Server.
Reboot=No
Silent=No
Parameters=
[Update Packs for Versions]
5.0=Parking Lot Manager Update 5.01
I am using the trial version of InstallAware Studio Admin 6.0 (Build gwinnett_rtm.060606).
Please advise what am I doing wrong? or how to find out what may be causing this problem so I can test the IA Update feature.
Thanks