Re: [WiX-users] Binding FileVersion in a bootstrapper

2014-03-13 Thread Phill Hogland
The core problem is that the version value is needed by the compiler, but a bind variable is not resolved until the second pass of linking, so a bind variable cannot be used in the version field, as I understand it. There are various approaches to adding a MSBuild task which gets (or creates) a ve

[WiX-users] Binding FileVersion in a bootstrapper

2014-03-12 Thread Scott Moyer
I am not understanding examples on how to set a bundle version from the version of an exe file. I did so very simply in my msi as shown below: ... ... ... But can't figure out how to do the same for a Bundle that cont