Difference between revisions of "RootCertificates Update for Windows 2000"
From WPKG | Open Source Software Deployment and Distribution
m |
m (remove cat) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is a silent installer for Root Certificates Update for Windows 2000. | This is a silent installer for Root Certificates Update for Windows 2000. | ||
− | + | <source lang="xml"> | |
+ | <package id="rootcertsupdate" name="RootCertificates Update for Windows 2000" execute="once"> | ||
<!-- can't detect root certificates already installed --> | <!-- can't detect root certificates already installed --> | ||
<install cmd='%SOFTWARE%\updates\win2ksp4\rootsupd-2.exe /q /r:n' > | <install cmd='%SOFTWARE%\updates\win2ksp4\rootsupd-2.exe /q /r:n' > | ||
<exit code="194" reboot="true"/> | <exit code="194" reboot="true"/> | ||
</install> | </install> | ||
− | + | </package> | |
+ | </source> | ||
− | [[Category:Silent | + | [[Category:Silent installers for Windows Hotfixes]] |
Latest revision as of 13:47, 1 April 2011
This is a silent installer for Root Certificates Update for Windows 2000.
<package id="rootcertsupdate" name="RootCertificates Update for Windows 2000" execute="once">
<!-- can't detect root certificates already installed -->
<install cmd='%SOFTWARE%\updates\win2ksp4\rootsupd-2.exe /q /r:n' >
<exit code="194" reboot="true"/>
</install>
</package>