Creating an MSI Package
In this window, the basic parameters of the new MSI package must be configured:
- Select the MSI package by clicking Select to the right of the Name box.
The MSI Packages from [IP Address] dialog displays on the sceen. - Find the desired package in the hierarchy of the device and select it.
- Define the archive type for the MSI package in the Archive Type box.
Specify a folder if the new MSI package is to be created in a specific folder.
- Click OK to confirm.
The dialog closes and the name of the selected msi package displays in the wizard box. - Define the basic parameters for the package by selecting the necessary options from the drop-down lists or checking/unchecking the respective options.
- In the Options panel define which other package configuration operations you need to make by checking the respective boxes.
- Click Next to continue.
The following topic provides more information about installing MSI package:
MSI Package installation options
In this window, all parameters about the actual installation process must be defined:
Make the required selections in the drop-down lists of the Installation panel and enter the required values in the Installation Options section as explained in the following table and click Next to continue.
Parameter | Description |
---|---|
User interface | Defines the user interface level:
If the installation has been cancelled by the user no such dialog box is displayed even if this option is checked. |
Installation | Defines the installation type, which are the following:
|
PIDKEY | Enter the serial number (Product ID Key Software Registration) in this field. If no number has been supplied, leave this field empty. |
List Of Transform | Manually enter the transform file names (.mst) that you wish to add to the package. If several .mst files are entered, separate them with commas. Transforms are files which can contain files, properties, custom actions, or anything that can be stored in an .msi file. Transforms are commonly used to customize installations for specific departments in an organisation or to create multi-language installations. |
Log File | Defines a path to location where the log file of the MSI package execution is stored. |
Other options | Adds additional command line options for custom commands with which to launch the MSI file which are not supported by default, such as for example, ALLUSERS. |
Delete MSI files | Check this box to delete the MSI files from the client device once installation is complete. This deletion can be done to free disk space on the device. Nevertheless, it may be useful to leave the files on the device in order to carry out any reparation or updates. |
Run program in its context | Defines if the program is to be launched from its installation location (checked) or the agent directory (unchecked). |