appsetup - Setup files for installation
appsetup [-d] [-e] [-r] [-s StagePath] [Device] [Release] [Productline] [DecryptKey] [ClientID]
The appsetup utility is used to setup files for installation. [Device] is the path to the CD and [Release] is the subdirectory where you can find the software. The subdirectory takes the form of 901.
This utility is securable and if a security violation is encountered, access must be granted to the token through LSA. To grant a user access, see the Resources and Security Administration Guide.
| Program Option | Description |
|---|---|
-d |
Decrypt and uncompress only. No untar occurs. This option decrypts, uncompresses, and leaves all the system code .tar files in place. |
-e |
Exit on an underlying error. The default behavior is to keep going and return zero when an uncompress or tar error occurs. This option exits immediately and returns one upon error. |
-r |
Run in report mode. No decryption occurs. A list of system codes is reported back. These are the This option cannot be used with |
-s |
Specify a staging directory. Files are set up in a subdirectory named after the This option cannot be used with |
Examples:
appsetup /cdrom 901 law901 H1-abc123ABC1234 4321
appsetup -s /stage /cdrom 901 law901 H1-abc123ABC1234 4321
appsetup D: 901 law901 H1-abc123ABC1234 4321
appsetup -r D: 901 law901 H1-abc123ABC1234 4321