Resource type used to represent Silent MSI files.
Root Path |
Uses standard File Browser |
Delimiter |
|
Ordering |
|
Selection Type |
|
Sample Path |
|
Filters |
*.msi |
MSI files are stored as a file in their native format.
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.
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> |
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.
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 |