Difference between revisions of "KB890830"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: This is a silent installer for KB890830. <pre> <package id="kb890830xp" name="KB890830 for Windows XP"> <!-- Microsoft Windows Malicious Software Removal Tool (KB890830) --> <check type=...)
 
(No difference)

Latest revision as of 12:53, 2 February 2008

This is a silent installer for KB890830.

<package id="kb890830xp" name="KB890830 for Windows XP">

<!-- Microsoft Windows Malicious Software Removal Tool (KB890830) -->
<check type="file" condition="exists" path="%windir%\debug\mrt.log" />
<install cmd='%SOFTWARE%\hotfixes\common\Windows-KB890830-V1.10-ENU.exe /Q'>
<exit code="12" reboot="true" />
<exit code="13" reboot="true" />
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
</package>