Deploying Laserfiche Connector

The fastest way to distribute Laserfiche Connector and the Laserfiche Connector profiles you've created to multiple machines is to perform a command line or unattended installation and to copy the XML profiles to each machine.

Note: We recommend creating profiles on a machine with the same version of Windows as the machines you plan on distributing the profiles to. Creating a profile on a machine with one version of Windows and deploying to machines that run another version of Windows might produce different results when the profile runs. For example, if a profile is created on a Windows 7 machine but is deployed on a Windows 8 machine, Laserfiche Connector may or may not get the correct values from the third-party application controls.

Unattended Installation

To perform a command line or unattended installation of Laserfiche Connector, use the following syntax:

"InstallerPath\SetupLf.exe" SetupParameters INSTALLLEVEL=InstallLevel Properties CUSTOMPROFILELOCATION=path ALLUSERSAUTOSTART=1 or 0

Example: This string silently installs Laserfiche Connector, including the Profile Creator, at the path specified. It specifies that profiles will be loaded from the T drive (the company's shared network drive). It also enables the "Launch on startup" option for all users, and it points the installation to the appropriate license file and installation logs.

"C:\LaserficheConnector\setupLf.exe" -silent -log "C:\Logs\LFConnectorInstall" INSTALLLEVEL=100 CUSTOMPROFILELOCATION="T:\Laserfiche Connector\Profiles" ALLUSERSAUTOSTART=1 INSTALLDIR="C:\My Programs\Laserfiche Connector" LICENSEPATH="D:\My Licenses\lf.licx"

Note: If you are inputting a value (such as a path to a folder) that contains spaces or special characters, the value must be enclosed in quotes.

Run the command line on each computer that Laserfiche Connector should be installed on or use SMS to install on multiple computers remotely. SMS (System Management Server) is a Microsoft product that allows for software to be distributed across a network from a single computer. Unattended installations can be performed using SMS to save the network administrator the time and effort required to walk around to each individual workstation.

Note: Documentation on installing products using SMS can be found in the MSDN (Microsoft Developer Network) Library (http://msdn.microsoft.com).

Distributing Profiles

Backing up Profiles

We recommend that you periodically backup Connector profiles in case the machine hosting them fails. Profiles are stored as XML documents in the following locations:

Tip: To see where a specific profile is stored, check the Location column for the profile in the Laserfiche Connector Configuration dialog box.