[wix-users] Are Bundle attributes incorrectly documented?
Rob Mensching
rob at firegiant.com
Tue Feb 14 10:57:05 PST 2017
XML is case sensitive.
_____________________________________________________________
Short replies here. Complete answers over there: http://www.firegiant.com/
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Jon Earle
Sent: Tuesday, February 14, 2017 10:55 AM
To: 'WiX Toolset Users Mailing List' <wix-users at lists.wixtoolset.org>
Subject: [wix-users] Are Bundle attributes incorrectly documented?
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