开发者

(Installshield 2010) How can I register MIME Type?

开发者 https://www.devze.com 2023-02-24 16:59 出处:网络
I need to register some MIME types in IIS. I cant find any options on In开发者_运维技巧stallshield 2010 but (Component-any component- Advanced Settings-File types) tab has some MIME @#$@% thing. I do

I need to register some MIME types in IIS.

I cant find any options on In开发者_运维技巧stallshield 2010 but (Component-any component- Advanced Settings-File types) tab has some MIME @#$@% thing. I dont know exactly it can really do what i want.

Does anyone know about this????


In Installshield you can select in the "Installation Designer" tab, On the tree (docked at the right) the "Organization" > "Components". There, i advise to pick one of the main components that are always installed.

There you have the second tree (with the Component list). Select "Advanced Settings" > "File types" > "Extensions". Right click and select "Add new extension". Add the extension without the dot.

Lets suppose your application opens *.bla and have the class id {3b001638-42be-4fa0-8440-0089d83ea7a7}

Add the extension "bla", create new MIME type under it. Add the class id {3b001638-42be-4fa0-8440-0089d83ea7a7}

Save the Installshield project, build and test it.

0

精彩评论

暂无评论...
验证码 换一张
取 消