Difference between revisions of "RootCertificates Update for Windows 2000"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(add cat)
Line 11: Line 11:
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]
 +
[[Category:Silent installers for Windows Hotfixes]]

Revision as of 11:59, 31 March 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>