I am trying to set custom iis AppPool user ACL permission on windows hostFile using permisssionEx element in Wix Installer.
However if I try manually by going to properties tab of host file, and click on Add users and add IIS AppPool[My_AppPool], am I'm able to add after a windows pop-up.
Any suggestions using permissionEx element.
I have tried using permissionEx element and also by creating a CustomAction method. But,it didn't work. Below is the code snippet.
My installer properly installs, but unable to set permission on a host File. Any suggestions on host File.