Changes

DirectX

1,124 bytes added, 02:17, 10 December 2009
no edit summary
<install cmd='cmd /c rmdir /s /q "%TEMP%\dx9c"' />
</package>
</source>
 
==DirectX Install for DWG TrueView 2010==
<br>
I had no luck with the above packages at all, silent installs kept failing.<br>
<br>
Anyhoo, as I only need it for [[Autodesk DWG TrueView]] 2010 I just used the DirectX install bundled with '''that''' installer.<br>
I extracted the contents of the DWG installer using [[7-Zip]] and copied the contents of the '''Support\DirectX''' directory contained therein to my DirectX WPKG installation directory.
<br>
<br>
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<package
id="directx"
name="Microsoft DirectX"
revision="1"
priority="5">
<check type="file" condition="versiongreaterorequal" path="%WINDIR%\system32\d3dx10_37.dll" value="9.19.949.2187"/>
<install cmd='"%SOFTWARE%\Microsoft\directx\DXSETUP.exe" /silent' >
<exit code="0" />
<exit code="9" />
<exit code="3010" reboot="true" />
</install>
<upgrade cmd='"%SOFTWARE%\Microsoft\directx\DXSETUP.exe" /silent' >
<exit code="0" />
<exit code="9" />
<exit code="3010" reboot="true" />
</upgrade>
</package>
 
</packages>
</source>
[[Category:Silent Installers]]
41
edits