<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Silent Command Line Switches New |
This switch instructs RayPack to create a new empty project (.rpp) or a new empty database (.msi).
Parameter |
Required |
Description |
---|---|---|
-Path <path> |
|
The output path where the new project is to be created. The extension defines the project type. Currently, only .rpp and .msi extensions are supported. When an unsupported extension is provided, the .rpp suffix will be appended automatically. |
-Set <name>=<value> |
|
Used to set the value of an MSI property in a new project/msi file. It can be used multiple times. Information about syntax and examples for this parameter can be found in this section. |
-Language <LCID> |
|
A numeric value that represents the LCID code of the language to be used for the package. If not provided, a default value from the blank template will be used. |
-Platform <platform> |
|
The platform that is to be used. If not provided, a default value from the blank template will be used. Possible values are Intel, Intel64 and x64. Custom templates can be defined according to the rules outlined in the section Managing default platforms and languages. |
-Schema <schema> |
|
A numeric value that represents the MSI schema of the project. If not provided, a default value from the blank template will be used. The following values are supported: 100,110,120,200,300,301,400,405,500 |
RpCmd.exe New
-path C:\temp\newProject.rpp
-Set ProductVersion=1.2.3
-Set ProductName=NewProduct
-Set ALLUSERS=1