DepotSoftware - copyInstallableSourceTo
DepotSoftware - copyInstallableSourceTo
Description :
Copies all required installable source files from a given depot software to a specified directory, which may reside either on the local machine or a remote server.
Set sourceType to one of the following values:
- AIX_PACKAGE_INSTALLABLE
- AIX_PATCH_INSTALLABLE
- CUSTOM_SOFTWARE_INSTALLABLE
- HOTFIX_WINDOWS_INSTALLABLE
- HP_BUNDLE_INSTALLABLE
- HP_PATCH_INSTALLABLE
- HP_PRODUCT_INSTALLABLE
- IIS_HOTFIX_WINDOWS_INSTALLABLE
- INSTALLSHIELD_WINDOWS_INSTALLABLE
- MSI_WINDOWS_INSTALLABLE
- RPM_INSTALLABLE
- DEBIAN_PACKAGE_INSTALLABLE
- SERVICEPACK_WINDOWS_INSTALLABLE
- SOLARIS_PACKAGE_INSTALLABLE
- SOLARIS_PATCH_CLUSTER_INSTALLABLE
- SOLARIS_PATCH_INSTALLABLE
Return type : void
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
depotGroup |
String |
Full path to the group containing the depot software |
depotSoftwareName |
String |
The name of the depot software whose files are to be copied |
sourceType |
String |
Software type name. Legal type names are listed above. |
targetDirectory |
String |
The directory to which the depot software files are to be copied. This must be specified in nsh format |
Example
The following example shows how copy an installable source to a specified directory.
Script
DepotSoftware copyInstallableSourceTo /tstDepotGroup tstDepotSoftware RPM_INSTALLABLE /C/tmp
Was this page helpful? Yes No
Submitting...
Thank you
Comments