// WINDOWS XP // from: http://msdn.microsoft.com/en-us/library/e78byta0.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2 // certmgr /c /add TrustedCert.cer /s root // // more info from: http://tomfloor.wordpress.com/2012/11/09/command-line-certificate-installation-on-xp/ // tool to download is from: // https://www.sslcertificaten.nl/download/Code_Signing_Tools/Authenticode_for_Internet_Explorer_toolkit // install cert in windows: http://msdn.microsoft.com/en-us/library/e78byta0(v=vs.71).aspx (use certmgr.exe)