My goal is to install client certificates in the user's certificate store. I am 
using <Certificate> element for this purpose in my .wxs file.
The snippet is like this:
<Certificate Id="SPK_PARTNER_TEST_PFX" Request="no" 
CertificatePath="$(var.CERTSOURCEDIR)\SPK_PARTNER_TEST.pfx"  
PFXPassword="$(var.CERTPASSWORD)" StoreLocation="currentUser" StoreName="my"/>

Issue: Installing the msi does not install any client certificates in the 
store. I am not getting any error either.
I decompiled the msi using dark.exe and I can see that the table for 
certificates is correctly populated. Here is a snippet.
    <Row>
      <Data Column="Certificate"> <![CDATA[ SPK_PARTNER_TEST_PFX]]>   </Data>
      <Data Column="Component_"> <![CDATA[ Client_Cert]]>   </Data>
      <Data Column="StoreName"> <![CDATA[ 2 ]]>   </Data>
      <Data Column="StoreLocation"> <![CDATA[ 1 ]]>   </Data>
      <Data Column="Attribute"> <![CDATA[ 0 ]]>   </Data>
      <Data Column="CertificateData"> <![CDATA[ 
c:\enlistments\scsprojectc\private\tests\setup\certs\SPK_PARTNER_TEST.pfx  ]]>  
 </Data>
      <Data Column="PFXPassword"> <![CDATA[ SecretPassword  ]]>   </Data>
    </Row>

I need help to resolve this issue.


-Pankaj

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to