How to write a program to automatically install a certificate file in IE?

I've developed a signed applet and have a "x509.cacert" certificate

file. During developing and testing the software, I

manually install the file in IE. Thus, I enter

"Internet option-->Content-->Certificate" and

import the "x509.cacert" file manually.

Now I'm going to release the software and hope that

users don't do the same things as me. Therefore,

I have to write a program to automate the installation

process.

Is there any way to install the certificate file

in IE automatically with programs?

Thanks

[602 byte] By [modelart] at [2007-9-26 4:01:42]
# 1

Haven't seen a way to automatically install the certificate into the MS Certificate Manager store. If you put your certificate as a link on a web page and the user clicks on the link using IE, then they'll get the open/save dialog. If they select open, then it'll launch the Certificate Manager and start the import wizard as shown at: http://home.iSTAR.ca/~neutron/ImportCA/ . The user still has to do a wee bit of clicking to get it in though.

kent_haidl at 2007-6-29 12:57:41 > top of Java-index,Security,Signed Applets...