Difference between revisions of "KB901214"
From WPKG | Open Source Software Deployment and Distribution
m (New page: This is a silent installer for KB901214. <pre> <package id="kb9012142k" name="KB901214 for Windows 2000"> <!-- Security Update for Windows 2000 (KB901214) --> <check type="file" conditio...) |
m |
||
Line 9: | Line 9: | ||
<exit code="194" reboot="true" /> | <exit code="194" reboot="true" /> | ||
<exit code="1603" /> | <exit code="1603" /> | ||
+ | <exit code="3010" reboot="true" /> | ||
+ | </install> | ||
+ | </package> | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | |||
+ | <pre> | ||
+ | <package id="kb901214xp" name="KB901214 for Windows XP"> | ||
+ | |||
+ | <!-- Security Update for Windows XP (KB901214) --> | ||
+ | <check type="file" condition="versiongreaterorequal" path="%Windir%\System32\icm32.dll" value="5.1.2600.2709" /> | ||
+ | <install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB901214-x86-ENU.exe /passive /n /norestart'> | ||
+ | <exit code="194" reboot="true" /> | ||
<exit code="3010" reboot="true" /> | <exit code="3010" reboot="true" /> | ||
</install> | </install> |
Revision as of 14:19, 2 February 2008
This is a silent installer for KB901214.
<package id="kb9012142k" name="KB901214 for Windows 2000"> <!-- Security Update for Windows 2000 (KB901214) --> <check type="file" condition="versiongreaterorequal" path="%windir%\system32\icm32.dll" value="5.0.0.3" /> <install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB901214-x86-enu.EXE /passive /n /norestart' > <exit code="194" reboot="true" /> <exit code="1603" /> <exit code="3010" reboot="true" /> </install> </package>
<package id="kb901214xp" name="KB901214 for Windows XP"> <!-- Security Update for Windows XP (KB901214) --> <check type="file" condition="versiongreaterorequal" path="%Windir%\System32\icm32.dll" value="5.1.2600.2709" /> <install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB901214-x86-ENU.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="3010" reboot="true" /> </install> </package>