Difference between revisions of "KB931836"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 9: Line 9:
 
         priority="900">
 
         priority="900">
  
<check type="registry" condition="exists" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB931836\InstalledDate"/>
+
<check type="registry" condition="exists"  
 +
        path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB931836\InstalledDate"/>
  
 
         <install cmd='%WPKGROOT%\updates\winxpsp2\windowsxp-kb931836-%WINLANG%.exe /quiet /norestart' >
 
         <install cmd='%WPKGROOT%\updates\winxpsp2\windowsxp-kb931836-%WINLANG%.exe /quiet /norestart' >

Revision as of 11:52, 2 February 2008

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='%WPKGROOT%\updates\winxpsp2\windowsxp-kb931836-%WINLANG%.exe /quiet /norestart' >
	    <exit code="194" reboot="true"/>
	    <exit code="1603" />
	    <exit code="3010" reboot="true"/>
	</install>
    </package>
</packages>