Check Configuration - 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

Check Configuration

WiseScript Editor Reference
Parameter in the C function
title (third element of
EMPLOYEE structure)
int
deptname (first element of
DEPARTMENT structure)
deptnum (second element of
DEPARTMENT structure)
See also:
Call DLL Function
on page 38
DLL Parameter Settings
This action tests the hardware configuration, operating system, and other characteristics
of the destination computer. As a result of this check, the action can display a message,
halt the installation after displaying a message, or start a conditional block.
To complete the dialog box
If System
Use the drop-down lists to build a statement of what to check for.
Note
When you check for an operating system, this action looks for the minimum
operating system of the type for which you're checking. Example: If you check for
Windows XP, this action returns TRUE if Windows XP or later is running.
Action
Occurs when the statement above is true. All options below display the message
described in Title and Message Text below, unless Message Text is blank.
Display Message Only
Abort Installation
Start Block
Begins a conditional block. All actions between this action and the next Else or
End action are executed.
Title
Enter the title for the dialog box.
Message Text
Appears in the body of the message dialog box. Leave this blank to prevent a
message from appearing.
Parameter type in
WiseScript
string buffer
(buffer length of 50)
long
string pointer
string pointer
on page 40
Passing Type in
WiseScript
Contained within
structure
Normal
First element of a
structure
Contained within
structure
43

Advertisement

Table of Contents
loading

Table of Contents