Browse For Directory; Call Dll Function - 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

Browse for Directory

Call DLL Function

WiseScript Editor Reference
device entry with the same device name but a different driver path, the old entry is
commented out and the new entry is added.
This action displays a dialog box asking the end user to select a directory. It is included
to provide backward compatibility for older WiseScripts. In new scripts, use custom
dialog boxes instead.
To complete the dialog box
Window Name
Enter the title for the dialog box.
Description
Enter text to explain the dialog box to the end user.
Prompt Name
Enter explanatory text to be displayed above the directory field.
Default Value
Enter the default location of the new directory. This appears as a default in the
directory field.
Variable Name
Enter a variable to store the chosen directory. The standard script uses the variable
MAINDIR for this purpose.
Don't Append
Mark this to prevent the default directory (Default Value field) from being appended
to the chosen directory.
Confirm If Exists
Mark this to warn the end user if the chosen directory already exists.
This action calls a .DLL function from a .DLL on the destination computer. They can be
be .DLLs you have written, .DLLs developed for WiseScript, or Windows .DLLs. You can
branch the script based on the returned results of a .DLL by setting the Action to Start
Block if Return Value True or Start While Loop.
To complete the dialog box
DLL Pathname
Specify the path of the .DLL file (example: %MAINDIR%\Jso32.dll).
For non-system .DLLs, the installation script must install the .DLL before the script
calls it or it will not be found. If the .DLL is only needed temporarily during
installation, copy it to the Temp directory, represented by %TEMP%.
Note
You cannot test an installation that installs and immediately calls a .DLL unless you
install the .DLL to the Temp directory. Testing installs files, then immediately
deletes them, unless they are installed to the Temp directory.
38

Advertisement

Table of Contents
loading

Table of Contents