Re: [WiX-users] Undefined preprocessor variable error message - how to get preprocessor variables working?

2011-08-19 Thread Brad Smith
Thanks for your help Kurt, it worked! -Original Message- From: Kurt Jensen [mailto:kurt.jen...@us.ophiropt.com] Sent: Thursday, 18 August 2011 8:55 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Undefined preprocessor variable error message - how

Re: [WiX-users] Undefined preprocessor variable error message - how to get preprocessor variables working?

2011-08-18 Thread Kurt Jensen
: [WiX-users] Undefined preprocessor variable error message - how to get preprocessor variables working? Hi I'm new to WIX so bear with me with this simple question. J Using VS2010 Votive, .NET 4, Wix 3.5 I'm in VS 2010 and I created a simple WPF project. Then I created a Wix project (i

[WiX-users] Undefined preprocessor variable error message - how to get preprocessor variables working?

2011-08-18 Thread Brad Smith
Hi I'm new to WIX so bear with me with this simple question. J Using VS2010 Votive, .NET 4, Wix 3.5 I'm in VS 2010 and I created a simple WPF project. Then I created a Wix project (in the same solution), and added a reference to my WPF project in my Wix project. All is good. But the pre-pr

Re: [WiX-users] Undefined preprocessor variable error

2010-06-22 Thread Blair
Or, if you wish to avoid extraneous ";" marks: ItemOne ItemTwo $(Property);ItemTwo -Blair -Original Message- From: Elfe Xu [mailto:elf...@microsoft.com] Sent: Tuesday, June 22, 2010 5:26 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Undefined pr

Re: [WiX-users] Undefined preprocessor variable error

2010-06-22 Thread Elfe Xu
Interesting. Why is the DefineConstants different with other element suche as Property? I have a file MyProj.WIX.targets, which is used by Setupx64.wixproj and Setupx86.wixproj. So I could not have my constants definitation partially in the WIX.targets and partially in the wixproj files, according

Re: [WiX-users] Undefined preprocessor variable error

2010-06-22 Thread Castro, Edwin G. (Hillsboro)
22, 2010 10:26 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Undefined preprocessor variable error > > In MyProj.WIX.Targets, I have > > BinDirRoot=$(BranchBinDirRoot) > > And in Components.wxs, I have > Source="$(var.BinDirRoot)\abc.d

[WiX-users] Undefined preprocessor variable error

2010-06-22 Thread Elfe Xu
In MyProj.WIX.Targets, I have BinDirRoot=$(BranchBinDirRoot) And in Components.wxs, I have So far so good. Then I want to add a file from the source, Surely I will get error of Undefined preprocessor variable "$(var.SourceDirRoot) Then I modify the MyProj.WIX.Targets, add this line: