Name | Description |
---|---|
Add | This is required to precede the Exec command.
|
Exec | The Exec node includes the parameters and properties requires to locate, download, validate and perform product installation.
|
Element | Description |
---|---|
MsiInstallJob | root element
"Attribute: "id - the application identifier of the application being installed |
Product | child element of MsiInstallJob
Attribute: “Version” – string representation of application version |
Download | child element of Product. Container for download configuration information. |
ContentURLList | child element of Download. Contains list of 1 or more content download URL locators in the form of ContentURL elements. |
ContentURL | Location content should be downloaded from. Must be a property formatted URL that points to the .MSI file. |
Validation | Contains information used to validate contend authenticity. • FileHash – SHA256 hash value of file content |
FileHash | SHA256 hash value of file content |
Enforcement | installation properties to be used when installing this MSI |
CommandLine | Command-line options to be used when calling MSIEXEC.exe |
TimeOut | Amount of time, in minutes that the installation process can run before the installer considers the installation may have failed and no longer monitors the installation operation. |
RetryCount | The number of times the download and installation operation will be retried before the installation will be marked as failed. |
RetryInterval | Amount of time, in minutes between retry operations. |
Target | Per-user MSI | Per-machine MSI | Dual mode MSI |
---|---|---|---|
User | Install the MSI per-user
LocURI contains a User prefix, such as ./User |
Install the MSI per-device
LocURI contains a Device prefix, such as ./Device |
Install the MSI per-user
LocURI contains a User prefix, such as ./User |
System | Install the MSI per-user
LocURI contains a User prefix, such as ./User |
Install the MSI per-device
LocURI contains a Device prefix, such as ./Device |
Install the MSI per-user
LocURI contains a User prefix, such as ./User |
Target | Per-user MSI | Per-machine MSI | Dual mode MSI |
---|---|---|---|
User | Install the MSI per-user
LocURI contains a User prefix, such as ./User |
Install the MSI per-device
LocURI contains a Device prefix, such as ./Device |
Install the MSI per-user
LocURI contains a User prefix, such as ./User |
System | Install the MSI per-user
LocURI contains a User prefix, such as ./User |
Install the MSI per-device
LocURI contains a Device prefix, such as ./Device |
Install the MSI per- system context
LocURI contains a Device prefix, such as ./Device |