I am getting the error message "Unresolved reference to symbol 
'Directory:Test' in section 'Fragment:'. for the following section:

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Fragment>
        <DirectoryRef Id="Test" >
            <Component Id="_1.txt" 
Guid="{C94E8D76-74B6-4A75-814A-B18D12F2D6D8}">
                <File Id="_1.txt" Name="1.txt" KeyPath="yes" 
Source="C:\Test\1.txt" />
            </Component>
            <Component Id="_2.txt" 
Guid="{6623B858-266E-4485-8C10-1F1B388301D0}">
                <File Id="_2.txt" Name="2.txt" KeyPath="yes" 
Source="C:\Test\2.txt" />
            </Component>
        </DirectoryRef>
    </Fragment>
    <Fragment>
        <ComponentGroup Id="ComponentGroup1">
            <ComponentRef Id="_1.txt" />
            <ComponentRef Id="_2.txt" />
        </ComponentGroup>
    </Fragment>
</Wix>

=======================================================================
This email, including any attachments, is only for the intended
addressee.  It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
 altered or corrupted during transmission.
=======================================================================


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to