Difference between revisions of "KB899588"
From WPKG | Open Source Software Deployment and Distribution
m (New page: This is a silent installer for KB899588. <pre> <package id="kb8995882k" name="KB899588 for Windows 2000"> <!-- Security Update for Windows 2000 (KB899588) --> <check type="file" conditio...) |
m |
||
| Line 1: | Line 1: | ||
| − | This is a silent installer for KB899588 | + | This is a silent installer for KB899588 for Windows 2000: |
<pre> | <pre> | ||
| Line 14: | Line 14: | ||
</pre> | </pre> | ||
| + | |||
| + | This is a silent installer for KB899588 for Windows XP: | ||
| + | |||
| + | <pre> | ||
| + | <package id="kb899588xp" name="KB899588 for Windows XP"> | ||
| + | |||
| + | <!-- Security Update for Windows XP (KB899588) --> | ||
| + | <!-- Microsoft Security Bulletin MS05-039 --> | ||
| + | <check type="file" condition="versiongreaterorequal" path="%Windir%\System32\Umpnpmgr.dll" value="5.1.2600.2710" /> | ||
| + | <install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB899588-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:24, 2 February 2008
This is a silent installer for KB899588 for Windows 2000:
<package id="kb8995882k" name="KB899588 for Windows 2000"> <!-- Security Update for Windows 2000 (KB899588) --> <check type="file" condition="versiongreaterorequal" path="%windir%\system32\Umpnpmgr.dll" value="5.0.2195.7057" /> <install cmd='%SOFTWARE%\hotfixes\win2ksp4\Windows2000-KB899588-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 KB899588 for Windows XP:
<package id="kb899588xp" name="KB899588 for Windows XP"> <!-- Security Update for Windows XP (KB899588) --> <!-- Microsoft Security Bulletin MS05-039 --> <check type="file" condition="versiongreaterorequal" path="%Windir%\System32\Umpnpmgr.dll" value="5.1.2600.2710" /> <install cmd='%SOFTWARE%\hotfixes\common\WindowsXP-KB899588-x86-ENU.exe /passive /n /norestart'> <exit code="194" reboot="true" /> <exit code="3010" reboot="true" /> </install> </package>