MicrosoftDocs / msix-docs

repository for msix content
Creative Commons Attribution 4.0 International
60 stars 114 forks source link

web.config example on this page is wrong #303

Closed jbennink closed 2 years ago

jbennink commented 2 years ago

Somewhere else I found these settings for the web.config file. With this application/xml used on the docs page the .appinstaller files is displayed as xml so it should be the settings below

     <mimeMap fileExtension=".appx" mimeType="application/appx" />
     <mimeMap fileExtension=".msix" mimeType="application/msix" />
     <mimeMap fileExtension=".appxbundle" mimeType="application/appxbundle" />
     <mimeMap fileExtension=".msixbundle" mimeType="application/msixbundle" />
     <mimeMap fileExtension=".appinstaller" mimeType="application/appinstaller" />

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

anarvekar-msft commented 2 years ago

THank you for your comment. This is a known issue that our team is working on. See https://techcommunity.microsoft.com/t5/windows-it-pro-blog/disabling-the-msix-ms-appinstaller-protocol-handler/ba-p/3119479