Question : Deploying DirectX 9.0c with GPO

Hello,


I'm trying to figure out a way I could deploy DirectX 9.0c using the software installation option of active directory.

Since DirectX 9.0c is not available in .msi format, I tried doing a package.  I used a clean WinXP SP1 workstation and WinInstall LE 2003.  The packaging went fine but when I try to install it, I get at least 50 of the following event in the event viewer:

Source: MsiInstaller
Type: Error
EventID: 11931

Description: Product: DirectX 9.0c -- Info 1931. The Windows Installer service cannot update the system file C:\WINDOWS\System32\dpnhupnp.dll because the file is protected by Windows.  You may need to update your operating system for this program to work correctly. Package version: 5.3.0.901, OS Protected version: 5.1.2600.1106



Obviously, the installation of DirectX 9.0c fails as it seems I am unable to replace/update system files.  Is there any way to create a working .MSI package for DirectX 9.0c?

Thanks for your help.

Answer : Deploying DirectX 9.0c with GPO

Have you looked here:

http://www.appdeploy.com/packages/detail.asp?id=169

DirectX 9.0c Redistributable is available:
http://download.microsoft.com/download/8/1/e/81ed90eb-dd87-4a23-aedc-298a9603b4e4/directx_9c_redist.exe

It looks like this version of dxsetup.exe supports
/silent
/packageinstall
/opk
/windowsupdate
/installmanageddx

I’ve only tried /silent and initial findings show it produces no dialogs and doesn't reboot.

Above Entry Provided by jasonclamb
 

--------------------------------------------------------------------------------
If you use WIWW (Windows Installer Wrapper Wizard) you can specify the the /silent switch for the DX 9.0c install and then you have a fully Active Directory Software Installations GPO friendly MSI.
Random Solutions  
 
programming4us programming4us