[wix-devs] Upgrade issue with wixtoolset bundle
Abhishek sharma
abhisheksharma30590 at gmail.com
Wed Jun 24 06:38:17 PDT 2020
Hi Team,
I am using wixtoolset installer for creating Custom UI (Burn UI) for my
installer having 10-12 Msi's. I have created the bundle for the same and
created the UI which calls the install action to install the bundle and
uninstall to uninstall whole bundle and everything is working fine for me.
Now issue occurs when I am trying to upgrade, I tried with UpdateReplace
and UpdateReplaceEmbedded action of bootstrapper engine but installer stuck
with the below error
[1DC8:1E70][2020-06-24T15:10:58]i200: Plan begin, 1 packages, action:
UpdateReplace
[1DC8:1E70][2020-06-24T15:10:58]e000: Error 0x8000ffff: Invalid package
type.
[1DC8:1E70][2020-06-24T15:10:58]e000: Error 0x8000ffff: Failed to calculate
plan actions for package: (null)
[1DC8:1E70][2020-06-24T15:10:58]e000: Error 0x8000ffff: Failed to plan
execution package.
[1DC8:1E70][2020-06-24T15:10:58]e000: Error 0x8000ffff: Failed to process
update package.
[1DC8:1E70][2020-06-24T15:10:58]e000: Error 0x8000ffff: Failed to plan
update.
[1DC8:1E70][2020-06-24T15:10:58]i299: Plan complete, result: 0x8000ffff
So please help me out to solve this, also i tried with launchaction.install
in that case bootstrapper stucks with previous bundle uninstallation and
gives error as:
[63D8:8884][2020-06-23T17:38:59]w209: Plan skipped removal of provider key:
{ce105ef9-62ca-448b-8163-ad57bf48acbf} because it is registered to a
different bundle: (null)
[63D8:8884][2020-06-23T17:38:59]e000: Error 0x80070057: Invalid package
current state result encountered during plan: 0
[63D8:8884][2020-06-23T17:38:59]e000: Error 0x80070057: Failed to calculate
plan actions for package: TestPackage
[63D8:8884][2020-06-23T17:38:59]e000: Error 0x80070057: Failed to plan
execution package.
[63D8:8884][2020-06-23T17:38:59]e000: Error 0x80070057: Failed to process
package.
[63D8:8884][2020-06-23T17:38:59]e000: Error 0x80070057: Failed to plan
packages.
[63D8:8884][2020-06-23T17:38:59]i299: Plan complete, result: 0x80070057
[63D8:8884][2020-06-23T17:38:59]i100: Detect begin, 1 packages
[63D8:8884][2020-06-23T17:38:59]i101: Detected package: TestPackage, state:
Present, cached: Complete
[63D8:8884][2020-06-23T17:38:59]i199: Detect complete, result: 0x0
I couldn't find solution anywhere and really stuck for up-gradation of my
bundle
So, Please help me out on this.
Thanks,
Abhishek Sharma
More information about the wix-devs
mailing list