Forum Discussion
jsdwin
Sep 04, 2019Copper Contributor
MSIX package App icons and logos problem
Hello all,
When creating the icons and logos with Advanced Installer asset generator (and Visual Assets Generator
), we always get a too small taskbar icon with a blue background. How can we solve this problem? See image attachments for more information
blue margin (background)
Thanks,
js dwin
- Bogdan MitracheSteel Contributor
Hi jsdwin
Thanks for sharing this issue, our team confirms the bug.
We will issue a fix in our next release(16.4), in the following weeks.
Regards,
Bogdan
- MikeHBrass ContributorHi Bogdan, if you see this, do you recall what the issue was here? I face the same problem with my MSIX files - even after generating altform-unplated.png versions and making a resources.pri file, the border will just not go away. I wonder if there is some obscure thing that isn't well documented.
- Bogdan MitracheSteel Contributor
Hi Mike,
This is the only thing I could find in Jira (sorry we moved to Gitlab sometime that year and some issue details were lost in the migration).
From our history:
The Windows 8 / 8.1 documentation regarding qualifiers for app icons:
https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh965372(v=win.10)?redirectedfrom=MSDN#target_size
doesn't mention the "unplated" qualifier. It only exists in the Windows 10 documentation:
https://docs.microsoft.com/en-us/windows/uwp/design/style/app-icons-and-logos
From what see the devs had to fix some regex values to detect assets files with ".targetsize-" and "_altform-unplated" suffixes...if that helps you somehow 🙂