I was given an error to fix the problem with the installer. Unfortunately, I don't know anything about WIX, so I'm not sure where to start.
The necessary MimeMap is added to the WXS file, but when QA installed our application on Windows 2003 with IIS6, the MIME type was not installed.
I'm 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 why this MIME type was not mapped?
source share