Re: [WiX-users] Undocumented preprocessor features.

2006-10-19 Thread Jarl Friis
"Mike Dimmick" <[EMAIL PROTECTED]> writes: > New in v3, and I recently answered a question about this: see > http://sourceforge.net/mailarchive/message.php?msg_id=36966863. Thanks. I too figured it out by peeking the code, however, I found another way that I consider preferable to supplying comm

Re: [WiX-users] Undocumented preprocessor features.

2006-10-19 Thread Mike Dimmick
@lists.sourceforge.net Subject: [WiX-users] Undocumented preprocessor features. I had a look at the source files of the UIExtension, that is, files in wix\src\ext\UIExtension\wixlib In Common.wxs I see the following line The expression "!(wix.WixUIBannerBmp=$(var.bannerBmp))" seems to be a pr

[WiX-users] Undocumented preprocessor features.

2006-10-19 Thread Jarl Friis
I had a look at the source files of the UIExtension, that is, files in wix\src\ext\UIExtension\wixlib In Common.wxs I see the following line The expression "!(wix.WixUIBannerBmp=$(var.bannerBmp))" seems to be a preprocessor expression, however it is not clear to me what it means. In the preproce