The Tactical installer now supports unattended installs via “Configuration Snapshots” in conjunction with the command line options, to perform the configuration of the redirector based on an existing setup. A Configuration Snapshot is a .CFG file that contains the information about the configuration of the product, including:
The License Key or License Manager settings are not present in a configuration snapshot, and must be specified on the Windows Installer command line as necessary during the installation.
You can create a configuration snapshot with the Configuration Snapshot Utility provided by Tactical Software. (Please email if you require this utility)
There are three steps to use the Configuration Snapshot Utility:
The drop-down list contains the list of Tactical Software products currently installed on the machine. Select one of the products then click the “Save” button to save the snapshot to a .CFG file. If only one Tactical product is installed on the machine, that product is selected automatically.
Once the .CFG file is created, it can be specified on the command line to setup identical configurations during the install. For example:
DialOutEZSiteEdition42.exe /q CONFIGSNAPSHOT=”c:\dz.cfg” LICENSEMGR=”10.0.0.81”
The full path of the file must be specified, as relative paths are not supported.