Open davidneale opened 6 months ago
@davidneale how is this different from #8104 (besides having very nice repro steps)?
This issue is specifically talking about the internal MSI's UI not the Bundle. Although the Repro repo provided doubles as a Repro repo for #8104.
I'm fairly new to WiX and could certainly be wrong here but it seems like they are two separate issues.
See in the 2nd image provided in the Actual Result section, the internal WixUI_InstallDir is visible but there is no icon in the taskbar whatsoever.
Here's another image to hopefully clarify the difference.
Thanks for responding so quickly! (And also for the Deployment Dojo series, as it has been a great help)
@davidneale Have you resolve this issue? I met the same problem, WixInternalUIBootstrapperApplication can solve all my problems, but is not the taskbar icon.
I am also facing the same issue with WixInternalUIBootstrapperApplication. Setting the SplashScreenSourceFile to a jpg file also didn't solve the issue. Could someone have a look on this issue please? Thanks.
Could someone have a look on this issue please? Thanks.
@jobyjcteoco, the issue is marked up for grabs
. Since you can reproduce the issue, perhaps you would be interested in diagnosing the root cause and implementing a fix.
@jobyjcteoco, the issue is marked
up for grabs
. Since you can reproduce the issue, perhaps you would be interested in diagnosing the root cause and implementing a fix. @robmen, I would love to investigate, but I am not that good in CPP coding I am afraid.
WiX Version
5.0.0
.NET or MSBuild or Visual Studio Version
MSBuild version 17.9.8+b34f75857 for .NET Framework
HeatWave Version
1.0.3.14
Windows Version
Windows10 22H2 (OS Build 19045.3271)
Repro Repo
https://github.com/davidneale/Wix5NoTaskbarIcon_Repro
Repro Steps
Actual Result
DummyMsi Setup Window appears but there is no Icon in the Windows Taskbar for it (2nd image).
Bootstrapper Window (Appears in Taskbar and Task Manager):
DummyMsi Setup Window (Not in Taskbar or Task Manager):
Expected Result
Expected to see an icon in the taskbar during the internal MSI's installation. Either the same way that an icon appears appears when the MSI is installed without a bootstrapper application or keep the same taskbar icon/task that the bootstrapper is using.
Standalone MSI Window (Appears in Taskbar and Task Manager):
Acknowledgements