[wix-users] Error while uninstalling WiX Burn Bundle

james william jameswilliam.b at gmail.com
Thu Jul 13 23:32:51 PDT 2017


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


More information about the wix-users mailing list