Difference between revisions of "KB896688"
From WPKG | Open Source Software Deployment and Distribution
m (New page: This is a silent installer for KB896688. <pre> <package id="kb8966882k" name="KB896688 for Windows 2000"> <!-- Cumulative Update for Internet Explorer 6 SP1 (KB896688) --> <check type="f...) |
m |
||
Line 6: | Line 6: | ||
<!-- Cumulative Update for Internet Explorer 6 SP1 (KB896688) --> | <!-- Cumulative Update for Internet Explorer 6 SP1 (KB896688) --> | ||
<check type="file" condition="versiongreaterorequal" path="%windir%\system32\browseui.dll" value="6.0.2800.1692" /> | <check type="file" condition="versiongreaterorequal" path="%windir%\system32\browseui.dll" value="6.0.2800.1692" /> | ||
− | <install cmd='\ | + | <install cmd='%SOFTWARE%\hotfixes\ie6sp1\IE6.0sp1-KB896688-Windows-2000-XP-x86-enu.exe /passive /n |
/norestart' > | /norestart' > | ||
<exit code="194" reboot="true" /> | <exit code="194" reboot="true" /> |
Revision as of 12:32, 2 February 2008
This is a silent installer for KB896688.
<package id="kb8966882k" name="KB896688 for Windows 2000"> <!-- Cumulative Update for Internet Explorer 6 SP1 (KB896688) --> <check type="file" condition="versiongreaterorequal" path="%windir%\system32\browseui.dll" value="6.0.2800.1692" /> <install cmd='%SOFTWARE%\hotfixes\ie6sp1\IE6.0sp1-KB896688-Windows-2000-XP-x86-enu.exe /passive /n /norestart' > <exit code="194" reboot="true" /> <exit code="1603" /> <exit code="3010" reboot="true" /> </install> </package>