Difference between revisions of "KB931836"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (New page: <pre> <packages> <package id="kb931836" name="Time Zone update for Windows XP" revision="1" priority="900"> <check type="registry" condition="exists" pat...)
 
m
Line 1: Line 1:
 +
This is a silent installer for KB931836.
 +
 
<pre>
 
<pre>
 
<packages>
 
<packages>

Revision as of 11:46, 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>