DepotSoftware - addMsiPackageToDepotByGroupName
DepotSoftware - addMsiPackageToDepotByGroupName
Description :
This command adds an MSI installable to the Depot. The groupName argument is the depot group to which the software will be added. The softwareLocation argument identifies the MSI installable. The commands are:
Install command : "??SOURCE??" -q -z
Uninstall command : "??WINDIR??\\$NTUninstall??HOTFIXNAME??$\\spuninst\\spuninst.exe" /u /q /z
where the values in between the ??--?? are replaced with respective values of the depot catalog you are using.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
groupName | String | Full path to the depot group containing the MSI installable. |
softwareLocation | String | Fully qualified NSH path to the MSI installable. |
name | String | Display name of the MSI installable. |
Example
The command DepotSoftware addRpmToDepotByGroupName provides an example showing how to add software to the Depot.