|
This chapter describes how to use the Microsoft Windows Installer for the network administrator. For end user instructions, see Cisco VPN Client for Windows User Guide, Chapter 2. For information on customizing the VPN Client applications, see "Customizing the VPN Client Using an MSI Transform." For installing MSI without user interaction, see "Installing the VPN Client Without User Interaction."
This chapter includes the following main topics:
Differences Between InstallShield and MSI
Table 7-1 describes the differences between InstallShield and MSI installation.
Table 7-1 InstallShield and MSI Features Compared
Installing the VPN Client 4.0 via MSI requires Windows Installer version 2.0, which is standard with Windows XP but not with Windows NT 4.0 (SP6) or Windows 2000. When using MSI to install the VPN Client on Windows NT and Windows 2000, the installation application installs or upgrades Windows Installer to version 2.0. This occurs only once.
To install the VPN Client, you must be an administrator or a restricted user with elevated privileges. However, for the restricted user with elevated privileges, the installation programadds the VPN Client to the Program Menu for only the user that installed the VPN Client, not for all users.
There are various ways to launch MSI. Cisco VPN Client User Guide for Windows explains how to install the VPN Client using an executable that runs a wizard (vpnclient_en.exe). This method automatically installs or upgrades the Windows Installer to version 2.0 if necessary. However, this is only one way to install the application.
If Windows Installer 2.0 is already installed, you can install the VPN Client using the msiexec.exe command on the command line as follows.
msiexec.exe /i vpnclient_en.msi [options]
/i is the installation switch.
vpnclient_en.msi is the application to be installed.
Note For complete documentation on the msiexec.exe command, see Windows Installer version 2.0, Microsoft Platform SDK, August 2001. |
If Windows Installer is already installed, you can launch the installation package by double-clicking the MSI icon.
To better understand what is happening while MSI is installing the VPN Client, you should initiate logging on the command line by executing the msiexec.exe command with the following options:
msiexec.exe /l [i|w|e|a|r|u|c|m|o|p|v|+|!|*] logfile
/l is the switch that turns on logging.
logfile is the name of the file to receive the logging information.
Installing with Logging
The following command installs the VPN Client and includes a log of all information (*v). It also specifies sending each line to the log file (!).
The following command installs the VPN Client and logs all information to a log file.
Note You should always include the ! option for logging, since many of the installer events are not recorded if you do not include this option. |
Posted: Mon Jun 30 14:26:24 PDT 2003
All contents are Copyright © 1992--2003 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.