Replies: 2 comments 4 replies
-
Seems like a solid hypothesis. Did you see why |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, haven't seen it but will get a fresh log next week and try to find it out / provide it.Currently I am on vacation.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For your deployment we have an msi package and a bundle including that msi, now we experience the following issue:
When installing the msi and uninstalling it, everything works as expected.
But when installing with the bundle the msi does not show the "uninstall/Maintenance" dialog but instead shows the "installing dialogs" during uninstallation.
Comparing the two installation logs we saw that the msi shows the
MaintenanceWelcomeDlg
where as theResumeDlg
is shown when uninstalling the bundle.We assume this is because the
ResumeDlg
has the condition Installed AND (RESUME OR Preselected) and the log shows that thePreselected
is set to 1 in this casePROPERTY CHANGE: Adding Preselected property. Its value is '1'.
which does not happen when using the msi.As we are also using the "display internal ui" option (
bal:DisplayInternalUICondition="1"
) on theMSiPackage
it sounds similar to this ticket: #3690Note: we recently upgraded from WiX v3 to v4 - couldn't yet verify it is related to this.
Any idea why this happens?
Beta Was this translation helpful? Give feedback.
All reactions