I am converting a legacy WIX project to build under via MSBuild and the IDE. I 
am receiving the following error message:

The element 'Include' in namespace 'http://schemas.microsoft.com/wix/2006/wi' 
cannot contain text. List of possible elements expected: any element in 
namespace '##any'.

When attempting to include the following WIX fragment -

<Include xmlns="http://schemas.microsoft.com/wix/2006/wi";>

  <?ifndef Foo ?>
  Error: Unrecognized value for Foo.
  <?endif?>
</Include>

The line "Error: Unrecognized value for Foo." appears to be the source of the 
error.

Thanks,
Gregg
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to