Difference between revisions of "DirectX"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 4: Line 4:
 
  <!-- DirectX 9.0c Redistributable for Software Developers - Multilingual -->
 
  <!-- DirectX 9.0c Redistributable for Software Developers - Multilingual -->
 
  <!-- can't test for this? -->
 
  <!-- can't test for this? -->
  <install cmd='\\server\share\directx9\directx_9c_redist.exe /q /c /t:\"%TEMP%\dx9c\"' >
+
  <install cmd='%SOFTWARE%\directx9\directx_9c_redist.exe /q /c /t:\"%TEMP%\dx9c\"' >
 
  <exit code="194" reboot="true" />
 
  <exit code="194" reboot="true" />
 
  <exit code="1603" />
 
  <exit code="1603" />

Revision as of 20:42, 30 September 2006

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='%SOFTWARE%\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>