3,217
edits
Changes
KB905749
,no edit summary
This is a silent installer for KB905749.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 KB905749 for Windows XP:
<pre>
<package id="kb905749xp" name="KB905749 for Windows XP">
<!-- Security Update for Windows XP (KB905749) -->
<check type="file" condition="versiongreaterorequal" path="%Windir%\system32\Umpnpmgr.dll" value="5.1.2600.2744" />
<install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB905749-x86-ENU.exe /passive /n /norestart'>
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>