Multi-Tech Systems FF130 ユーザーズマニュアル

ページ / 120
Chapter 4: Client Software Installation 
FaxFinder Administrator User Guide 
 
73 
Push Installation to Client Computers 
The FaxFinder Client installer is available as an MSI package. This allows remote installation using 
Microsoft Group Policy, SMS, and other third party tools.  This installer can be run from the command 
line using the Windows Installer command msiexec. 
Caution:  
Uninstall any older versions of FaxFinder before you install the current version. 
Note:
 
If you use Windows Vista or Windows Server 2008, turn off the User Account Control (UAC) 
feature to successfully push the installation. 
 
The installer supports the following options when being used from the command line or remote 
installation: 
● 
Set a different install directory:  
TARGETDIR=PATH (default is Program Files/Multi-Tech Systems/FaxFinder Client Software)  
● 
Add file associations for Multi-Tech TIFF Viewer and Cover Page Editor:  
ADDFILEEXT=1 (default is 0)  
● 
Start the FaxFinder client after installation:  
LAUNCHPRODUCT=1 (default is 0)  
● 
Automatically Start the FaxFinder Client 
LAUNCHPRODUCTONBOOT=1 (default is 0) 
● 
Example command to install in silent mode with options:  
msiexec /i FFClient-x_x_x.msi /q TARGETDIR=”C:\FaxFinder Client” ADDFILEEXT=1 
LAUNCHPRODUCT=1 LAUNCHPRODUCTONBOOT=1 
● 
Example command to uninstall in silent mode:  
msiexec /x FFClient-x_x_x.msi /q  
For an example of remote software installation using Microsoft Group Policy, visit microsoft.com and 
search for Knowledge Base article number 816102. 
FaxFinder Client Install Shield Mass Uninstall 
An MSI package is available on the web site that can be used to mass un-install the previous version of 
FaxFinder Client 
● 
Example command to uninstall the Install Shield FaxFinder Client in silent mode:  
msiexec /i remove_installshield_faxclient.msi /q