Changes

SSL CA Install

443 bytes removed, 16:00, 27 August 2008
General cleanups
I saw that other people have methods There are probably lots of installing Certificate Authoritycerts in windows. Here is one that I have foundways to do this.
You will need CertMgr.exe. It can be found in WinSDK 's part of [http:/ WDK/www. Wemicrosoft.com/downloads/details.aspx?FamilyId=FE6F2099-B7B4-4F47-A244-C96D69C35DEC .NET Framework 2.0 Software Development Kit] - you don'll grabt need the latest WinSDK, the Vista version which can run entire kit on XP Pro as wellyour clients or in your WPKG installation, only CertMgr.exe.
CertMgr.exe is documented [http://msdn.microsoft.com/en-us/library/e78byta0(VS.80).aspx here]. Basic usage as follows:
Note that WinSDK's installer (Setup %programfiles%\Microsoft.exe) needs Net 2NET\SDK\v2.0:http:\Bin\CertMgr.Exe //wwwadd ca-cert.microsoft.comder /downloadsall /thankyou.aspx?familyId=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displayLang=ens /r localMachine root
 (silent This would install is /q on command line. )   Install WinSDK Setup.exe http://www.microsoft.com/downloads/details.aspx?FamilyId=7614FE22-8A64-4DFB-AA0C-DB53035F40A0&displaylang=en  Silent install is /q on command line, but you only need the win32utilities. I'm not sure how to select packages with quiet install. Once WinSDK is installed, you have CertMgr.exe. It's buried all CAs in the Binfolder in the SDK directory.  CertMgr.Exe -add ca-certcet.der -s -r localMachine root (leave off -r localMachine for user account install. "my" is the defaultstore for user certsglobally, "root" for machine root certificatesall users.)
Example:
priority="50"
execute="once">
<install cmd='"%SOFTWARE%\pkg\ssl\CertMgr.Exe -/add%SOFTWARE%\pkg\ssl\ca-cert.der -/all /s -/r localMachine root'">
</install>
</package>
Anonymous user