Setup Command Line Parameters
The following command-line parameters are available in Jedox setup:
Parameter | Description |
/SAVEINF="config.inf" | Setup is executed normally, but all settings applied by the user are recorded and saved to config.inf for usage in LOADING for unattended installations. |
/LOADINF="config.inf" | Setup uses settings from config.inf for installation. Only supported in unattended installations combined with /SILENT or /VERYSILENT parameter. |
/SILENT | Must be combined with /LOADINF parameter. Instructs setup to hide Setup Wizard window and to display only the installation progress bar. |
/CONNFILE | Must be combined with /LOADINF and /SILENT parameters. Copies a specified file to the Excel installation directory in Jedox Suite and into the Excel directory in %APPDATA%. It will create a backup of the original file in %APPDATA% before overwriting it. |
/VERYSILENT | Must be combined with /LOADINF parameter. Same as silent, but also hides the installation progress bar. |
/LOG="setup.log" | Logs the setup process to a specified file. |
/NOPORTCHECK=true | Disables check if ports are blocked. By default, setup will check if the selected ports for Jedox components are free to use. Be careful with this option, as installation may fail if selected ports for Jedox components are blocked or already in use by another service. |
/NODEPENDENCYCHECK | Disables the check for missing dependencies (VCRedist, .Net, etc). It should only be used for troubleshooting when the setup wrongly shows missing dependencies. To activate this parameter, you need to set it to true. Copy
You also need to install Java in Jedox directory before you start the setup. See Java Installation in Jedox Setup and Software Requirements for more information. |
Wipe command
The /wipe=true command-line parameter uninstalls Jedox software and all associated directories and their contents. The complete content of Jedox Suite directory will be deleted and all registry keys below:
- HKLM\Software\Jedox
- HKU\.Default\Software\Jedox
- HKCU\Software\Jedox
This command can also be used to completely uninstall a standalone installation of Jedox Sandbox.
For example, to completely uninstall Jedox Suite from the default directory, you would enter
C:\Program Files(x86)\Jedox\Jedox Suite\unins000.exe /wipe=true
Updated June 5, 2023