N1 Service Provisioning System 4.1 User's Guide

Component Type: Windows Installer File (*.msi)

Resource type used to represent Silent MSI files.

Browsing

Table 5–26 Windows Installer File Browser Behavior

Root Path 

 

 

Uses standard File Browser 

Delimiter 

Ordering 

Selection Type 

Sample Path 

Filters 

*.msi 

Exported/Internal File Format

MSI files are stored as a file in their native format.

M-I Difference

M-I Differencing is not supported for Windows Installer files. Snapshots will not be taking during installation resulting in nothing to diff during the M-I diff. Since ROX does not have first-hand knowledge of the actions taken during the installer run it is not feasible to determine what needs to be captured.

Installation

The windows installer service is called on the msi file to import it into the target system with the following command:


misexec /qn /i <file path>   

Un-Install

The windows installer service uninstalls is called on the msi file used during installation to uninstall the package using the following command:


msiexec /qn /x <file path>   

After msiexec is called the msi file is removed.

Error Conditions

Table 5–27 Windows Installer File Error Conditions

Action 

Condition 

Result 

Install 

The supplied *.msi is not a proper windows installer file. 

Installation fails. 

Install 

The agent does not have proper permissions to run installations 

Installation fails. 

Uninstall 

The package has already been uninstalled 

Uninstall fails