Installing the Client Deploy Tool with MSI
As a prerequisite to run this procedure, ensure that you did not install a BigFix Console. If you already
installed the Console, you already have the Client Deploy Tool installed in the
console_dir\BESClientDeploy
folder.
You can use the Microsoft™ Installer (MSI) version of
the Client Deploy Tool to interpret the package and perform the installation automatically. This MSI
version of the tool (BigFixClientDeploy.msi
) is stored in the
BESInstallers\ClientDeployTool
folder of the Windows server.
To install the Client Deploy Tool, perform the following steps:
- Copy the
BigFixClientDeploy.msi
program and all the related transformation files in theBESInstallers\ClientDeployTool
directory of a Windows system. - Run the
BigFixClientDeploy.msi
program in one of the following ways:msiexec.exe /i c:\BESInstallers\ClientDeployTool\BigFixClientDeploy.msi TRANSFORMS=TransformList /qn
The
/qn
command performs a silent installation.msiexec.exe /i c:\BESInstallers\ClientDeployTool\BigFixClientDeploy.msi INSTALLDIR="c:\myclientdeploytool_install_dir" TRANSFORMS=TransformList
This command installs the tool in the specified directory (
INSTALLDIR="c:\myclientdeploytool_install_dir"
).
Note:TRANSFORMS=TransformList
specifies what transform files (.mst
) must be applied to the package. TransformList is a list of paths separated by semicolons. The following table describes the supplied transform files, the resulting language, and the numerical value to use in the msiexec command line.Table 1. Transform file list Language Transform File name Value U.S. English 1033.mst 1033 German 1031.mst 1031 French 1036.mst 1036 Spanish 1034.mst 1034 Italian 1040.mst 1040 Brazilian Portuguese 1046.mst 1046 Japanese 1041.mst 1041 Korean 1042.mst 1042 Simplified Chinese 2052.mst 2052 Traditional Chinese 1028.mst 1028 You can find the full list of installation options at the Microsoft™ site Command-Line Options. To create a Group Policy Object (GPO) for the BigFix agent deployments, see the Microsoft™ knowledge base article: http://support.microsoft.com/kb/887405.
- Start the BES client service.