Difference between revisions of "KB885836"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB885836 for Windows XP: <pre> <package id="kb885836xp" name="KB885836 for Windows XP"> <!-- Microsoft Security Bulletin MS04-041 --> <!-- "Vulnerability i...)
 
m
 
Line 6: Line 6:
 
<!-- Microsoft Security Bulletin MS04-041 -->
 
<!-- Microsoft Security Bulletin MS04-041 -->
 
<!-- "Vulnerability in WordPad Could Allow Code Execution (885836)" -->
 
<!-- "Vulnerability in WordPad Could Allow Code Execution (885836)" -->
<check type="file" condition="versiongreaterorequal" path="%ProgramFiles%\Windows NT\Accessories\wordpad.exe" value="5.1.2600.1606" />
+
<check type="file" condition="versiongreaterorequal"  
 +
path="%ProgramFiles%\Windows NT\Accessories\wordpad.exe" value="5.1.2600.1606" />
 
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB885836-x86-ENU.exe /passive /n /norestart'>
 
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB885836-x86-ENU.exe /passive /n /norestart'>
 
<exit code="194" reboot="true" />
 
<exit code="194" reboot="true" />

Latest revision as of 14:32, 2 February 2008

This is a silent installer for KB885836 for Windows XP:

<package id="kb885836xp" name="KB885836 for Windows XP">

<!-- Microsoft Security Bulletin MS04-041 -->
<!-- "Vulnerability in WordPad Could Allow Code Execution (885836)" -->
<check type="file" condition="versiongreaterorequal" 
 path="%ProgramFiles%\Windows NT\Accessories\wordpad.exe" value="5.1.2600.1606" />
<install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB885836-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>