[wix-users] Are Bundle attributes incorrectly documented?

Jon Earle earlej at hotmail.com
Tue Feb 14 13:04:39 PST 2017


<facepalm> That worked, thanks guys!


________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Rob Mensching <rob at firegiant.com>
Sent: Tuesday, February 14, 2017 1:57 PM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] Are Bundle attributes incorrectly documented?

XML is case sensitive.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/
WiX Support | WiX Experts and Resources from FireGiant<http://www.firegiant.com/>
www.firegiant.com
WiX Support | Installation, Development, Deployment | WiX Experts and Resources from FireGiant




-----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).

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


More information about the wix-users mailing list