Luis Filipe Nassif created TIKA-1326:
----------------------------------------
Summary: MSI file detection
Key: TIKA-1326
URL: https://issues.apache.org/jira/browse/TIKA-1326
Project: Tika
Issue Type: Improvement
Components: mime
Affects Versions: 1.5
Reporter: Luis Filipe Nassif
Priority: Minor
Please remove *.msi extension from application/x-msdownload mime-type
definition, incorrectly listed there, and add the following mime-type in
tika-mimetypes.xml:
{code}
<mime-type type="application/x-ms-installer">
<_comment>Microsoft Windows Installer</_comment>
<sub-class-of type="application/x-tika-msoffice"/>
<glob pattern="*.msi"/>
<glob pattern="*.msp"/>
<glob pattern="*.mst"/>
</mime-type>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)