Trying this post one more time...

> I'm having issues with setting perms with the util:PermissionEx and
> Permission elements. The folder ACLs are being set correctly but they
> are not being propagated down if there are child folders with
> different permissions. Is there a way to force or reset the permission
> entries on child objects? 
> 
> This is my snippet..
> 
> <Component Id="SomeWebFolderComp" Guid="{yadda yadda}">
>       <CreateFolder Directory="SomeWebFolder">
>               <Permission User="Administrators" GenericAll="yes" />
>               <util:PermissionEx Domain="[ComputerName]" User="ASPNET"
> GenericRead="yes" Read="yes" GenericExecute="yes" />
>               <util:PermissionEx Domain="[ComputerName]"
> User="IUSR_[ComputerName]" GenericRead="yes" Read="yes"
> GenericExecute="yes" />
>       </CreateFolder>
> </Component>
> 
> Thanks tons!
> 
> Chris
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to