Jump to content
Microsoft Windows Bulletin Board

Recommended Posts

Posted

I see some strange behavior and can't explain why it is not working.

I am playing around with the MSIX package and shortcut icons.
I created them using the Visual Asset generator (https://apps.microsoft.com/detail/9mz6qrqtdkf2?hl=en-US&gl=US) and copied them to the Assets folder.
When configuring the shortcuts with the files, the shortcuts and package logo stays blank.

When I open the manifest and point the entries hardcoded to the files the icons appear. Like this config below.

    <Application Id="PSFLAUNCHERTwo" Executable="PsfLauncher2.exe" EntryPoint="Windows.FullTrustApplication">
      <uap3:VisualElements AppListEntry="default" BackgroundColor="transparent" Description="Fair Prod" DisplayName="Fair Prod" Square150x150Logo="Assets\Edge-Square150x150Logo.scale-400.png" Square44x44Logo="Assets\Edge-Square44x44Logo.scale-400.png" VisualGroup="FCA"></uap3:VisualElements>
    </Application>

But when removing the ".scale-400" part of the files, the icons would not appear.

Anyone knows what I am doing wrong here?

View the full article

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...