PackBot (Interactive)

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Command Line Tools > Command Line Switches 

PackBot (Interactive)

Description

This switch instructs RayPack to start with a new task executed by the PackBot wizard.

 

Parameters

Parameter

Required

Description

-applicationPath <path>

 
NO
 

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>

 
NO
 

The list of parameters to pass to the setup file

-projectName <name>

 
NO
 

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>

 
NO
 

Root projects folder (if not specified, then the default project path is used)

 
-targetFormat <format>
 

NO

One of the following: MSI, RCP, RPP, APPV, MSIX, EXE, SFT. If not specified, the default value MSI is used.

-virtualMachines <names> 

 
NO
 

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.

Example

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"