Difference between revisions of "KB873333"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB873333. <pre> <package id="kb873333xp" name="KB873333 for Windows XP"> <!-- Security Update for Windows XP (KB873333) --> <check type="file" condition="v...)
 
(use xml source)
 
Line 1: Line 1:
 
This is a silent installer for KB873333.
 
This is a silent installer for KB873333.
  
<pre>
+
<source lang="xml">
 
<package id="kb873333xp" name="KB873333 for Windows XP">
 
<package id="kb873333xp" name="KB873333 for Windows XP">
  
Line 11: Line 11:
 
</install>
 
</install>
 
</package>  
 
</package>  
</pre>
+
</source>
  
 
[[Category:Silent installers for Windows Hotfixes]]
 
[[Category:Silent installers for Windows Hotfixes]]

Latest revision as of 10:05, 17 March 2011

This is a silent installer for KB873333.

<package id="kb873333xp" name="KB873333 for Windows XP">

<!-- Security Update for Windows XP (KB873333) -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\System32\Ole32.dll" value="5.1.2600.2595" />
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB873333-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>