Smith, David S. wrote:
> I would like to use a WixVariable for things such as my product name and 
> version, package description, comments.
>   

First, as Brian points out, you can more easily use preprocessor 
variables for those kinds of things. WiX variables are bind-time 
variables, so they're a bit more difficult to use.

> error CNDL0107: Schema validation failed with the following error: The 
> element 'Product' in namespace 'http://schemas.microsoft.com/wix/2006/wi' has 
> invalid child element 'WixVariable' in namespace 
> 'http://schemas.microsoft.com/wix/2006/wi'. List of possible elements 
> expected: 'Package'.
>   

Which version of WiX are you using? The WiX setup uses WixVariable under 
Product.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to