Did you put the CustomTable in your Bundle somewhere?
BootstrapperApplicationData is ignored when compiled into an MSI.


On Fri, Dec 14, 2012 at 1:26 PM, chefkoch <chefk...@team-mediaportal.com>wrote:

> Any suggestions, links or other infos how I could continue to get more
> infos into the BootstrapperApplicationData.xml?
>
>
> 2012/12/12 chefkoch <chefk...@team-mediaportal.com>
>
> > I am trying to create a custom table and making the content available for
> > Burn/CustomMBA via the BootstrapperApplicationData.xml.
> >
> > When creating a custom table inside my MSI  product using the following
> > excample (from
> >
> http://blog.torresdal.net/2008/10/24/wix-and-dtf-using-a-custom-action-to-list-available-web-sites-on-iis/)
>  it is included in the MSI which I checked with
> > http://code.google.com/p/lessmsi/ .
> >
> >>     <CustomTable Id="AvailableWebSites">
> >>       <Column Id="WebSiteNo" Category="Identifier" PrimaryKey="yes"
> >> Type="int" Width="4" />
> >>       <Column Id="WebSiteDescription" Category="Text" Type="string"
> >> PrimaryKey="no"/>
> >>       <Column Id="WebSitePort" Category="Text" Type="string"
> >> PrimaryKey="no"/>
> >>       <Column Id="WebSiteIP" Category="Text" Type="string"
> >> PrimaryKey="no" Nullable="yes"/>
> >>       <Column Id="WebSiteHeader" Category="Text" Type="string"
> >> PrimaryKey="no" Nullable="yes"/>
> >>       <Row>
> >>         <Data Column="WebSiteNo">0</Data>
> >>         <Data Column="WebSiteDescription">Bogus</Data>
> >>         <Data Column="WebSitePort">0</Data>
> >>         <Data Column="WebSiteIP"></Data>
> >>         <Data Column="WebSiteHeader"></Data>
> >>       </Row>
> >>     </CustomTable>
> >
> >
> > Changing the table attributes from
> >
> >>     <CustomTable Id="AvailableWebSites">
> >
> > to
> >
> >>     <CustomTable Id="AvailableWebSites"
> >>  BootstrapperApplicationData="yes">
> >
> > does not create the table instide the MSI file anymore nor does it create
> > the entries in BoostrapperApplicationData.xml
> >
> > Should the tables be in the MSI only if  BootstrapperApplicationData="no"
> > or not defined or should the tables be always in the MSI file?
> >
> > What's the correct way to get the table content into
> > the  BootstrapperApplicationData.xml as well?
> >
> > Thanks for your support,
> > Best regards
> > chefkoch
> >
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to