Difference between revisions of "DirectX"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 16:26, 11 December 2005

This is a silent installer for DirectX 9 for Windows 2000.

<package id="dx92k" name="Direct X 9 for Windows 2000" execute="once">
<install cmd='\\server\share\directx9\directx_9c_redist.exe /q /c /t:\"%TEMP%\dx9c\"' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
<install cmd='"%TEMP%\dx9c\dxsetup.exe" /silent /installmanageddx'>
<exit code="1" reboot="true" />
</install>
<install cmd='cmd /c rmdir /s /q \"%TEMP%\dx9c\"' />
</package>