Re: [WiX-users] WIX 3 and Build Number

2008-02-28 Thread Rob Mensching
You can pass preprocessor variables ($(var.)) via the command line using "-d". You can also use $(env.) environment variables. Tris Hodges wrote: > Hi, I am using TFS 2008 and wanted to know how I can access the > resulting build number to use in my Wix installer? > > I have overridden the Bu

[WiX-users] WIX 3 and Build Number

2008-02-28 Thread Tris Hodges
Hi, I am using TFS 2008 and wanted to know how I can access the resulting build number to use in my Wix installer? I have overridden the BuildNumberOverrideTarget but cannot work out how I can pass this in\access this within my Wix 3 project. Basically I want to name the installer after the Bu