Difference between revisions of "RootCertificates Update for Windows 2000"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(add cat)
m (remove cat)
 
Line 10: Line 10:
 
</source>
 
</source>
  
[[Category:Silent Installers]]
 
 
[[Category:Silent installers for Windows Hotfixes]]
 
[[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>