How do I create a single batch file that installs DRA 7.0 and Service Pack 1 in one install operatio (NETIQKB47580)

  • 7747580
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do I create a single batch file that installs DRA 7.0 and Service Pack 1 in one install operation?

goal
How do I merge the Directory and Resource Administrator console and hotfix installations into a single installation?

goal
Can I install multiple products and hotfixes into a single installation?

fact
Directory and Resource Administrator 7.x

fix

You can create a single batch file to install DRA 7.0 (Directory and Resource Administrator Account and Resource Management console) and Service Pack 1 in one install operation.

Example

To install the Account and Resource Management console and client hotfix 45914, create a batch file with the following lines:

MsiExec.exe /i "\\sharename\DRA7.50.00\Full\Intel\NetIQAdmin.msi" TRANSFORMS=NetIQDRABase.mst;NetIQDRAUserConsole.mst /qn

Msiexec /i "\\sharename\DRA - Directory Resource Administrator\DRA7.50.00 Hotfix 45914\DRA75000_Hotfix45914.msi" /qn



Additional Information

Formerly known as NETIQKB47580