[wix-users] Repair from Managed BA

Kaveesh Dashora kaveeshd at googlemail.com
Tue Oct 24 02:14:47 PDT 2017


Great... this works now. I had not subscribed ​the
Bootstrapper.PlanMsiFeature event for the Repair case. Subscribing to the
event and setting the feature state to Local fixes my issue.

Thanks!

On Fri, Oct 13, 2017 at 3:21 PM, Periyasamy Chinnu via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> I am not sure why some files are not reinstalled, but you can get some
> ideas from below link.
> https://stackoverflow.com/questions/15394382/wix-pass-
> option-to-msi-for-repair
>
>
> On Wed, Oct 11, 2017 at 5:08 PM, Kaveesh Dashora via wix-users <
> wix-users at lists.wixtoolset.org> wrote:
>
> > I am able to check whether my bundle is installed or not and show
> > installation / Modification or Update pages. In the modification page I
> > have option to add remove the features, repair the installation or remove
> > the installation.
> >
> > When I call Bootstrapper.Plan and BootStrapper.Apply for
> > LaunchAction.Repair all files are not restored correctly. Only a few
> files
> > are restored. When I perform the same repair from the MSI present in the
> > package cache folder the repair operation is performed correctly.
> >
> > What am I missing?
> >
> > On 11-Oct-2017 12:30 PM, "Nir Bar via wix-users" <
> > wix-users at lists.wixtoolset.org> wrote:
> >
> > > Burn can handle repair.You only need to make sure your DetectCondition
> > and
> > > RepairCommand are correct (built-in for MsiPackage).
> > >
> > >
> > >
> > >
> > >
> > >
> > > --Independent WiX Expert. Creator of-
> > > https://JetBA.net - Native and WPF WiX BootstrapperApplication
> > Frameworks
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ____________________________________________________________________
> > > WiX Toolset Users Mailing List provided by FireGiant
> > > http://www.firegiant.com/
> > >
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > http://www.firegiant.com/
> >
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list