<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Command Line Switches Repackage (Interactive) |
Calling RayPack with this switch initiates a PackRecorder session, launching the PackRecorder Wizard in the parametrized mode.
Parameter |
Required |
Description |
---|---|---|
-ProjectName <name> |
|
This is the name of the RCP project that is about to be created as result of a capture procedure with PackRecorder. |
-ApplicationPath <path> |
|
Fully qualified path to the application that is about to be captured. This can be either a local path or an UNC path. If not provided, the value has to be entered manually in the wizard page. |
-WizardMode <mode> |
|
When a capture procedure is triggered, RayPack needs to be informed about the required wizard mode. This parameter contains the actual name of the mode that has to be applied. Two values are supported: expert or standard. If not provided, the value will be taken from the current profile. |
-ApplicationParameters <params> |
|
Parameters to pass to an application that is about to be captured. Commonly used in combination with -ApplicationPath. Please make sure to use the right format for quotes within the general parameter value as shown in the sample on the right. |
-Profile <path> |
|
This is the full path to the profile to be used by this instance. The path can be either a local or an UNC path. When omitted, the last used profile will be used. |
-ProjectDir <path> |
|
The full path to the RCP project that is about to be created as result of a capture procedure with PackRecorder. The path can be either a local or an UNC path. If omitted, the default value from the profile will be used instead. |
This command line will start RayPack, and initiate the PackRecorder Wizard in the standard mode. The snapshots made during the wizard run will be configured according to the specified profile.
The installer used for the wizard is defined within the -ApplicationPath parameter.
RayPack.exe Repackage
-ApplicationPath "\\rayflowshare\sources\7-Zip_6.5_MUL_1.0.0\7zip65.exe"
-ProjectName "7-Zip_6.5_MUL_1.0.0"
-WizardMode "standard"
Parameter |
Required |
Description |
---|---|---|
-RayFlowPackageId |
|
When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the unique identifier of a specific package as populated within the RayFlow database. |
-RayFlowProjectId |
|
When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the GUID of the project the current connection is directed to. |
-RayFlowServicePassword |
|
When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the password of the user profile the connection is assigned to. The credentials used for the RayFlow connection determine the scope available projects, packages, and methods on RayFlow data objects. |
-RayFlowServiceUser |
|
When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the name of the user profile the connection is assigned to. The credentials used for the RayFlow connection determine the scope available projects, packages, and methods on RayFlow data objects. |
-RayFlowUrl |
|
When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the address of the RayFlow server. |
Note: The five parameters starting with RayFlow are optional as long as none of them is defined. As soon as one of them is defined, all five parameters are needed. |
RayPack.exe Repackage
-ApplicationPath "C:\RayPack\Projects\RasMol\RasMol.msi"
-ProjectName "RasMol"
-WizardMode "standard"
-RayFlowPackageId "123-345-657-789-213"
-RayFlowServiceUser "Admin"
-RayFlowServicePassword "password"
-RayFlowUrl "http://rayflow.url" -RayFlowProjectID "123-456-789-123-456"