WiseScript Editor Reference
78
Pause
This action temporarily stops a script from executing. After the specified number of
milliseconds, the script continues. Example: Use this action to display a billboard for
several seconds.
To complete the dialog box
z
Milliseconds to pause
Enter the number of milliseconds to pause the script. A millisecond is 1/1000 of a
second. To pause for one second, enter 1000.
Play Multimedia File
This action plays an audio (.WAV) or video (.AVI) file during installation. Playback is
asynchronous, which means the sound or movie can play while the installation
continues. The multimedia file must be installed on the destination computer before this
action is called. It must be small enough to fit into the destination computer’s RAM for it
to play correctly, because the disk is heavily accessed by the installation process. To
produce sound, the destination computer must be properly equipped and configured.
To complete the dialog box
z
File Type
Select either .WAV or .AVI.
z
Pathname
Specify the path to the .WAV or .AVI file. Start this field with a variable (example:
%MAINDIR%\Movie.avi). If the multimedia file is used only during installation, you
can use the Get Temporary Filename action to obtain a random file name, then
install the file to %TEMP%\%TEMPFILENAME%.
z
X Position, Y Position
Indicate the location on a 640 x 480 screen at which an .AVI file should be played
back. Coordinates are adjusted proportionately for the display resolution on the
destination computer.
z
Loop Continuously
Post to HTTP Server
This action posts information over the Internet to a Web server. (Example: Use it to
record user registration information or other data.) You must set up a CGI program or
Active Server Page (.ASP) on the server that accepts data sent by an HTTP POST
operation and deciphers encoded characters.
The destination computer must have a valid Internet connection. If end users might not
have this capability, you can add a prompt on a dialog box asking the end user if they
have Internet connectivity. Then use the results from the prompt to run this action or
not.
To complete the dialog box
z
Destination URL
Enter the URL of the CGI program or ASP page that accepts posted data.
Содержание ALTIRIS INVENTORY 7.0 SP2 - FOR NETWORK DEVICES V1.0
Страница 1: ...WiseScript Editor Reference ...
Страница 31: ...WiseScript Editor Reference 31 ...
Страница 91: ...WiseScript Editor Reference 91 ...
Страница 148: ...WiseScript Editor Reference 148 ...