You can install Firewall Client on individual client computers from a share containing the software, or from the Web. You can also run an unattended Firewall Client installation, as follows:
-
Unattended installation using the Web download and Setup.exe
-
Unattended installation using ms_fwc.msi
Unattended installation from the Web download
The latest version of Firewall Client for ISA Server is available from the Microsoft Download Center. Run Setup as follows:
-
Navigate to the download site and select to save the downloaded file (ISACLIENT-KB929556-ENU.EXE).
-
Type the following at the command prompt:
ISACLIENT-KB929556-ENU.EXE /C:"setup.exe /Q /P ""SERVER_NAME_OR_IP= isaserver ENABLE_AUTO_DETECT=0 REFRESH_WEB_PROXY=0"""
For more information about the parameter values, see Parameters
Unattended installation using Setup.exe
You can run an unattended installation using Setup.exe:
-
To install the Firewall Client software that shipped with ISA Server 2006 or ISA Server 2004 using Setup.exe, type the following at the command prompt:
setup.exe /w /V"SERVER_NAME_OR_IP=isaserver ENABLE_AUTO_DETECT=0 REFRESH_WEB_PROXY=0 /qb /L*v c:\fwc_inst.log"
-
For the latest version of Firewall Client (3442.654), extract Setup.exe from the Web download, and then type the following at the command prompt:
setup.exe /Q /P "SERVER_NAME_OR_IP= isaserver ENABLE_AUTO_DETECT=0 REFRESH_WEB_PROXY=0"
For more information about the parameter values, see Parameters.
Unattended installation using ms_fwc.msi
If you use a distribution method that requires a Microsoft Windows® Installer (.msi) file, note the following:
-
The Firewall Client software that shipped with ISA Server 2006 or ISA Server 2004 already includes an .msi file: ms_fwc.msi.
-
To deploy the latest version of Firewall Client (3442.654), extract ms_fwc.msi from the Web download by typing the following at the command prompt:
ISACLIENT-KB929556-ENU.EXE /c /t:c:\FirewallClientFolder
where FirewallClientFolder is the name of the folder to which you want to extract the file.
You can deploy ms_fwc.msi using a suitable distribution method, or install it directly by typing the following at the command prompt:
msiexec /i ms_fwc.msi SERVER_NAME_OR_IP=isaserver ENABLE_AUTO_DETECT=0 REFRESH_WEB_PROXY=0 /qb /L*v c:\fwc_inst.log
Parameters
Parameters are used in the commands as follows:
-
Path Location of the Firewall Client installation file. A value must be specified.
-
SERVER_NAME_OR_IP=ISAServerName Name or IP address of the ISA Server computer to which the client computer should connect.
-
ENABLE_AUTO_DETECT Specify a value of 1 to indicate that the Firewall client computer should automatically detect the ISA Server computer to which it should connect. A value of 0 indicates that automatic detection is not enabled on the client.
-
REFRESH_WEB_PROXY Specify a value of 1 to indicate that the Firewall client configuration should be updated with the Web proxy configuration settings specified in ISA Server Management. A value of 0 indicates that the client is not updated.
Command options are as follows:
-
/Q and /qb indicate an unattended installation. The /qb option provides a small progress dialog box. Alternatively, you can specify /qn, which provides no progress indicator.
-
/L*v c:\fwc_inst.log generates an installation log that may be useful for troubleshooting.
The following Windows Installer options may also be useful:
-
The REBOOT property can be used to prompt or force a restart at the end of installation. For more information, see "REBOOT Property" at Microsoft MSDN.
-
When the REBOOTPROMPT property is set to S or Suppress, any restart performed happens automatically without interaction from the user. For more information, see "REBOOTPROMPT Property" at Microsoft MSDN.
-
For more information, see "Command-Line Options" at Microsoft MSDN, and "Command-Line Switches for the Microsoft Installer Tool" at Microsoft Help and Support.