20130807 why was my msi saved as a man - plembo/onemoretech GitHub Wiki
title: Why was my msi saved as a man? link: https://onemoretech.wordpress.com/2013/08/07/why-was-my-msi-saved-as-a-man/ author: phil2nc description: post_id: 6225 created: 2013/08/07 15:31:56 created_gmt: 2013/08/07 19:31:56 comment_status: closed post_name: why-was-my-msi-saved-as-a-man status: publish post_type: post
Why was my msi saved as a man?
User downloads an .msi install file from one of my Linux web servers using Internet Explorer and discovers it saved as a .man file. What's up? What's up is that .msi is not included in the standard MIME types loaded for the typical Apache web server on Linux. What needs to be there is
application/octet-stream msi
Since octet-stream is already listed, I just added msi to the list in /etc/mime.types:
application/octet-stream bin lha lzh exe class so dll img iso msi
Article about this on Microsoft Answers.
Copyright 2004-2019 Phil Lembo