Re: [WiX-users] undefined variables

2009-12-17 Thread Steve Lessard
Message- From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Sent: Thursday, December 17, 2009 9:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] undefined variables The code will fail to compile with the following error: Undefined preprocessor variable

Re: [WiX-users] undefined variables

2009-12-17 Thread Sascha Beaumont
The code will fail to compile with the following error: Undefined preprocessor variable '$(var.IDoNotExist)'. Sascha On Fri, Dec 18, 2009 at 3:22 PM, Steve Lessard wrote: > Is it me or is the preprocessor example at > http://wix.sourceforge.net/manual-wix3/

[WiX-users] undefined variables

2009-12-17 Thread Steve Lessard
Is it me or is the preprocessor example at http://wix.sourceforge.net/manual-wix3/preprocessor.htm misleading? It contains this snippet of code: Doesn't this falsely imply that this example should also work? --