Hi again,

how can I mark this certificate's key as exportable (an option I have while
manually installing the certificate/in c#)?
I need to be able to retrieve the private key.


<Binary Id="GWBinary" SourceFile="Resources\Certificates\GWCertificate.pfx"
/>
<Component Id="GWCertificate.pfx" Guid="blaBlablaBla">
        <CreateFolder />
        <iis:Certificate Id="GWCertificate"
                         Name="GWCertificate.pfx"
                         Request="no"
                         StoreLocation="localMachine"
                         StoreName="personal"
                         Overwrite="yes"
                         BinaryKey="GWBinary"
                         PFXPassword="aaa111aaa" />
</Component>


Thanks in advance,
Roni



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installing-certificate-in-the-Personal-store-tp7598665p7598741.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to