KB931836

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

This is a silent installer for KB931836.

<packages>
	<package
        id="kb931836"
        name="Time Zone update for Windows XP"
        revision="1"
        priority="900">

	<check type="registry" condition="exists" 
         path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB931836\InstalledDate"/>

        <install cmd='%SOFTWARE%\hotfixes\winxpsp2\windowsxp-kb931836-%WINLANG%.exe /quiet /norestart' >
	    <exit code="194" reboot="true"/>
	    <exit code="1603" />
	    <exit code="3010" reboot="true"/>
	</install>
    </package>
</packages>