Difference between revisions of "KB819639"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB819639. <pre> <package id="kb8196392k" name="KB819639 for Windows 2000"> <!-- Flaw In Windows Media Player May Allow Media Library Access --> <check type...)
 
(use xml source)
 
Line 1: Line 1:
 
This is a silent installer for KB819639.
 
This is a silent installer for KB819639.
  
<pre>
+
<source lang="xml">
 
<package id="kb8196392k" name="KB819639 for Windows 2000">
 
<package id="kb8196392k" name="KB819639 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:03, 17 March 2011

This is a silent installer for KB819639.

<package id="kb8196392k" name="KB819639 for Windows 2000">

<!-- Flaw In Windows Media Player May Allow Media Library Access -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\System32\wmp.dll" value="9.0.0.3008" />
<install cmd='%SOFTWARE%\hotfixes\mediaplayer9\WindowsMedia9-KB819639-x86-enu.exe /q /r:n' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>