Difference between revisions of "KB833407"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB833407. <pre> <package id="kb8334072k" name="KB833407 for Windows 2000" execute="once"> <!-- Critical Update for Windows (KB833407) --> <!-- Can't check: ...)
 
(use xml source)
 
Line 1: Line 1:
 
This is a silent installer for KB833407.
 
This is a silent installer for KB833407.
  
<pre>
+
<source lang="xml">
 
<package id="kb8334072k" name="KB833407 for Windows 2000" execute="once">
 
<package id="kb8334072k" name="KB833407 for Windows 2000" execute="once">
 
<!-- Critical Update for Windows (KB833407) -->
 
<!-- Critical Update for Windows (KB833407) -->
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:06, 17 March 2011

This is a silent installer for KB833407.

<package id="kb8334072k" name="KB833407 for Windows 2000" execute="once">
<!-- Critical Update for Windows (KB833407) -->
<!-- Can't check: might not be installed -->
<install cmd='%SOFTWARE%\hotfixes\Windows-KB833407-x86-enu.exe /passive /n /norestart' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>