WiseScript Package Editor Reference
180
WiseScript Actions
z
Description
This appears on the Add/Remove Programs dialog box on the desktop computer.
z
Installation Files section
Specify up to three .CAB files to install.
z
Desktop Shortcut section
If installation onto the mobile device will not take place immediately following the
desktop installation, then use the following fields to create a shortcut on the desktop
computer. This shortcut starts the installation onto the mobile device by calling the
Application Manager.
Name
Enter the name for the shortcut on the mobile device.
Icon File
To use a custom icon, enter the path to the .ICO, .EXE, or .DLL file that contains
the icon.
z
Install on the mobile device following the desktop installation
If you mark this and the mobile device is connected during the desktop installation,
then the end user is prompted to perform the mobile device installation immediately
following the desktop installation.
See also:
Process for Adding Mobile Device Support to a WiseScript
on page 179
Modify Component Size
For files within the installation .EXE, the amount of required disk space is automatically
tracked. However, if you call external .EXEs that install more files, the space those files
require is not accounted for. Use this action to increase the amount of required disk
space. Then use the Check Disk Space action to make sure that enough space exists.
Use this action inside an If block that checks whether the affected component is being
installed. Example:
If COMPONENTS Contains Any Letters in “A” then
Modify Component Size: 1024
End
The COMPONENTS variable is populated with a letter of the English alphabet for each
component set to be installed, starting with A for the first component, B for the second,
and so on.
To complete the dialog box
z
Size (Kbytes)
Enter the amount of additional disk space to reserve.
z
Dest. Path
Enter the directory where the files will be installed (example:
%MAINDIR%\Pictures).