How to modify IIS handler mapping permissions via Wix or a Custom Action
Posted
by Finch
on Stack Overflow
See other posts from Stack Overflow
or by Finch
Published on 2010-03-12T10:21:45Z
Indexed on
2010/03/12
10:27 UTC
Read the original article
Hit count: 724
Hi,
I'm using Wix to create an installer for a Silverlight application.
When I install the application the virtual directory that has been created has the execute permission checked for the *.dll handler mapping (IIS 7 > Web site > VDir > Handler Mappings > *.dll > Edit Feature Permissions > Execute).
When I browse to the application it cannot download its satellite assemblies in ClientBin. If I uncheck the execute permission in IIS the handler becomes disabled and the application now works.
I don't want to have to do this manually. Does anybody know how to modify the handler mapping permissions in Wix or a Custom Action?
Thanks
© Stack Overflow or respective owner