<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Command Line Tools > Command Line Switches PackBot (Interactive) |
This switch instructs RayPack to start with a new task executed by the PackBot wizard.
Parameter |
Required |
Description |
---|---|---|
-applicationPath <path> |
|
This is the fully qualified path to the setup file that is about to be repackaged or converted. The path can be either a local or an UNC path. |
-applicationParameters <parameters> |
|
The list of parameters to pass to the setup file |
-projectName <name> |
|
The name of the project (used also for the name of the output directory). If not specified, then the name is read and set according to setup metadata. |
-projectDir <folder> |
|
Root projects folder (if not specified, then the default project path is used) |
|
NO |
One of the following: MSI, RCP, RPP, APPV, MSIX, EXE, SFT. If not specified, the default value MSI is used. |
-virtualMachines <names> |
|
The list of virtual machines to use separated by semicolons (;) to indicate a pool of machines. If not specified, then the default machines are used. |
This command line will start RayPack and open the PackBot wizard on a specific setup file.
RayPack.exe PackBot
-applicationPath "\\rayflowshare\sources\Projects\7-Zip_6.5_MUL_1.0.0\7-Zip_6.5_MUL_1.0.0.msi"
-projectName "7-Zip"
-virtualMachines "AME2017;App-V5 Sequencer"