[wix-users] Are Bundle attributes incorrectly documented?

Harinatha Narisetty harinatha.narisetty at us.abb.com
Tue Feb 14 10:56:28 PST 2017


It should be   AboutUrl

Thanks
Hari

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Jon Earle
Sent: Tuesday, February 14, 2017 1:55 PM
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).



____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list