Capture Application To Svs Layer - Symantec WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0 Installation Manual

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

Advertisement

Capture Application to SVS Layer

WiseScript Editor Reference
}
To call the function NewEmployee from an installation script, you add six parameters in
the Call DLL Function dialog box: the three elements of the first structure, the integer,
and the two elements of the second structure.
To add parameters, see
DLL Parameter Settings
Parameter in the C function
name (first element of
EMPLOYEE structure)
salary (second element of
EMPLOYEE structure)
title (third element of
EMPLOYEE structure)
int
deptname (first element of
DEPARTMENT structure)
deptnum (second element of
DEPARTMENT structure)
This SVS script action captures an application to a virtual software layer. You can use
this script action to update a layer by adding the files that are installed by an .EXE.
(Example: If you have a layer for Microsoft Word, you could create a WiseScript that
installs Word templates. You could use the Capture Application to SVS Layer script action
to capture the templates installed by the WiseScript .EXE and to add these templates to
the Word layer.)
You can add an application to an existing layer or to a layer that the WiseScript creates.
See
Create SVS Layer
on page 66.
When a WiseScript that contains this script action runs, it runs the .EXE you specify and
captures its installation. You can use this script action to capture an .MSI by running
msiexec.exe.
To complete the dialog box
Layer GUID
Enter the layer's GUID (globally unique identifier) or a variable that represents the
layer's GUID. If you enter the layer's GUID, do not include the { } brackets.
For information on creating a variable for a layer's GUID, see
page 66 and
Find SVS Layer GUID
Program path
Specify the path and file name of the .EXE. When the WiseScript runs, it executes
the .EXE and captures whatever it installs. To capture an .MSI, enter the path to
msiexec.exe. You can use WiseScript variables.
on page 48.
Parameter type in
WiseScript
string pointer
long
string buffer
(buffer length of 50)
long
string pointer
string pointer
on page 85.
WiseScript Actions
Passing Type in
WiseScript
First element of a
structure
Contained within
structure
Contained within
structure
Normal
First element of a
structure
Contained within
structure
Create SVS Layer
on
51

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WISESCRIPT EDITOR 7.0 SP2 - FOR WISE INSTALLATION EXPRESS V1.0 and is the answer not in the manual?

Questions and answers

Table of Contents