[wix-users] Are Bundle attributes incorrectly documented?
Jon Earle
earlej at hotmail.com
Tue Feb 14 10:55:29 PST 2017
Wix 3.10.2
My Bundle definition:
<Bundle Name="$(var.ProductName)"
Version="$(var.ProductVersionMSI)"
Manufacturer="$(var.Manufacturer)"
DisableModify="yes"
AboutURL="$(var.InfoURL)"
IconSourceFile="$(var.IconImage)"
UpgradeCode="$(var.UpgradeCodeBundle)">
Leads to the following failure:
1>...Bundle.wxs(9): error CNDL0004: The Bundle element contains an unexpected attribute 'AboutURL'.
Ditto if I replace AboutURL with HelpURL.
Bundle element on web page indicates that it's okay to use:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/bundle.html
Why is this failing?
Bundle Element - WiX toolset<http://wixtoolset.org/documentation/manual/v3/xsd/wix/bundle.html>
wixtoolset.org
Name Type Description Required; AboutUrl: String: A URL for more information about the bundle to display in Programs and Features (also known as Add/Remove Programs).
More information about the wix-users
mailing list