Within Software Delivery it's possible to install and uninstall software packages for target systems that are offline of the Domain manager or Scalability Server, and update the software inventory the next time the target system comes online.
Client Automation - All Version
In the exported library image you will find the library.dct file, which lists all exported packages relevant details like item's name, version, and type. Each exported software item has the same structure as it did in the Software Library. Here is an example of library.dct from an image containing an MSI package and an SXP package:
[Locale] CodePage = 3 [Orca:3.1.3790.0000] Path = 015D727C-7B88-4D89-B152-EE07E42A2B64.arc ItemName = Orca ItemVersion = 3.1.3790.0000 ItemType = 0 [Dummy01 (SXP):1.0/00] Path = AB515D4F-C9E9-414B-945B-2C89E9B3F0E3.arc ItemName = "Dummy01 (SXP)" ItemVersion = 1.0/00 ItemType = 0
[Locale] codepage=3 [Container] NumberOfJobs=2 NumberOfLibraries=1 [Library_1] Type=0 Path=C:\LibImages\LibA [Job_1] SoftwareName=Orca SoftwareVersion=3.1.3790.0000 ProcedureName="Local Install" [Job_2] SoftwareName="Dummy01 (SXP)" SoftwareVersion=1.0/00 ProcedureName="Install Package"
Rename the text file with the extention .cof
sd_acmd securecontainer "<path to .cof>" -p<password>example:
sd_acmd securecontainer "C:\LibImages\LibA.cof" -ptestpwd
sd_acmd executecontainer "<path to .cof>" -o:"<path for output file>" -p<password>example:
sd_acmd executecontainer "C:\LibImages\LibA.cof" -o:"C:\temp" -ptestpwd