Bundle splash screen showing on removal of previous version #7902
Unanswered
mareklinka
asked this question in
Questions
Replies: 1 comment 4 replies
-
Hello @mareklinka, we have observed the same behavior with our upgrades as well during WiX v3 to WiX v4 upgradation. Have you managed to find a solution to this issue? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all. I have a question with regards to the bundle splash screen.
I have a Wix 4 (4.0.3) Burn bundle with a custom bootstrapper (WPF + . NET 8). This bundle has
SplashScreenSourceFile
set and the splash is working fine. However, when I'm running an upgrade installation, when the bundle gets to uninstalling the related (previous) bundle, the splash screen comes up even when the uninstalling bundle receivesIBootstrapperCommand.Display == Display.Embedded
.Some related log records from the upgrade installation (the new bundle has a version of
0.0.1.0
):The command line for the old bundle does not contain
-s
or-q
, which probably causes the splash screen to be shown. Is this expected behavior? Can I do something to prevent this splash screen from showing up?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions