[wix-devs] BundleCustomData and WixCop

Sean Hall r.sean.hall at gmail.com
Fri Jun 26 15:22:21 PDT 2020


Thanks. It works just like CustomTable with different names. This is where
the wixstdba got updated:
https://github.com/wixtoolset/Bal.wixext/commit/e4f1a4310f09e3777d035f35f4b4ca69d69f5083#diff-55021268e68ce8e83f0ef83e9ea216b6


BundleCustomData=CustomTable with BootstrapperApplicationData="yes"
I updated the default Type to be bootstrapperApplication so the
BootstrapperApplicationData attribute needs to be removed

BundleAttributeDefinition=Column (underneath CustomTable with
BootstrapperApplicationData="yes")
All attributes except for Id need to be removed.

BundleElement=Row (underneath CustomTable with
BootstrapperApplicationData="yes")

BundleAttribute=Data (underneath CustomTable with
BootstrapperApplicationData="yes")
The Column attribute needs to be renamed to Id.

On Sat, Jun 27, 2020 at 1:35 AM Rob Mensching <rob at firegiant.com> wrote:

> I can do it. If you can give me a quick mapping of old to new (save me
> time learning it right now), then I can update the Converter project.
>
> -----Original Message-----
> From: wix-devs <wix-devs-bounces at lists.wixtoolset.org> On Behalf Of Sean
> Hall via wix-devs
> Sent: Thursday, June 25, 2020 4:35 PM
> To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
> Cc: Sean Hall <r.sean.hall at gmail.com>
> Subject: Re: [wix-devs] BundleCustomData and WixCop
>
> I still don't know what we want the conversion to be. Am I required to be
> the one that implements the conversion since I did the breaking change or
> can someone else do it?
>



More information about the wix-devs mailing list