MIME type for msi

Hello,

Can anyone tell me the mime-type for msi's? I have searched the web and found a half dozen, but none work.

I have tried

<mime-mapping>

<extension>msi</extension>

<mime-type>application/x-msi</mime-type>

</mime-mapping>

<mime-mapping>

<extension>msi</extension>

<mime-type>application/msi</mime-type>

</mime-mapping>

<mime-mapping>

<extension>msi</extension>

<mime-type>application/x-msiexec</mime-type>

</mime-mapping>

<mime-mapping>

<extension>msi</extension>

<mime-type>application/octet-stream</mime-type>

</mime-mapping>

Mike

[810 byte] By [mbrown36] at [2007-11-26 6:26:28]
# 1

My mistake. This one worked

<mime-mapping>

<extension>msi</extension>

<mime-type>application/x-msi</mime-type>

</mime-mapping>

It's kind of funny working with mime-types. If you don't have a mime type set up, it will open as text. Then if you put a correct mime type setting, the client still seems to open as text. You almost have to reboot the client to get it to look at the new mime type.

Mike

mbrown36 at 2007-7-6 14:18:32 > top of Java-index,Application & Integration Servers,Application Servers...