How is a silent installation of the Directory and Resource Administrator 6.x MMC interface performed (NETIQKB207)

  • 7700207
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How is a silent installation of the Directory and Resource Administrator 6.x MMC interface performed?

fact
Directory and Resource Administrator 6.x

fix
User Interface

The following command can be used to perform a silent installation of the Directory and Resource Administrator 6.x user interfaces:

Version 6.02 SP1 and earlier

    MsiExec.exe /i OnePoint.msi ADDLOCAL=MMC /qn

Version 6.30 and later

    MsiExec.exe /i NetIQAdminMMC.msi ADDLOCAL=MMC /qn

NOTE:ADDLOCAL=MMC must be capitalized for this command to function properly.

For additional information also refer to the following NetIQ Knowledge Base article:

  • NETIQKB1269: How can a different drive or path be specified when performing a silent install of the Directory and Resource Administrator MMC?

For additional MsiExec options and switches available please refer to the following Microsoft TechNet article:

  • Q227091: Command-Line Switches for the Microsoft Windows Installer Tool


Additional Information

Formerly known as NETIQKB207