Forum Discussion

patrickguerrisi's avatar
patrickguerrisi
Copper Contributor
Jun 23, 2020
Solved

Deployment icons issue with MSIX Package

Hi First time I am packaging an msix package here The application is an exe and when installing natively  its packagable without issue and I deploy it through SCCM Reason I trying to do it through...
  • Chacon's avatar
    Chacon
    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.

Resources