Silent Installation of FARO Software
Overview
In order to install software onto multiple machines, or at more convenient times, a batch file can be created to perform a silent installation. Included below is syntax information to help with the creation of these files. Only the software products listed below support silent installation.
Note: All installers must be started with Windows Admin permissions
FARO Zone
Prerequisites
FARO Zone installation requires the following prerequisites. All of the prerequisites listed below can be downloaded in a single .zip file at: https://farozonewebsupport.s3.us-east-1.amazonaws.com/FZ2022_Prerequisites.zip
Command line syntax:
c++ redist 2010 c++ redist 2012 c++ redist 2015-2019 FARO PDF Printer driver (optional) |
Direct x 11 Hasp Sentinel License Driver Microsoft .NET 4.7.2 Microsoft Edge WebView |
FARO Zone 2D Installation
FZ2x64_18_3_1004.exe /s /v/qn
(note the ‘space’ between “/s” and “/v/qn”)
FARO Zone 3D Installation
FZ3_18_3_1004.exe /silent
SCENE
SCENE_2021.3.0.8238_Setup.exe /SP- /SILENT /NORESTART
- You can use /VERYSILENT to suppress the progress dialog during installation. See https://jrsoftware.org/ishelp/index....c=setupcmdline for additional settings.
- For disabling the automatic update check you can add the additional argument /MERGETASKS="!updateCheckerTask". This deselects the option during installation.
- To avoid the question for the opt in to the user experience program, set the registry key: HKEY_CURRENT_USER\SOFTWARE\FARO\SCENE\Settings\9.3\SendUsageData to 0 (after the installation). This key is specific to every user and every SCENE version. There is no machine-wide setting.