Bugs item #1710227, was opened at 2007-04-30 12:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1710227&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Averbuch (averbuch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Improper Modularization for Certificates CA if use BinaryKey

Initial Comment:
We want to use the InstallCertificates code inside a merge module, and have it 
point at a certificate binary.

However, the modularization is marked as "property", which causes this not to 
work well, as the binary table id gets modularized, whereas the CertificatePath 
column in the certificate table does not, so the binaries don't link up 
correctly. Instead, I believe it should be conditional as either property or 
column, depending on if you are using BinaryKey or CertificatePath in the 
<Certificate> element.

Example:

    <DirectoryRef Id="INSTALLDIR">
            <Component Id="c_certinstall"  Guid="INSERT_GUID_HERE">
                <Condition>VersionNT and NOT(VersionNT64)</Condition>
                <Certificate Id="CertToInstall" Request="no"
                    BinaryKey="Cert.pfx" Overwrite="yes"
                    StoreLocation="localMachine" StoreName="MY" Name="Test 
Cert"/>
            </Component>
    </DirectoryRef>

    <Binary Id="Cert.pfx" src="Cert.pfx"/>



Version 2.0.5213.0 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1710227&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to