<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Command Line Switches RayFlow (Deprecated) |
WARNING: This switch is deprecated, and will no longer be supported by the RayPack.exe provided by future RayPack releases. |
This switch signifies RayPack has been started by RayFlow. With this switch, the RayPack capture wizard is started with the user interface, using the parameters passed in the capture parameters (if no other switches are defined).
Note: •This switch works only in conjunction with RayFlow. If a legacy setup (.exe) is about to be repackaged, use the Capture switch. |
Parameter |
Required |
Description |
---|---|---|
-App <path> |
|
Fully qualified path to the application that is about to be captured. This can be either a local or an UNC path.. |
-ProjectName <path> |
|
A name of the RCP project. |
-Profile <path> |
|
This is the fully qualified path and name of the configuration profile. |
-RayFlowPackageId <guid> |
|
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 <guid> |
|
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 <password> |
|
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 <user> |
|
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 <path> |
|
When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the address of the RayFlow server. |
-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. |
-AppParams <params> |
|
Parameters to pass to an application that is about to be captured. RayPack does not evaluate these parameters, but simply passes them as they are when the application installation is triggered during the capture procedure. Please make sure to use the right format for quotes within the general parameter value as shown in the sample below. |
-Silent |
|
When a switch is used with this trigger parameter, the initiated RayPack method is invoked without a visible user interface representation. This is especially useful when capture procedures are triggered from RayFlow, and the results of the procedure will directly be re-used for subsequent activities. |
This command line initiates the PackRecorder to run in experts mode and to capture the installation of the 7Zip executable defined within the -App parameter.
The RayFlow connection parameters allow to export results and return them back to the media section of the specified package order object.
RayPack.exe RayFlow
-App "\\rayflowshare\sources\7-Zip_6.5_MUL_1.0.0\7zip65.exe"
-Profile "C:\Users\Administrator\AppData\Roaming\RayPack\Profiles\DEMO.rpprofile"
-ProjectName "\\rayflowshare\sources\Projects\7-Zip_6.5_MUL_1.0.0\7-Zip_6.5_MUL_1.0.0.rcp"
-RayFlowPackageId 47110070815
-RayFlowServiceUser "UserName"
-RayFlowServicePassword "Password"
-RayFlowUrl "https://rayflow.raynet.de"
-RayFlowProjectId "3F2504E04F8941D39A0C0305E82C3301"
-WizardMode "expert"