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