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 <PropertyGroup> element and each sub-element within it, is
a property which can be referenced by eg $(Product)
You should find some values for Product & Version.

Right-click the project and select Reload to reload it.

HTH,
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 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)".
> I have no idea where I can find the actual value of $(Product) or
> $(Version), can you point me in the right direction?
>
> If I use "Find in Files" and look for these variables I find nothing, even
> when I look in the entire solution.
>
> Best Regards,
> Andreas
>
>
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to