<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Command Line Tools > Silent Command Line Switches Capture (Deprecated) |
WARNING: This switch is deprecated, and will no longer be supported by the RayPack.exe provided by future RayPack releases. Use Repackage switch instead. |
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.
Parameter |
Required |
Description |
||
---|---|---|---|---|
-ApplicationPath <path> |
|
|
||
-ProjectName <path> |
|
The name of the RCP project. |
||
-ApplicationParameters <params> |
|
Command line parameters to be passed to the installer specified by the ApplicationPath parameter. |
||
-ProfilePath <path> |
|
A full path to the profile that will be used during the repackaging. |
||
-TargetDir <path> |
|
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. |
RpCmd.exe Capture
-ApplicationPath "C:\sources\install.msi"
-ProjectName "Text Editor 1.0"
-ApplicationParameters="/qb ALLUSERS=2 SERIALNUMBER=123-456-789"