Hello list! :)

According to the WiX.chm/Tools/Preprocessor topic, this should be valid:

<?define IExist ?>

However, candle flags that with a CNDL0151 error:

The define statement '<?define IExist ?>' is not well-formed.  Define
statements should be in the form <?define variableName = "variable
value"?>.

Either this is a bug in 3.0.2211.0, or the documentation needs to be
updated.

Current workaround/new syntax :) seems to be to use this:

<?define IExist="" ?> 

...which does not produce any error.

...Lorne Laliberte


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to