> I am trying to get my MSI to import a PFX file into the set of Trusted
> Root Certification Authorities.  I made an MSI that intends to do
> nothing more than this.

I don't think it makes much sense to use the PFX format for a trusted
root certificate since certs in that store do not have private keys
associated with them. Try importing the PFX manually into your
personal store and then export it without private keys to a
DER-encoded file (.cer). Then use this file as the cert to install to
the trusted root store.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to