8.4 Installing the Client Login Extension MSI File

With the Client Login Extension MSI file configured, you can distribute the IdentityManagerClientLoginExtension_xx.msi file (or its distribution name) to users or to a distribution mechanism. The xx identifies the language (locale). The IdentityManagerClientLoginExtension_xx.msi file is located in the Installer folder.

You must also install the Microsoft .NET Framework on every workstation that you plan to run the Client Login Extension MSI file. For version consistency, use the dotnetfx.exe file that comes with the Client Login Extension feature and is found in the idmcle folder.

NOTE:The Client Login Extension only works with the native Microsoft GINA and the Novell Client 4.91 SP3. It does not work with any application that alters the Microsoft GINA, except the Novell Client 4.91 SP3. The Client Login Extension works on Windows XP and Windows 2000 workstations.

  1. Run the dotnetfx.exe file to install the Microsoft .NET Framework on each workstation that you plan to run the Client Login Extension MSI file. See Step 2 under Section 8.2, Installing the Client Login Extension Configuration Utility for Novell Identity Manager 3.5.

  2. After the Microsoft .NET Framework is installed, double-click the IdentityManagerClientLoginExtension_xx.msi file to launch the Client Login Extension welcome page.

    The welcome message is the text you provided in the Client Login Extension Configuration utility.

    The IDM CLE welcome page
  3. Click Next to start the installation.

  4. After the Client Login Extension is installed, click Close.

    Installation is complete
  5. (Optional) To uninstall the Client Login Extension, open the Add or Remove Programs dialog box in the Control Panel, select Client Login Extension for Novell Identity Manager 3.5, then click Remove.

8.4.1 Using the Client Login Extension Installer Command Line Options

The Client Login Extension MSI file is a standard MSI installer. It can be used with any of the standard Msiexec.exe command line options, which you can find at msdn. Some examples are shown below.

To install the Client Login Extension MSI file with no user interface, enter the following at the command line:

msiexec /i IdentityManagerClientLoginExtension_en.msi /q

or

IdentityManagerClientLoginExtension_en.msi /q

To install with no user interface except for a modal dialog box displayed at the end, enter:

msiexec /i IdentityManagerClientLoginExtension_en.msi /qn+

or

IdentityManagerClientLoginExtension_en.msi /qn+

To uninstall with no user interface, enter:

msiexec /x IdentityManagerClientLoginExtension_en.msi /q

To uninstall with no user interface except for a modal dialog box displayed at the end, enter:

msiexec /x IdentityManagerClientLoginExtension_en.msi /qn+