Forum Discussion
Deployment icons issue with MSIX Package
- Jun 24, 2020
Hi patrickguerrisi,
Here's some additional info on why this happens. I hope it helps you.
MSIX does support using unique icons for each application/utility; the issue you are seeing is only a limitation of the MSIX Packaging Tool when it creates a package from an existing installer. Your app package has a manifest file which contains descriptions of each application contained in your package, including the icons used for each one. You can edit the manifest to point to unique icons in the package for each application.
You can add the files with the appropriate icons to your package and edit your package's manifest using the MSIX Packaging Tool, or you can use a third party utility to do it for you as Bodgan suggested.
Hi patrickguerrisi,
Here's some additional info on why this happens. I hope it helps you.
MSIX does support using unique icons for each application/utility; the issue you are seeing is only a limitation of the MSIX Packaging Tool when it creates a package from an existing installer. Your app package has a manifest file which contains descriptions of each application contained in your package, including the icons used for each one. You can edit the manifest to point to unique icons in the package for each application.
You can add the files with the appropriate icons to your package and edit your package's manifest using the MSIX Packaging Tool, or you can use a third party utility to do it for you as Bodgan suggested.
Thank you. Yes I had a look at that
When I did look at the editing the icons myself, the only way I could see on how to do that was to convert all the native ico files ( icons from the original application) to png files. After I have each icon to a png file, then I would have to created one for each size and resolution.
Is that right or am I missing something and there is an easier simplier way?
( this was also the case with the third party cool called Advanced Installer)
- Bogdan MitracheJun 29, 2020Iron Contributor
Have you tried to specify the ICO file in the "Source" field (the first one on the page) from the view visible in the screenshot above (in Advanced Installer)?
Advanced Installer should be able to generate the resources desired based on the ICO file provided.