How do I perform a silent install of the Directory and Resource Administrator Console using the comm (NETIQKB37566)

  • 7737566
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do I perform a silent install of the Directory and Resource Administrator Console using the command line interface?

fact
Directory and Resource Administrator 7.x

fix

The Directory and Resource client interfaces can be installed, using the command line interface, by using any of the following methods:


  • Use MSIEXEC.exe and run the following command on the client workstation:


    MSIEXEC.exe /i "<path to installation kit>\NetIQAdmin.msi" TRANSFORMS=NetIQDRABase.mst;NetIQDRAUserConsole.mst /qn
    MSIEXEC.exe /i "<
    path to installation kit>\NetIQAdmin.msi" ADDLOCAL=UserConsole /qn

In order to generate installation logs when using the above methods, use the following switches:

MSIEXEC.exe /i "<path to installation kit>\NetIQAdmin.msi" ADDLOCAL=UserConsole /qn /l*v "%TEMP%\NetIQDRAUserConsoleSetup.log"

The Transforms that can be specified are as follows:

NetIQDRAAdminConsole.mstInstalls the Delegation and Configuration console
NetIQDRAUserConsole.mstInstalls the Account and Resource Management console
NetIQDRAReporting.mstInstalls the Directory and Resource Reporting interface
NetIQDRACLI.mstInstalls the command-line interface
NetIQDRAADSI.mstInstalls the DRA ADSI provider
NetIQDRABase.mstInstalls documentation and utilities
NetIQDRAClients.mstInstalls all DRA and ExA user interfaces
NetIQFSAClient.mstInstalls all FSA user interfaces



note

Please contact NetIQ Technical Support for an updated version of the SetupClients.exe.



Additional Information

Formerly known as NETIQKB37566