Re: [WiX-users] Burn feedback

2012-04-22 Thread Bob Arnson
On 19-Apr-12 12:34, Pally Sandher wrote: > The bal:WixStandardBootstrapperApplication/@LicenseUrl attribute's value > cannot be an empty string. If you want the value to be null or empty, simply > remove the entire attribute. > The bal:WixStandardBootstrapperApplication element must have a value

Re: [WiX-users] Burn feedback

2012-04-22 Thread Neil Sleightholm
That isn't the way it is coded, if you set LicenseUrl=" " (a single space) the licence URL is disabled. As Pally said this is what the documentation says: "If it is not provided the link and accept license checkbox is not displayed, providing an "unlicensed" installation experience. The followin