Svs Variables - Symantec WISESCRIPT PACKAGE EDITOR 8.0 - REFERENCE FOR WISE PACKAGE STUDIO V1.0 Reference

Table of Contents

Advertisement

SVS Variables

System Variables
System variables are static properties of a layer.
WiseScript Package Editor Reference
Variable
PROCEXITCODE
PROGRAM_FILES
STARTMENUDIR
STARTUPDIR
VER_CHECK_TYPE
WISE_ERROR_RTN
See also:
Automatic Compiler Variables
Automatic Run-time Variables
You can use the following SVS variables in some of the SVS script actions.
See
About SVS Script Actions
Description
Lets you add error codes to the built-in error codes that
are returned from an installation. Check for an error
condition and, if the error condition is true, put your own
error text into PROCEXITCODE. At the end of the
installation, if PROCEXITCODE is not blank, the return
code from the installation is set to the contents of
PROCEXITCODE. This lets you write conditional code
based on the results of an external program.
Be sure to mark the Wait for Program to Exit check box
on the Execute Program Settings dialog box for the
Execute Program action.
(WiseScript Package Editor only) Also, select True Win32
from the Destination Platforms drop-down list on the
Build Settings page. (This variable is the same as
WISE_ERROR_RTN.)
Windows Program Files directory.
Directory of the Start menu for adding shortcuts.
Directory of the StartUp group for adding shortcuts.
Set this to 1 to cause the installation to use the WiseScript
simple version checking method instead of the standard
Microsoft version checking method. This can fix problems
when files are not being replaced as you expect. Set this
variable before the Install File(s) script line that exhibits
the problem.
See
File Replacement Problems in System32
Lets you write errors to the installation log. Check for an
error condition and, if the error condition is true, put your
own error text into WISE_ERROR_RTN. At the end of the
installation, if WISE_ERROR_RTN is not blank, the
contents of WISE_ERROR_RTN are written to the
installation log.
on page 245
on page 246
on page 117.
Quick Reference
on page 244.
250

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Wisescript package editor 8.0

Table of Contents