[wix-users] Error while uninstalling WiX Burn Bundle

james william jameswilliam.b at gmail.com
Fri Jul 14 22:43:11 PDT 2017


Thanks Edwin,
Is there an event in bootstrapper that completes the installation,
I am now currently shutting down the dispatcher thread OnApplyComplete
method, is that the correct way to do.

On Jul 14, 2017 9:44 PM, "Edwin Castro" <egcastr at gmail.com> wrote:

> Error 0x80070652 corresponds to
>
> ERROR_INSTALL_ALREADY_RUNNING
> 1618 (0x652)
>
> Another installation is already in progress. Complete that installation
> before proceeding with this install.
>
> https://msdn.microsoft.com/en-us/library/windows/desktop/
> ms681385.aspx#ERROR_INSTALL_ALREADY_RUNNING
>
> --
> Edwin G. Castro
>
>
>
> On Thu, Jul 13, 2017 at 11:32 PM, james william <jameswilliam.b at gmail.com>
> wrote:
>
> > Hi,
> >
> > I've created a Custom Bootstrapper application in which I've chained an
> > msi, the installation works fine and the msi gets installed but when i
> > uninstall i get the following error from the log.
> >
> > [22D4:25F4][2017-07-14T11:46:19]e000: Error 0x80070652: Failed to
> > uninstall
> > MSI package.
> > [22D4:25F4][2017-07-14T11:46:19]e000: Error 0x80070652: Failed to
> execute
> > MSI package.
> > [1958:2574][2017-07-14T11:46:19]e000: Error 0x80070652: Failed to
> > configure
> > per-machine MSI package.
> > [1958:2574][2017-07-14T11:46:19]i319: Applied execute package:
> > DummyPackage, result: 0x80070652, restart: None
> > [1958:2574][2017-07-14T11:46:19]e000: Error 0x80070652: Failed to
> execute
> > MSI package.
> > [22D4:25F4][2017-07-14T11:46:19]i318: Skipped rollback of package:
> > DummyPackage, action: Install, already: Present
> > [1958:2574][2017-07-14T11:46:19]i319: Applied rollback package:
> > DummyPackage, result: 0x0, restart: None
> >
> > The msi's install scope is set to "PerMachine" and the MSi package is set
> > to "ForcePerMachine".
> >
> > Also the install and uninstall works fine without any error when the msi
> is
> > installed as standalone, but the error occurs only when i chain the msi
> in
> > burn bundle.
> >
> > Thanks,
> > James William
> >
> > ____________________________________________________________________
> > 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