Frank Eden wrote:
> This works well except for annoying blue underlines caused by the fact that
> the schema validation  for ComponentGuid dislikes anything but a guid,
> PUT_GUID_HERE, $(loc.variable), and !(wix.variable), while the schema
> validation for Win64 will only allow the values yes or no.
>   

The blue squigglies are just from Visual Studio. WiX accepts 
preprocessor variables or at least any recent version. Which version are 
you using?

> 1.  Am I on the right track here or is there a better way
>   

Definitely right.

> 2.  I cannot find any variable that use the !(wix.  prefix  - Im curious
> what these are for
>   

They're bind-time variables, replaced when Light runs. You need to use 
preprocessor variables so the compiler sets the right bits.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to