<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Silent Command Line Switches Repackage (Silent) |
This 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. |
||
-profile <path> |
|
A full path to the profile that will be used during the repackaging |
||
-projectDir <path> |
|
A full path to the RCP project. |
||
-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. |
||
-machineName |
|
Name of virtual machine to be used for repackaging. This uses PackBot module, and the virtual machine must be already configured using Virtual Machines settings. |
RpCmd.exe Repackage
-ApplicationPath "C:\sources\install.msi"
-ProjectName "Text Editor 1.0" -ApplicationParameters "/q /e /serial=""123-456-789"""