Difference between revisions of "KB820888"

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

Latest revision as of 10:04, 17 March 2011

This is a silent installer for KB820888.

<package id="kb8208882k" name="KB820888 for Windows 2000">

<!-- Update for Microsoft Windows 2000: KB820888 -->
<check type="file" condition="versiongreaterorequal" path="%windir%\system32\drivers\ntfs.sys" value="5.0.2195.1569" />
<install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB820888-x86-enu.EXE /u /n /z' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>