One of our products is required to install three certificates.  There is a
possibility that one of our certificates may have already been pushed down
to the end user system via IT.  I have ran across an issue which appears to
mimic the issue reported in the 2184946 tracker report.

In our case, the store where the certificate lives is Certificates (Local
Computer) -> Trusted Root Certification Authorities -> Enterprise.  I have
recreated the issue on an WinXP SP3 vPC by placing the root certificate in
this store, and then attempting to install our product.  If the certificate
is not present ahead of time (removed before the MSI is executed, or never
installed at all), our product installs just fine.

FWIW, I have also created the original issue reported in 2184946 by placing
the certificate in the Group Policy store.

WixIIsExtension.dll version:  3.0.5217.0

WiX usage:

<Component Id ="MyRootCert" Guid="MyGUID">
        <iis:Certificate Id="MyRootCert_1"
                              Name="Root Cert"
                              Request="no"
                              StoreLocation="localMachine"
                              StoreName="root"
                              Overwrite="yes"
                              BinaryKey="Root_Cert_1"/>
</Component>

Original tracker report:

https://sourceforge.net/tracker/index.php?func=detail&aid=2184946&group_id=105970&atid=642714

Thank you.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to