10

Command line syntax
Setup.exe is the installer application, designed to provide a graphical user interface for the typical end-user installation. This application can also
run silently, without the graphical user interface.
Here’s an example of the syntax used to perform a silent install from the setup.exe file:
The location of the setup.exe file will depend on where on the system the Creator install files are located.
Using command line parameters
Add parameters to your install instructions to control the installation experience and the amount of interaction required from your users.
The following tables list the available parameters:
Required parameters
Parameter Description
Add CD Key ROX_KEYTEXT=XX-XXXXX- XXXXX-XXXXX
Install options
Parameter Description
/qn Silent install (no dialogs).
/qn Reboot=ReallySuppress Suppress reboot, to be used with silent installation.
Optional parameters
Parameter Description
{lang}=XXX XXX is a three-letter language code (ENU, FRA, ITA, ESN, JPN, DEU, etc.).
MPI_EULA_ACCEPTED=1 Switch to automatically accept the End-User License Agreement.
MANDATORY=0 This command is mandatory when using the DISABLE_APP command. It disables the
mandatory flag in the installer’s configuration file.
DisableProducts=CPDECODERPACK_XXX Excludes the CinePlayerDecoder Pack.
DisableProducts=BOTPRODUCT_4X Excludes BackOnTrack on 32- bit based Windows systems.
DisableProducts=BOTPRODUCT_ A64_4X Excludes BackOnTrack on 64- bit based Windows systems.
DisableProducts=WINDVD Excludes WinDVD.
DisableProducts=BOTPRODUCT_4X,WINDVD Excludes BackOnTrack and WinDVD.