On Mon, 10 Nov 2008 16:26:15 +1300, "Joe Osman" <[EMAIL PROTECTED]>
said:

> 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" >
...

This line is the problem. It needs to either be a <Directory Id="Test">
or you need to put one in somewhere else in the file (or the file(s)
you're linking the fragment to) for it to refer to.

--Curtis
--
Curtis Jewell
[EMAIL PROTECTED]

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

[I use PC-Alpine, which deliberately does not display colors and pictures in 
HTML mail]


-------------------------------------------------------------------------
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