Dear All,

I created the following entry in WiX file for installing .pfx certificate that 
has a blank password:

<Component Id="CertPlat" Guid="E1BAC504-DF60-4DE7-B9EF-5394E4EC658C" 
Transitive="yes">
      <iis:Certificate Id="PlatAzzuro" Name="PlatAzzuro.wss.microsoft.com.pfx"
                       
CertificatePath="$(sys.SOURCEFILEDIR)\Release\TestCertificate.pfx"
                       StoreLocation="localMachine" StoreName="personal"/>
  </Component>

When I try to install MSI, it logs the below errors:

   InstallCertificates:  Error 0x80070056: Failed to open PFX file.
InstallCertificates:  Error 0x80070056: Failed to get SHA1 hash of certificate.
InstallCertificates:  Error 0x80070056: Failed to resolve certificate: 
TestCertificate
Action ended 12:22:12: InstallCertificates. Return value 3.


Could someone please help me why the MSI is unable to install .pfx certificate? 
I am however able to install .cer certificates.


Regards,
Maruti Gouroji

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to