Re: [WiX-users] WiX in Visual Studio: Preprocessor variables

2011-07-27 Thread Rob Mensching
The wix.targets set this all up for you behind the scenes. You should see them if you run MSBuild with a very verbose output. On Wed, Jul 27, 2011 at 6:54 AM, Andreas Vestlund < andreas.vestl...@sekonden.se> wrote: > Hi, > > I have a large WiX project in visual studio 2010 and I am having trouble

Re: [WiX-users] WiX in Visual Studio: Preprocessor variables

2011-07-27 Thread Anil Patel
Forgot to add that the element conatins the assignments of properties to preprocessor variables. Anil. On Wed, Jul 27, 2011 at 2:54 PM, Andreas Vestlund < andreas.vestl...@sekonden.se> wrote: > Hi, > > I have a large WiX project in visual studio 2010 and I am having trouble > finding where valu

Re: [WiX-users] WiX in Visual Studio: Preprocessor variables

2011-07-27 Thread Anil Patel
Hi Andreas, Unload your WiX project in VS 2010 (right click project) and then unload it. Then select project again & right click select Edit You should see a element and each sub-element within it, is a property which can be referenced by eg $(Product) You should find some values for Product & V

[WiX-users] WiX in Visual Studio: Preprocessor variables

2011-07-27 Thread Andreas Vestlund
Hi, I have a large WiX project in visual studio 2010 and I am having trouble finding where values in preprocessor variables come from. When I go to Project Properties -> Build and look at "Define preprocessor variables:" there are variables in this format: "Product=$(Product);Version=$(Version