Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix internal UI bootstrapper application taskbar icon disappear #612

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

leo4707
Copy link
Contributor

@leo4707 leo4707 commented Mar 3, 2025

As wixtoolset/issues#8135 metion, WixInternalUIBootstrapperApplication cannot show icon on taskbar correctly. Due to the usage of CreateWindowExW in WixToolset.BootstrapperApplications CreateMainWindow, WS_EX_TOOLWINDOW will make the icon disappear in taskbar refer to document. I consider that it is the reason why it cannot show properly.

Fixes wixtoolset/issues#8135

Copy link

github-actions bot commented Mar 3, 2025

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@leo4707
Copy link
Contributor Author

leo4707 commented Mar 3, 2025

I have read the CLA Document and I hereby sign the CLA

@leo4707
Copy link
Contributor Author

leo4707 commented Mar 3, 2025

recheck

wixbot added a commit to wixtoolset/.github that referenced this pull request Mar 3, 2025
@bevanweiss
Copy link
Contributor

If this would fix the issue, it'd be nice to add that information to the commit (it just means the issue will be automatically closed when the PR is merged). I'm pretty sure you can also add it to the PR description for it to do the same (which prevents having to re-write commit history... not that branch commit history is especially sacred).

@robmen robmen enabled auto-merge (rebase) March 4, 2025 01:41
@robmen robmen merged commit 29f8853 into wixtoolset:main Mar 4, 2025
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WiX UI Dialogs not appearing in the taskbar when using WixInternalUIBootstrapperApplication
3 participants