I can't seem to figure out why I cannot use WixVariable.
I keep getting :

 CNDL0005 : The Product element contains an unexpected child element
'WixVariable'.

  <Product Id="248E08FF-D7C4-46ED-8D4D-601C67FE0AFD" Language="1033" 
    Manufacturer="!(wix.Manufacturer)" 
    Name="!(wix.ProductName)" 
    Version="08.11.00.12"
    >
    <Package Id="448E08FF-D7C4-46ed-8D4D-601C67FE0AFD"
      Comments="Summary of the package." 
      Description="Description of your product" 
      Compressed="yes" 
      InstallerVersion="200" />

    <Media Id="1" Cabinet="install.cab" EmbedCab="yes" />

    <WixVariable Id="ProductName" Overridable="yes" Value="MyProduct" />
    <WixVariable Id="Manufacturer" Overridable="yes"
Value="MyManufacturer" />



Any help is GREATLY appreciated.

Regards,
~Mark

-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to