|
Table Of Contents
Windows Installer (MSI) Information
Differences Between InstallShield and MSI
Alternative Ways to Launch MSI
Windows Installer (MSI) Information
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
Differences Between InstallShield and MSI
Table 7-1 describes the differences between InstallShield and MSI installation.
Starting the VPN Client MSI
Installing the VPN Client 3.6 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.
Alternative Ways to Launch MSI
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.
Launching MSI via Command Line
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]
where
/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.
Launching MSI via the MSI Icon
If Windows Installer is already installed, you can launch the installation package by double-clicking the MSI icon.
Figure 7-1 MSI icon
Logging During Installation
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
where:
/l is the switch that turns on logging.
logfile is the name of the file to receive the logging information.
Example 7-1 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 (!).
msiexec /i vpnclient_en.msi /l*v! vpnclient_msi.log
Example 7-2 Installing via the Executable from the Command Line with Logging
The following command installs the VPN Client and logs all information to a log file.
vpnclient_en.exe /l*v! vpnclient_msi.log
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 Apr 18 08:45:47 PDT 2005
All contents are Copyright © 1992--2005 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.