6.2 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, spe8cify 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, specify:

msiexec /i IdentityManagerClientLoginExtension_en.msi /qn+

or

IdentityManagerClientLoginExtension_en.msi /qn+

To uninstall with no user interface, specify:

msiexec /x IdentityManagerClientLoginExtension_en.msi /q

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

msiexec /x IdentityManagerClientLoginExtension_en.msi /qn+

Also, see Section 6.1.1, Configuring Custom GINA for information on changing the GINA names.