Changes

KB900725

504 bytes added, 14:42, 2 February 2008
m
no edit summary
This is a silent installer for KB900725.for Windows 2000:
<pre>
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>
</package>
</pre>
 
 
This is a silent installer for KB900725 for Windows XP:
 
<pre>
<package id="kb900725xp" name="KB900725 for Windows XP">
 
<!-- Security Update for Windows XP (KB900725) -->
<check type="file" condition="versiongreaterorequal" path="%windir%\system32\Shell32.dll" value="6.0.2900.2763" />
<install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB900725-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>