![]() |
VPN Client Administrator Guide, Release 4.0
|
|||||
Windows Installer (MSI) Information
![]() |
||||||
|
Table of ContentsWindows Installer (MSI) InformationDifferences Between InstallShield and MSI Starting the VPN Client MSI Logging During Installation Windows Installer (MSI) InformationThis 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 MSITable 7-1 describes the differences between InstallShield and MSI installation. Table 7-1 InstallShield and MSI Features Compared Starting the VPN Client MSIInstalling 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. Alternative Ways to Launch MSIThere 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 LineIf 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.
Launching MSI via the MSI IconIf Windows Installer is already installed, you can launch the installation package by double-clicking the MSI icon. Figure 7-1 MSI icon Logging During InstallationTo 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. 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 (!). 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.
|
|||||
|
|