[
https://issues.apache.org/jira/browse/TIKA-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019853#comment-14019853
]
Nick Burch commented on TIKA-1326:
----------------------------------
Applied, with tweaks, in r1600887.
Because it's OLE2 based, we'll really need a small test file we can use, as
we'll need to write some more unit tests, and update the OLE2 based detector.
I'll keep the bug open until we get a suitable test file to do that with
> 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)