3,217
edits
Changes
KB896688
,no edit summary
This is a silent installer for KB896688.for Windows 2000:
<pre>
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>
</pre>
This is a silent installer for KB896688 for Windows XP:
<pre>
<package id="kb896688xp" name="KB896688 for Windows XP">
<!-- Cumulative Update for Internet Explorer for Windows XP Service Pack 2 (KB896688) -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\System32\browseui.dll" value="6.0.2900.2753" />
<install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB896688-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>