Difference between revisions of "KB896358"
From WPKG | Open Source Software Deployment and Distribution
m (New page: This is a silent installer for KB896358. <pre> <package id="kb8963582k" name="KB896358 for Windows 2000"> <!-- Security Update for Windows 2000 (KB896358) --> <check type="file" conditio...) |
m |
||
| Line 1: | Line 1: | ||
| − | This is a silent installer for KB896358 | + | This is a silent installer for KB896358 for Windows 2000: |
<pre> | <pre> | ||
| Line 13: | Line 13: | ||
</package> | </package> | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | This is a silent installer for KB896358 for Windows XP: | ||
| + | |||
| + | <pre> | ||
| + | <package id="kb896358xp" name="KB896358 for Windows XP"> | ||
| + | |||
| + | <!-- Security Update for Microsoft Windows XP (KB896358) --> | ||
| + | <check type="file" condition="versiongreaterorequal" path="%windir%\system32\Hhctrl.ocx" value="5.2.3790.2453" /> | ||
| + | <install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB896358-x86-ENU.exe /passive /n /norestart'> | ||
| + | <exit code="194" reboot="true" /> | ||
| + | <exit code="3010" reboot="true" /> | ||
| + | </install> | ||
| + | </package> | ||
| + | </pre> | ||
| + | |||
[[Category:Silent installers for Windows Hotfixes]] | [[Category:Silent installers for Windows Hotfixes]] | ||
Latest revision as of 14:38, 2 February 2008
This is a silent installer for KB896358 for Windows 2000:
<package id="kb8963582k" name="KB896358 for Windows 2000"> <!-- Security Update for Windows 2000 (KB896358) --> <check type="file" condition="versiongreaterorequal" path="%Windir%\System32\Hhctrl.ocx" value="5.2.3790.309" /> <install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB896358-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 KB896358 for Windows XP:
<package id="kb896358xp" name="KB896358 for Windows XP"> <!-- Security Update for Microsoft Windows XP (KB896358) --> <check type="file" condition="versiongreaterorequal" path="%windir%\system32\Hhctrl.ocx" value="5.2.3790.2453" /> <install cmd='%SOFTWARE%\hotfixes\winxpsp2\WindowsXP-KB896358-x86-ENU.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="3010" reboot="true" /> </install> </package>