[WiX-users] Types of variables question

2009-10-14 Thread Dave Kolb
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

Re: [WiX-users] Types of variables question

2009-10-14 Thread Blair
Message- From: Dave Kolb [mailto:d...@dotnetcodeslingers.com] Sent: Wednesday, October 14, 2009 12:13 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Types of variables question I understand these variable types from the wix doc: $(env._NtPostBld) Gets

Re: [WiX-users] Types of variables question

2009-10-14 Thread Dave Kolb
: [WiX-users] Types of variables question In WiX v3 in candle there are four built-in that start with $( (specifically: env, sys, var, fun). Any preprocessor extension on the commandline to candle can add others as well