Not in each one, just the top level one which has the data defined in it.  I 
have a fragment for defining the table layout, and a fragment that defines the 
data in the table (and uses the defined table).  In this same fragment, I have 
a payload group which I am referencing in my bootstrappper application ref. I 
would think any sort of element that you could reference from your main bundle 
would include the table, so I don't think it has to be the one I am using.

I agree, there should be a CustomTableRef element so that you could have a 
unique fragment with only your table data in it.  Might not hurt logging this 
as a feature request if one doesn't already exist. 

In the scope of a MSI, a work around was to create a Property in the same 
fragment and then reference that property in the main fragment. In your case, 
since you are doing custom processing of this additional meta data, then one 
would assume that you already have a custom BootstrapperApplication setup, so 
the intent would be to include the table data there and then referencing the BA 
would pull in the table. 

Jacob

-----Original Message-----
From: jimitndiaye [mailto:jimitndi...@gmail.com] 
Sent: Friday, July 06, 2012 10:00 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom MBA, adding extra metadata to the Bootstrapper 
Application Data

I suspected it might have something to do fragment references. No I don't have 
any Refs in those fragments (I was trying to preserve sanity by separating 
everything into fragments containing only related elements - there really 
should be something like TableRef, VariableRef etc). I'll try including an 
empty PayloadGroup in each fragment and reference them from the main bundle. 
Seems a bit hackish though.

Sent from my iPhone

On 6 Jul 2012, at 15:03, "Hoover, Jacob [via Windows Installer XML (WiX) 
toolset]" <ml-node+s687559n7579321...@n2.nabble.com> wrote:

> It's working for me.  After defining the table and the data, did you remember 
> to reference the table in the same fragment as a payload group which you 
> reference inside your BootstrapperApplicationRef? 
> 
> -----Original Message-----
> From: jimitndiaye [mailto:[hidden email]]
> Sent: Friday, July 06, 2012 6:49 AM
> To: [hidden email]
> Subject: Re: [WiX-users] Custom MBA, adding extra metadata to the 
> Bootstrapper Application Data
> 
> For some reason this isn't working for me. I have a bundle with several 
> custom tables defined in separate fragments (all of them with 
> BootstrapperApplicationData="yes"). None of them are being written to the 
> BootstrapperApplicationData.xml file. 
> 
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-M
> BA-adding-extra-metadata-to-the-Bootstrapper-Application-Data-tp757569
> 4p7579320.html Sent from the wix-users mailing list archive at 
> Nabble.com.
> 
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> If you reply to this email, your message will be added to the discussion 
> below:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-M
> BA-adding-extra-metadata-to-the-Bootstrapper-Application-Data-tp757569
> 4p7579321.html To unsubscribe from Custom MBA, adding extra metadata 
> to the Bootstrapper Application Data, click here.
> NAML


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-MBA-adding-extra-metadata-to-the-Bootstrapper-Application-Data-tp7575694p7579324.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to