<< Click to Display Table of Contents >> RayPack Studio Installer > 7.3 > User Guide Command Line |
The RayPackStudioInstaller.exe executable supports the command line interface. The following represents the list of parameters for the command line interface which are supported by the RayPack Studio Installer..
Switch |
Description |
Example |
---|---|---|
/h |
Displays the help which is describing all available switches. |
RayPackStudioInstaller.exe /h |
/i |
Installs a product on the machine. |
RayPackStudioInstaller.exe /i /p RayEval |
/x |
Uninstalls a product from the machine |
RayPackStudioInstaller.exe /x /p RayEval |
/p |
Is used to select a product for an installation/uninstallation. Mandatory for /x and /i |
RayPackStudioInstaller.exe /i /p RayEval;RayQC |
/q |
Silent installation with default settings. |
RayPackStudioInstaller.exe /i /p RayEval /q |
/f |
Path to the INI file with the setup configuration |
RayPackStudioInstaller.exe /i /p RayEval /f uiconfig.ini /q |