Capture (Deprecated)

<< Click to Display Table of Contents >>

RayPack > 8.0 > User Guide > Command Line Tools > Silent Command Line Switches 

Capture (Deprecated)

 

warning1

WARNING:

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

 

Description

This deprecated switch instructs RayPack to perform a silent repackaging of application and produces an RCP project. In order to build an MSI package from RCP project, use the Build command.

 

Parameters

Parameter

Required

Description

-ApplicationPath <path>

 
YES
 

 
Full path to the repackaged application.

 

finger1

Be aware:

The application has to support a silent mode in order to perform a fully silent repackaging. If additional parameters are required, they can be specified via applicationParameters parameter. For example, to perform a silent installation of MSI package, the "/qb!-" parameter has to be specified.

 

-ProjectName <path>

 
YES
 

The name of the RCP project.

-ApplicationParameters <params>

 
NO
 

Command line parameters to be passed to the installer specified by the ApplicationPath parameter.

-ProfilePath <path>

 
NO
 

A full path to the profile that will be used during the repackaging.

-TargetDir <path>

 
NO
 

An optional full path to the directory where the output RCP file will be saved. If the parameter is omitted, the default project folder will be used.

Example

RpCmd.exe Capture 

-ApplicationPath "C:\sources\install.msi"  

-ProjectName "Text Editor 1.0" 

-ApplicationParameters="/qb ALLUSERS=2 SERIALNUMBER=123-456-789"