WiseScript Package Editor Reference
159
Quick Reference
DLG_EVENT_TYPE
Used for custom dialog box scripts. Built-in dialog box
events are INIT, UPDATE, VERIFY.
See
Creating a Custom Dialog Box Script
on page 144.
FONTS
Path to the directory where fonts should be installed.
HELPFILE
Used by custom dialog boxes to display a help context. Set
this to the full path of the help file. We recommend that
you do not change this variable.
INST
Path to the directory containing the installation .EXE. We
recommend that you do not change this variable.
INST_LOG_PATH
Full path in which to place Install.log at end of installation.
INSTALL_RESULT
(read-only)
Holds the result of the last action performed for Install
File(s), Copy Local File(s), Edit INI, and Execute Program
actions. (This variable is similar to PROCEXITCODE.)
Install File(s) and Copy Local File(s) return:
z
V = Version. Replacement option was set to check
version, and the version being installed was not
newer.
z
D = Date. Replacement option was set to check Date/
Time and the condition was not met.
z
E = Exists. Replacement option was Never, and the file
exists.
z
I = Install on restart. The file was in use and will be
installed on restart. (RESTART variable also set to “S”)
z
A null value signals success.
If the file specification is a wildcard, the value represents
the last file copied or installed.
Edit INI File returns: E if the file could not be written, or
null if the edit was successful.
Execute Program returns: the numeric exit code (return
code) from the called application.
LANG
The language the end user selects in a multi-language
installation. We recommend that you do not change this
variable.
PASSWORD
Set this to the password to be used for password-
protected files. Setting this variable disables the password
prompt. Set this for distributions that do not use
prompting.
PROCEXITCODE (read-
only)
Holds the result of the last Execute Program action. (This
variable is similar to INSTALL_RESULT.) After an Execute
Program script action, this returns the exit code (return
code) from the called application.
Variable
Description