Symantec WISESCRIPT EDITOR 7.0 SP2 - FOR NS V1.0 Manual page 133

Hide thumbs Also See for WISESCRIPT EDITOR 7.0 SP2 - FOR NS V1.0:
Table of Contents

Advertisement

WiseScript Editor Reference
Variable
INSTALL_RESULT
(read-only)
LANG
PASSWORD
PROCEXITCODE (read-
only)
RESTART
Description
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:
V = Version. Replacement option was set to check
version, and the version being installed was not
newer.
D = Date. Replacement option was set to check Date/
Time and the condition was not met.
E = Exists. Replacement option was Never, and the file
exists.
I = Install on restart. The file was in use and will be
installed on restart. (RESTART variable also set to "S")
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.
The language the end user selects in a multi-language
installation. We recommend that you do not change this
variable.
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.
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.
At the end of the script, set this variable to:
S -
If the current end user does not have administrator
privileges, logs the user off.
If the current end user has administrator privileges,
performs a full system restart at completion of the
script.
W -
Logs the user off.
When left blank, it turns off the RESTART function.
133

Advertisement

Table of Contents
loading

Table of Contents