[wix-devs] Upgrade Issue for my installer

Abhishek sharma abhisheksharma30590 at gmail.com
Wed Jun 24 03:55:37 PDT 2020


Hello Team,

I am using the wix tool set extension in my visual studio project 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 msi's and uninstall to uninstall the whole bundle and
relatively all Msi,so everything is working fine for me.

Now issue occurs when I am going to upgrade, My code detected the related
bundle installed on the basis of what I am going to perform upgrade as if
installer found already installed bundle it could go for upgrade so I tried
with UpdateReplace as well as updatedReplaceEmbedded action but
bootstrapper doesn't perform anything and stuck, going to error logs shows
me error as below:

[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
execute 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:39]i001: Burn v3.11.1.2318, Windows v10.0
(Build 17763: Service Pack 0), path: C:\ProgramData\Package
Cache\{ce105ef9-62ca-448b-8163-ad57bf48acbf}\Qlik Data Upload Agent.exe
[63D8:8884][2020-06-23T17:38:39]i000: Initializing string variable
'INSTALLPATH' to value ''
[63D8:8884][2020-06-23T17:38:39]i009: Command Line:
'"-burn.clean.room=C:\ProgramData\Package
Cache\{ce105ef9-62ca-448b-8163-ad57bf48acbf}\Qlik Data Upload Agent.exe"
-burn.filehandle.attached=624 -burn.filehandle.self=640 /uninstall /x
/quiet'
[63D8:8884][2020-06-23T17:38:39]i000: Setting string variable
'WixBundleLog' to value 'C:\Users\DUI\AppData\Local\Temp\Qlik Data Upload
Agent_20200623173839.log'
[63D8:8884][2020-06-23T17:38:39]i000: Setting string variable
'WixBundleManufacturer' to value 'QlikTech International AB'
[63D8:8884][2020-06-23T17:38:39]i000: Loading managed bootstrapper
application.
[63D8:8884][2020-06-23T17:38:40]i000: Creating BA thread to run
asynchronously.
[63D8:8884][2020-06-23T17:38:59]i200: Plan begin, 1 packages, action:
Uninstall
[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: DataUploadAgentService
[63D8:8884][2020-06-23T17:38:59]e000: Error 0x80070057: Failed to plan
execute 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:
DataUploadAgentService, 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

Team, your help really matters to me a lot. Thanks in advance

Thanks,
Abhishek Sharma


More information about the wix-devs mailing list