About Wisescript Actions; Add Directory To Path - Symantec WISESCRIPT EDITOR 7.0 SP2 - FOR NS V1.0 Manual

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

Advertisement

About WiseScript Actions

Add Directory to PATH

WiseScript Editor Reference
Set Control Attributes
Set Control Text
on page 85
Set Current Control
Set File Attributes
on page 86
Set Files/Buffers
on page 87
Set Variable
on page 87
Set Windows Installer Property
Start/Stop Service
on page 88
While Statement
on page 89
Win32 System Directory
Wizard Loop
on page 90
The WiseScript™ scripting language contains script actions that let you perform various
installation-related tasks. The script actions are fully coded; all you do is enter
parameters for the action. This section describes the function and usage of each action.
All possible WiseScript actions are available in all WiseScript-based editors. This lets you
open any WiseScript in any WiseScript-based editor without errors. However, a
WiseScript will run only in an environment that supports all the actions in the script.
Example: The "Get Windows Installer Property" action will not work in a script that runs
outside a Windows Installer installation.
See also:
About Script Editor
on page 15
Add Directory to PATH
on page 34
This action adds a directory to the PATH environment variable, as set in Autoexec.bat.
The directory is appended to every occurrence of the SET PATH statement that does not
already contain it. A SET PATH statement is added if none exists. The system restarts at
the end of installation so that the new PATH takes effect.
To complete the dialog box
Directory to Add to PATH
Enter the directory to be added to PATH (example: enter %MAINDIR%).
Location of New Directory
Select to add to the beginning or end of the PATH.
Path Selection
Some destination computers have several PATH variables. Use this list to add the
directory to all PATH variables.
on page 85
on page 86
on page 88
on page 90
34

Advertisement

Table of Contents
loading

Table of Contents