I understand these variable types from the wix doc:

 

$(env._NtPostBld) 

Gets the environment variable %_NtPostBld% 

$(sys.CURRENTDIR) 

Gets the system variable for the current directory 

$(var.A) 

Gets the variable A that was defined in this xml 

 

 

But what are these that I have seen in an example??? Is there doc on ALL the
types of variables that can be used in a .wxs file?

 

§  Product/@Version="!(bind.FileVersion.FileId) ---------------à two unknown
types - the @ syntax and the ! syntax with 2 levels

§  $(fileVersion.ProductName($(var.MyApp.TargetPath))) ---à what is
fileVersion and what's the deal with the 2 levels of var. syntax

 

- Dave

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to