Re: [WiX-users] WiX-users Digest, Vol 36, Issue 64

2009-05-14 Thread Neil Sleightholm
In the sample it is defined at the top of the file - do you have that in your code? Neil -Original Message- From: Hu, Pan [mailto:pan...@eds.com] Sent: 14 May 2009 17:15 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX-users Digest, Vol 36, Issue 64 Thanks, Neil. How

Re: [WiX-users] WiX-users Digest, Vol 36, Issue 64

2009-05-14 Thread Hu, Pan
Thanks, Neil. How do I define the preprocessor? I'm getting the error: Undefined preprocessor variable '$(var.Version)'. I see that preprocessor variables are defined in the project properties when I right-click the project in the solution explorer, but shouldn't these variables be predefined? W