Difference between revisions of "KB904706"
From WPKG | Open Source Software Deployment and Distribution
m (New page: This is a silent installer for KB904706. <pre> <package id="kb9047062k" name="KB904706 for Windows 2000"> <!-- Security Update for DirectX 8 for Windows 2000 (KB904706) --> <check type="...) |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer for KB904706 | + | This is a silent installer for KB904706 for Windows 2000: |
<pre> | <pre> | ||
Line 9: | Line 9: | ||
<exit code="194" reboot="true" /> | <exit code="194" reboot="true" /> | ||
<exit code="1603" /> | <exit code="1603" /> | ||
+ | <exit code="3010" reboot="true" /> | ||
+ | </install> | ||
+ | </package> | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | This is a silent installer for KB904706 for Windows XP: | ||
+ | |||
+ | <pre> | ||
+ | <package id="kb904706xp" name="KB904706 for Windows XP"> | ||
+ | |||
+ | <!-- Security Update for Windows XP (KB904706) --> | ||
+ | <check type="file" condition="versiongreaterorequal" path="%Windir%\system32\quartz.dll" value="6.5.2600.2749" /> | ||
+ | <install cmd='%SOFTWARE%\hotfixes\winxpsp1\WindowsXP-KB904706-x86-ENU.exe /passive /n /norestart'> | ||
+ | <exit code="194" reboot="true" /> | ||
<exit code="3010" reboot="true" /> | <exit code="3010" reboot="true" /> | ||
</install> | </install> |
Latest revision as of 14:45, 2 February 2008
This is a silent installer for KB904706 for Windows 2000:
<package id="kb9047062k" name="KB904706 for Windows 2000"> <!-- Security Update for DirectX 8 for Windows 2000 (KB904706) --> <check type="file" condition="versiongreaterorequal" path="%Windir%\system32\quartz.dll" value="6.1.9.732" /> <install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB904706-DX8-x86-enu.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="1603" /> <exit code="3010" reboot="true" /> </install> </package>
This is a silent installer for KB904706 for Windows XP:
<package id="kb904706xp" name="KB904706 for Windows XP"> <!-- Security Update for Windows XP (KB904706) --> <check type="file" condition="versiongreaterorequal" path="%Windir%\system32\quartz.dll" value="6.5.2600.2749" /> <install cmd='%SOFTWARE%\hotfixes\winxpsp1\WindowsXP-KB904706-x86-ENU.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="3010" reboot="true" /> </install> </package>