Difference between revisions of "KB896424"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB896424. <pre> <package id="kb8964242k" name="KB896424 for Windows 2000"> <!-- Security Update for Windows 2000 (KB896424) --> <check type="file" conditio...)
(No difference)

Revision as of 12:47, 2 February 2008

This is a silent installer for KB896424.

<package id="kb8964242k" name="KB896424 for Windows 2000">

<!-- Security Update for Windows 2000 (KB896424) -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\system32\gdi32.dll" value="5.0.2195.7069" />
<install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB896424-x86-enu.EXE /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>