Forum Discussion
christophekeller
Sep 12, 2022Copper Contributor
MSIX: Icon in Windows' "Apps & Features" panel grayed out
I have a simple image (white text in front of a green background) that is used to generate all the different assets in my MSIX project: All good and well. However, for some reason, tha...
A long shot suggestion. Try copying the source icon you input on the generator to somewhere on the C: drive and reference from there. I wouldn't expect the secondary drive to matter there, but for adding files in the editor they must be on the drive with Windows (normally C:)
Robert_Primorac
Mar 10, 2023Copper Contributor
Also, it seems that if you remove the following registry key the icon suddenly ungrays and is normally displayed.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModel\StateChange\PackageList\{Your_App_Key}
So, for some reason, Windows marks the application somehow and this will gray out the icon.