Chapter 2: Installation
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 24
Client Install on Terminal Service
The process for installing the FaxFinder Client software in Terminal Services is as follows:
Run the FaxFinder Client for Terminal Services installer as an administrator on the terminal
server.
Once the installation is complete, a shortcut to the FaxFinder Client is created in the Startup
section of the start menu for All Users (C:\Documents and Settings\All Users\Start
Menu\Programs\Startup). This causes the FaxFinder Client to start up automatically when any
user logs into the terminal server. If this is not desired, the shortcut in the All Users start menu
may be deleted and placed in user-specific Startup folders as needed.
Users running the FaxFinder Client must be granted full permissions to the "Multi-Tech
FaxFinder" printer or the client will error on start up.
The users may be added to the Power Users group, which has full access by default, or can be
given permission individually by selecting Properties on the printer and navigating to the Security
tab.
Push Installs of the Client Software
The FaxFinder Client installer is now available as an MSI package. This provides the ability to perform
remote installation using Microsoft Group Policy, SMS, as well as other third party tools. The installer can
be run like any other Windows software installer and it can also be invoked from the command line using
the Windows Installer command ‘msiexec’. Previous versions of the FaxFinder Client (1.08.06 and
older) must be uninstalled before upgrading.
The installer supports the following options when being used from the command line or remote
installation:
Set a different install directory:
o TARGETDIR=PATH (default is Program Files/Multi-Tech Systems/FaxFinder Client
Software)
Add file associations for Multi-Tech TIFF Viewer and Cover Page Editor:
o ADDFILEEXT=1 (default is 0)
Start the FaxFinder client after installation:
o LAUNCHPRODUCT=1 (default is 0)
Automatically Start the FaxFinder Client
o LAUNCHPRODUCTONBOOT=1 (default is 0)
Example command to install in silent mode with options:
o 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:
o msiexec /x FFClient-x_x_x.msi /q
An example of how to perform a remote software installation using Microsoft Group Policy is available
from Microsoft’s website.
Search for Knowledge Base article number 816102 at microsoft.com.