Re: [WiX-users] Using WixVariables to Pass Build-Time Information to a WixLib

2010-06-26 Thread Bob Arnson
On 6/21/2010 9:24 PM, Castro, Edwin G. (Hillsboro) wrote: > The WiX help file says the following about custom binder variables: > Ack, bad. It's worded poorly (and bits are wrong). Please file a bug. > How do I specify a value for !(bind.AssemblyVersion)? > You don't -- the only custom b

Re: [WiX-users] Using WixVariables to Pass Build-Time Information to a WixLib

2010-06-22 Thread Castro, Edwin G. (Hillsboro)
> To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] Using WixVariables to Pass Build-Time > Information to a WixLib > > In 3.0, all !(bind.*) variables are generated by the binder itself (I > think > all of them are file informa

Re: [WiX-users] Using WixVariables to Pass Build-Time Information to a WixLib

2010-06-22 Thread Blair
In 3.0, all !(bind.*) variables are generated by the binder itself (I think all of them are file information values) while !(wix.*) values can be declared in .wxs/.wxi files using the element or on light's commandline (which is populated by elements in MSBuild/Votive). See http://wix.sourceforge