OK. I tried MsiPackage/@EnableFeatureSelection="yes" without success.
With MsiPackage/@DisplayInternalUI="yes" it's ok but i don't it must be
used together.

Anyway MsiPackage/@EnableFeatureSelection would give a GUI ? Any way to
make it silent ?

Le %:Date:, Rob Mensching <r...@robmensching.com> a écrit:
> Don't try to use ADDLOCAL or the other properties. You'll get into insane
> amounts of complexity trying to get that all correct during upgrades and
> uninstalls. Burn will callback to your BA and request what feature states
> you want if you set MsiPackage/@EnableFeatureSelection="yes".
> 
> 
> On Fri, Feb 15, 2013 at 6:21 AM, Gabriel Ivanes <g...@fastmail.net> wrote:
> 
> > You could pass ADDLOCAL parameter to your Bootstrapper with different
> > value in install and repair.
> >
> > <Bundle>
> > ..
> > <Variable Name="ADDLOCAL" bal:Overridable="yes"/>
> > ..
> > </Bundle>
> >
> > <MsiPackage>
> >     <MsiProperty Name="ADDLOCAL" Value="[ADDLOCAL]"/>
> > </MsiPackage>
> >
> >
> > Le %:Date:, Gabriel Ivanes <g...@fastmail.net> a écrit:
> > > OK. Bootstrapper allow repair command.
> > >
> > > Le %:Date:, Hans ter Horst <hoshis...@gmail.com> a écrit:
> > > > Ah, sorry, I meant when running the MSI via the burn bootstrapper. I
> > have
> > > > the MSI working like I want but I do run my MSI with user interface
> > from
> > > > the Bun bootstrapper, but when I run the bootstrapper a 2nd time, I
> > only
> > > > have the Repair and Uninstall options.
> > > >
> > > > Sorry for the confusion.
> > > >
> > > >
> > > > On Fri, Feb 15, 2013 at 1:58 PM, Hans ter Horst <hoshis...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hi,
> > > > > I have a feature tree based installer that has 4 features. If I
> > install
> > > > > during a first phase, for example, features A and B, I would like to
> > be
> > > > > able to run the installer again to install C and maybe uninstall B.
> > At the
> > > > > moment when I start the installer for the 2nd time, the only option
> > I have
> > > > > is to uninstall.
> > > > >
> > > > > How do I accomplish that?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Hans
> > > > >
> > > > > --
> > > > > http://monochrome.me.uk/blog/
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > http://monochrome.me.uk/blog/
> > > >
> > ------------------------------------------------------------------------------
> > > > Free Next-Gen Firewall Hardware Offer
> > > > Buy your Sophos next-gen firewall before the end March 2013
> > > > and get the hardware for free! Learn more.
> > > > http://p.sf.net/sfu/sophos-d2d-feb
> > > > _______________________________________________
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > > --
> > > Sincèrement,
> > > Gabriel
> > >
> > > "I know no way of judging the future but by the past."
> > >     Patrick Henry
> > > "You can never plan the future by the past."
> > >     Edmund Burke
> > >
> > >
> > ------------------------------------------------------------------------------
> > > Free Next-Gen Firewall Hardware Offer
> > > Buy your Sophos next-gen firewall before the end March 2013
> > > and get the hardware for free! Learn more.
> > > http://p.sf.net/sfu/sophos-d2d-feb
> > > _______________________________________________
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > --
> > Sincèrement,
> > Gabriel
> >
> > "I know no way of judging the future but by the past."
> >     Patrick Henry
> > "You can never plan the future by the past."
> >     Edmund Burke
> >
> >
> > ------------------------------------------------------------------------------
> > Free Next-Gen Firewall Hardware Offer
> > Buy your Sophos next-gen firewall before the end March 2013
> > and get the hardware for free! Learn more.
> > http://p.sf.net/sfu/sophos-d2d-feb
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013 
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-- 
Sincèrement,
Gabriel

"I know no way of judging the future but by the past."
    Patrick Henry
"You can never plan the future by the past."
    Edmund Burke

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to