How to add a certificate to the root trusted certificate but no alert window in C#

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
Im working on a project which is packaging the help file to VS 2010. I look for some informations, and I known steps of packaging. As follows:
1. Composited the help file with the extension name called ".cab"<br/>
2. Constructed a certificate file for current user<br/>
3. Install the certificate to the system.<br/>
4. Signed the .cab file with the certificate.<br/>
5. Install .cab file to VS2010 with help viewer.
I coded an application to realized steps as above. It was failed in step 4 after I installed the certificate as personal certificate. I found that it would be ok when I installed the certificate in root trusted certificate. But when Im installing the certificate
as a root trusted certificate, did the confirm window pop up!
I wana install the root trusted certificate with no confirm window in coding C# console application. What shoud I do?
<br/>

View the full article
 
Back
Top