Is there a more up-to-date doc site than
http://wix.sourceforge.net/manual-wix2/ ?  Because $(sys.PLATFORM) isn't
documented there, for example.  Found a number of posts and articles
referring to $(var.Platform) but those seem to be in error.

I guess maybe I should just fetch the source from Wix and do a search of
the code...

Thanks
Mark


-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 30, 2008 1:23 AM
To: mark.modrall
Cc: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] pre-defined variables?

mark.modrall wrote:
> describes the basic structure and 1 or 2 pre-defined variables but is 
> obviously not complete.  After googling for a long time, I saw some 
> people referencing $(var.Platform) as pre-defined, for example.  I 
> plugged that in my .wxs and didn't see an undefined var error.  But 
> there's no documentation I've found anywhere that says $(var.Platform)

> should/will exist.
>   

There are no predefined preprocessor variables for $(var.whatever). The
preprocessor defines a handful of variables for $(sys.whatever) as
documented. That's where PLATFORM lives: $(sys.PLATFORM).

--
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