I'm trying to install a certificate on IIS 6 using the certificate element.
When using the CertificatePath as below, it does not work.

<iis:Certificate Id="SslCertificate" Name="server_cerificate" Request="no"
StoreLocation="localMachine"  StoreName="ca" Overwrite="yes" 
CertificatePath="C:\certificates\server.cer"/>

In log file, I found the following entry:
Entrypoint: InstallCertificates
InstallCertificates:  Entering InstallCertificates in
C:\windows\Installer\MSI26A.tmp, version 3.5.2519.0
InstallCertificates:  Error 0x80070057: Invalid Certificate.Attributes.
InstallCertificates:  Error 0x80070057: Failed to resolve certificate:
SslCertificate
Action ended 15:45:08: InstallCertificates. Return value 3.


Replacing CertificatePath with BinaryKey, then it works fine.

Both WIX 3.0 and 3.5 does not work.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/CertificatePath-in-Certificate-element-does-not-work-tp6579192p6579192.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to