Categorised Keywords List

This page lists the Software Update Wizard keywords by category.  See also the Alphabetical List page and also the detailed Keywords Reference page.

Category

Keywords

Defining the counter variable used to determine whether an update is needed.

aninteger

Testing your server script / making the script block update run every time

Testmode
RunAlways

Controlling the appearance of the Software Update Wizard to your users.

See also: ' Customising the 'Look and Feel' of the Software Update Wizard Dialogs '

DialogBk=
DialogTxt=
TitleBk=
TitleTxt=
Title=
Subtitle=
SubTitleColor=
Bitmap=
Icon=

ShowSystemTray=
ScrollinkLink=
MessageBoxScale=
MessageBoxBoilerPlate=

Specifying / validating the files in the update.

Filename=
Zipfile=
AdditionalFile=
MD5=

Authentication with your web server

LoginAs=
Password=

Switching logging off or on.

(See also: SuperLogging)
LoggingOn
LoggingOff
SuperLogging
Version / date / time stamp / MD5 checking before download

FileVersion=
FileDate=
FileMD5=
CheckFile=
CheckFileExists=
Prerequisite=
PlatformMax=
PlatformMin=
RunAlways

Display a message before the download starts

Message=
Importance=

Control whether updated files are backed up

Backup=

Specifying the folder which the updated files should be installed into

TargetFolder=

Closing running instances of the application to be updated.

WindowTitle=
KillProcess=

Launching external processes before the download starts.

ExecBefore=

Launching external processes immediately after any processes specified by KillProcess lines have been terminated.

ExecAfterKillProcess

Launching external processes after the download has been completed.

ExecAfter=

Delete a folder / folder structure
DelTree=
DelTreeAfterKillProcess
Write the specified value to the specified registry target destination.
SetReg
Displaying a success message box after the update has been completed.

FinalMessage=
NoSuccessMessage

Updating in-use files via a reboot (see also, KillProcess, WindowTitle).

MoveFileEx=
Reboot

Submitting advice of client updates from the Software Update Wizard back to the software house.

SubmitForm=
SubmitVariable=

Changing the default INI section label used by the Software Update Wizard. (Helps with using PHP etc. to dynamically generate server script files.)

IniSectionID=

Launching a Campaign Manager script.

CampaignManager=

Keywords used in 2-pass update scripts (where your application handles the user interface of the update process).
Group=
Priority=
ShortMessage=
LongMessage=
XML_FileVersion=
XML_Spare=
Change the polling interval for updates used by the Software Update Wizard service application.
PollInterval
Change the default timeout value used for downloading the update files.
ServerTimeout
Throttle the download speed to conserve the user's bandwidth

Throttle

Download the update file in the background first and then notify the user of the update

Predownload