WixDependencyExtension does not help you get your chain correct (a BA or
conditions do that). However, once the MSIs are installed the
WixDependencyExtension will ensure that the MSIs are not removed until the
last dependent Package or owning Bundle is removed.

The hard problem being solved is not getting the chain right but making sure
the packages are not removed before their time is up. <smile/>

On Thu, Jun 9, 2011 at 12:21 PM, Michael Stoll <unwicht...@mistoll.de>wrote:

> Hi,
>
> Package A ist installed conditionally (e.g. based on user selection) and
> requires Package B. So Package B should be installed only if Package A
> is installed.
> Of course this can be achieved with the mba, just wondered if there's a
> cleaner solution.
>
> Michael
>
> Am 09.06.2011 20:03, schrieb John Robbins:
> > Hi,
> >
> > Are you talking about A.MSI must be installed before B.MSI?
> >
> > If so use the After attribute on the MSIPackage Element when defining
> B.MSI in your Burn WXS files. See
> http://wix.sourceforge.net/manual-wix3/wix_xsd_msipackage.htm for more
> info.
> >
> > John
> > Wintellect
> > http://www.wintellect.com
> > +1-877-968-5528
> >
> > -----Original Message-----
> > From: Michael Stoll [mailto:unwicht...@mistoll.de]
> > Sent: Thursday, June 09, 2011 7:20 AM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: [WiX-users] WixDependencyExtension
> >
> > What't the WixDependencyExtension? Any documentation on it?
> > I'm looking for a way to tell burn that package A needs package B
> installed. Can this be done with WixDependencyExtension?
> >
> > Michael
> >
> >
> >
> ------------------------------------------------------------------------------
> > EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image Editing
> and ensure content is compliant with Accessibility Checking.
> > http://p.sf.net/sfu/ephox-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> ------------------------------------------------------------------------------
> > EditLive Enterprise is the world's most technically advanced content
> > authoring tool. Experience the power of Track Changes, Inline Image
> > Editing and ensure content is compliant with Accessibility Checking.
> > http://p.sf.net/sfu/ephox-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to