| << Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Command Line Tools > Silent Command Line Switches Build | 
This switch instructs RayPack to create a PowerShell wrapper for the given product.
| Parameter | Required | Description | ||
|---|---|---|---|---|
| -Input <path> |   |   | ||
| -Output <path> |   | The full path to the output directory where new files will be saved. | ||
| -InstallArgs <arguments> |   |   
 
 
 | ||
| -Language <language> |   | The language of the product. If not provided, RayPack tries to determine it from the source file. | ||
| -Name <name> |   | The name of the product. If not provided, RayPack tries to determine it from the source file. | ||
| -SupportingFiles <list> |   |   | ||
| -UninstallArgs <arguments> |   | The command line arguments for uninstallation. RayPack tries to determine it from the source file. | ||
| -UninstallCommand <command> |   | Command to execute for installation (only for non-MSI setups). If left empty, the source file is called for uninstallation command. | ||
| -Vendor |   | The name of product vendor. If not provided, RayPack tries to determine it from the source file. | ||
| -Version |   | The version of the product. If not provided, RayPack tries to determine it from the source file. | 
RpCmd.exe Wrap 
         -Input "C:\RayPack\Projects\FileZilla\3.9.0.6\FileZillaClient-3_9_0_6.EXE" 
         -Output "C:\RayPack\Projects\FileZilla" 
         -Name "FileZilla"
         -UninstallArgs "-s"
         -UninstallCommand "%programfiles%\FileZilla\uninst.exe"