Open (Deprecated)

<< Click to Display Table of Contents >>

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

Open (Deprecated)

 

warning1

WARNING:

This switch is deprecated, and will no longer be supported by the RayPack.exe provided by future RayPack releases.

 

Description

This switch signifies that RayPack is to start, and to open a project for editing.

 

When RayPack is used in a RaySuite context, this switch is commonly used to launch PackDesigner from a specific RayFlow package order object. It may be used from any application or script to access RayFlow package orders, and trigger resource editing in RayPack.

 

papercliper

Note:

This switch works only in conjunction with RayFlow. If an MSI/RPP package is to be edited, use the Edit switch.

 

Parameters

Parameter

Required

Description

-Path <path>

 
YES
 

This is the fully qualified path to the MSI or RPP file that is to be opened within PackDesigner. This can be either a local or an UNC path.

-Profile <path>

 
YES
 

This is the fully qualified path and name of the configuration profile.

-RayFlowPackageId <guid>

 
YES
 

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>

 
YES
 

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>

 
YES
 

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>

 
YES
 

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>

 
YES
 

When RayPack is launched from RayFlow, or operates connected to a RayFlow server, this parameter contains the address of the RayFlow server.

Example

The following example launches PackDesigner with an MSI of 7Zip opened for editing. The provided RayFlow parameters allow users to establish a connection to the RayFlow server once the result of the editing measures has to be transferred to RayFlow.

 

RayPack.exe Open 

-Path "\\rayflowshare\sources\7-Zip_6.5_MUL_1.0.0\7zip65.msi" 

-Profile "C:\Users\Administrator\AppData\Roaming\RayPack\Profiles\DEMO.rpprofile" 

-RayFlowPackageId "47110070815" 

-RayFlowServiceUser "UserName" 

-RayFlowServicePassword "Password" 

-RayFlowUrl "https://rayflow.raynet.de"

-RayFlowProjectId "3F2504E04F8941D39A0C0305E82C3301"