Difference between revisions of "RootCertificates Update for Windows 2000"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
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 Installers]] | [[Category:Silent Installers]] |
Revision as of 14:19, 7 April 2008
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>