[wix-users] Error while uninstalling WiX Burn Bundle

Edwin Castro egcastr at gmail.com
Fri Jul 14 09:14:20 PDT 2017


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/
>


More information about the wix-users mailing list