Agent install fails on Windows 2008 with error 1723 (NETIQKB72550)

  • 7772550
  • 23-Aug-2010
  • 16-Mar-2011

Environment

NetIQ AppManager 7.0.x
Microsoft Windows Server 2008
Microsoft Windows Server 2008R2

Situation

When installing the AppManager client on a Microsoft Windows 2008 server the following error is displayed:

"Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor."

Resolution

If you are running Windows Server 2008 or 2008 R2, you must run the installation program with administrative privileges. To run the installation program with administrative privileges:

  1. From the Start menu, right-click Command Prompt and select Run as.
  2. Select the administrator account and enter the password, then click OK.
  3. On the command line, type the command provided below:
    1. msiexec /i "path to NetIQ AppManager agent.msi" /lv "Windows_Installer.log"
    2. Windows_Installer.log is the path to the Windows installer log file. For example, "C:\Windows_Installer.log".
    3. Option /L*v enables verbose output to the Windows installer log file.
  4. Install the AppManager for Windows module version 7.6.209 or later on the computer where you installed or upgraded the agent, the AppManager repository computer, and the Control Center computer.
  5. Discover the new or upgraded agent and update the Knowledge Scripts for the AppManager for Windows module on the Operator Console computer by running the Discovery_NT Knowledge Script (This is only required if the Discovery does not run automatically).

Cause

Microsoft Windows Server 2008 with User Account Control (UAC) enabled blocks correct installation of the product.
In the case of Windows Server 2008R2 the installation is blocked regardless of UAC and you will receive a DLL error during installation.

Additional Information

Formerly known as NETIQKB72550