Actually the CertMgr.exe is not available on all PCs and furthermore it does not appear to be redistributable (as hinted by @TLama); and besides you don't even need it. CertUtil is available on every Windows machine (that I have tested) and works perfectly:

Feb 17, 2019 · Download CertMgr for free. Certificate Authority administration application. The CertMgr application allows you to administrator your own Certification Authority (e.g. for securing your network). Using CertMgr. 05/31/2018; 2 minutes to read; In this article. CertMgr can be used to view certificates, certificate revocation lists (CRLs), and certificate trust lists (CTLs) from a file or a certificate store, to copy certificates into a certificate store, to delete certificates from a certificate store, and to save certificates to files. Oct 16, 2017 · certreq. 10/16/2017; 19 minutes to read +5; In this article. The certreq command can be used to request certificates from a certification authority (CA), to retrieve a response to a previous request from a CA, to create a new request from an .inf file, to accept and install a response to a request, to construct a cross-certification or qualified subordination request from an existing CA Certificate Authority administration application. OpenEMR is an open source medical practice management application (EHR EMR PMS) featuring fully integrated electronic health records, scheduling, electronic billing, internationalization, free support, a vibrant community, and a whole lot more. I use CertMgr.exe and a simple bat file to import certs. certmgr.exe -add -c ca.cer -s -r localMachine root >> log.txt certmgr.exe -add -c test.cer -s -r localMachine root >> log.txt certmgr.exe -add -c edu.cer -s -r localMachine root >> log.txt Here is a TechNet article which documents what commands/usage you can do with certmgr.exe You can find certmgr.exe by opening your visualstudio command prompt and typing in certmgr or just search for certmgr.exe in your windows explorer to know its location and use it in your script. The location would generally be as follows: c:\Program Files (x86)\MicrosoftSDKs\Windows\v7.0A\bin CertMgr.Exe. What is it? The CertMgr.Exe is a ECM Certificate Manager. This file is part of Microsoft® Windows® Operating System. CertMgr.Exe is developed by Microsoft Corporation. CertMgr.Exe is usually located in the %PROGRAM_FILES% sub-folder and its usual size is 70,992 bytes.

You can find certmgr.exe by opening your visualstudio command prompt and typing in certmgr or just search for certmgr.exe in your windows explorer to know its location and use it in your script. The location would generally be as follows: c:\Program Files (x86)\MicrosoftSDKs\Windows\v7.0A\bin

Found a site with the valid store names which are: ca -> Specifies certificates in the Intermediate Certification Authorities store my -> Specifies certificates issued to the current user root -> Specifies certificates in the Trusted Root Certification Authorities store spc -> Specifies software publisher certificates user_created_store -> Specifies the name of a user-created certificate store 2003\SDK\v1.1\Bin\certmgr.exe C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\makecert.exe (Part of my application generates self-signed test certs; we currently use OpenSSL to generate them and some custom code to drop them into the Microsoft Cert Store.)

How to install a certificate without using certmgr.exe or certutil.exe.. I'd like to add some more points here. The certificate file is created and signed by my own. Now I have a .cer file. I want to install it in "localMachine root","localMachine trusted publisher". How to do it programatically ( USING WINAPI ). Update:

Certmgr.dll download. The Certmgr.dll file is a dynamic link library for Windows 10, 8.1, 8, 7, Vista and XP (32 Bit and 64 Bit). You can fix "The file Certmgr.dll is missing." MSDN Certmgr.exe (Certificate Manager Tool) Certmgr.exe (Certificate Manager Tool) Hope this information helps. Regards. 1 person was helped by this reply · Did this Dec 09, 2012 · Start "certmgr.exe" on Windows 7 How to start "certmgr.exe" on Windows 7? I know it is installed on my system as part of Visual Studio. If you want start "certmgr.exe" on a Windows 7 system with Visual Studio 8 installed, you can follow this tutorial: 1. Start a command line window. 2. Enter certmgr.exe with the full path name as s