I've been given a bug to fix an installer issue. Unfortunately, I know nothing about WIX, so I am not exactly where to start.
The WXS file is adding the necessary MimeMap, but when QA installed our app on Windows 2003 with IIS6, the MIME type was not set.
I am not sure where to start. We are using Wix 3.0. Here is the XML:
<iis:WebSite Id="DefaultWebSite" Description="Default Web Site">
<iis:WebAddress Id="AllUnassigned" Port="80" />
<iis:MimeMap Id="registerXapMimeType" Extension=".xap" Type="application/x-silverlight-app"/>
</iis:WebSite>
Any idea to why this MIME type was not mapped?