KB901017
From WPKG | Open Source Software Deployment and Distribution
This is a silent installer for KB901017 for Windows 2000:
<package id="kb9010172k" name="KB901017 for Windows 2000"> <!-- Security Update for Windows 2000 (KB901017) --> <check type="file" condition="versiongreaterorequal" path="%Windir%\system32\cdosys.dll" value="6.1.3940.42" /> <install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB901017-x86-enu.EXE /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="1603" /> <exit code="3010" reboot="true" /> </install> </package>
This is a silent installer for KB901017 for Windows XP:
<package id="kb901017xp" name="KB901017 for Windows XP"> <!-- Security Update for Windows XP (KB901017) --> <check type="file" condition="versiongreaterorequal" path="%windir%\system32\Cdosys.dll" value="6.2.4.0" /> <install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB901017-x86-ENU.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="3010" reboot="true" /> </install> </package>