Silent mode using GoFileRoom Add-In EXE package
There are two alternatives to perform the GoFileRoom Add-In installation in an unattended deployment or in silent mode:
- Use Group Policy to deploy Add-in updates using MSI.
- Silent mode using the EXE package.
The following process explains and provides instructions for command line installations or silent installations using the GoFileRoom-Add-In.exe.
Versions 23.2.4 and up of the executable are supported for this approach to silent installation. This method allows convenience as you can download the GoFileRoom Add-in from within the application and place it in the correct network location to be invoked.
The command line EXE switches for installations only has a few prerequisites and commands needed to assure smooth installation and with expected functionality.
Download the GoFileRoom Add-In.exe (version 23.2.4 or greater), available on August 28, 2023.
Follow the silent installation parameters:
- /SSilent installer mode: The user is not going to see or witness any of the installations windows normally presented part of the install process.
- /LOGThe pre-defined log file is going to be generated in the temp folder created in the MSI installer.
- /DATACENTER="XXX"If this parameter is not defined, the installation will be configured to work with the United States/America production environment. Other alternatives include "UK" and "QED".
- /ADDLOCAL="Adobe_Acrobat,Microsoft_Office,ControlPanel,QuickLaunch,Adobe_ScanFlow"Used to perform a custom installation and only install some of the included features. If not defined, all components of the Add-in will be installed (recommended).
Example command:
“C:\Shared\GoFileRoom-Add-In.exe" /S /LOG /DATACENTER=QED /ADDLOCAL=Adobe_Acrobat,Microsoft_Office