How can we help?
< All Topics
Print

TranslatorX v14.0

Additional Install Options

Create an Installation Log File
The TranslatorX installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.

TranslatorX.exe /VERYSILENT /NORESTART /LOG="%WINDIR%\Temp\TranslatorX-Install.log"

Change the TranslatorX Default Install Directory
You can also change the default installation directory by using the following command line parameters. In this example, I’m installing TranslatorX to “C:\Temp\TranslatorX”

TranslatorX.exe /DIR="C:\Temp\TranslatorX" /VERYSILENT /NORESTART

Include Desktop Shortcut After Install
The TranslatorX installer does not create a desktop shortcut by default. (only start menu) If you want the desktop shortcut, then you can run the following command line switches to include it.

TranslatorX.exe /VERYSILENT /NORESTART /MERGETASKS=desktopicon

Suppress the End User Licence Agreement (EULA)
The TranslatorX installer offers the option to suppress the EULA – to do this you need to create a config file with file extension .pref and enter the text below.

{
    "EulaAccepted": true
}

Once you have created the .pref file you will need to copy this file into the AppData location for each user. You can do this with the xcopy command

xcopy /y ".\name_of_config_file.pref" "%AppData%\TranslatorX\"
Previous Section
Scroll to Top