Repackage (Silent)

<< Click to Display Table of Contents >>

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

Repackage (Silent)

Description

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.

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 specify them via applicationParameters parameter. For example, for many legacy setups /q and /s switches are responsible for unattended installations.

 

-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.

-profile <path>

 
NO
 

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

-projectDir <path>

 
NO
 

A full path to the RCP project.

-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.

-machineName

 
NO
 

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.

Example

RpCmd.exe Repackage 

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

-ProjectName "Text Editor 1.0" -ApplicationParameters "/q /e /serial=""123-456-789"""