Difference between revisions of "KB896688"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
 
Line 1: Line 1:
This is a silent installer for KB896688.
+
This is a silent installer for KB896688 for Windows 2000:
  
 
<pre>
 
<pre>
Line 10: Line 10:
 
<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 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" />
 
<exit code="3010" reboot="true" />
 
</install>
 
</install>

Latest revision as of 14:29, 2 February 2008

This is a silent installer for KB896688 for Windows 2000:

<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> 


This is a silent installer for KB896688 for Windows XP:

<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>
</package>