Changes

KB896423

548 bytes added, 14:27, 2 February 2008
m
no edit summary
This is a silent installer for KB896423.for Windows 2000:
<pre>
</package>
</pre>
 
This is a silent installer for KB896423 for Windows XP:
 
<pre>
<package id="kb896423xp" name="KB896423 for Windows XP">
 
<!-- Security Update for Windows XP (KB896423) -->
<!-- Microsoft Security Bulletin MS05-043 -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\System32\spoolsv.exe" value="5.1.2600.2696" />
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB896423-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>
</pre>
 
[[Category:Silent installers for Windows Hotfixes]]