During deployment of my msi, I need to give network service account all rights on a particular folder and all subfolders and files (read, write, delete). The permission element that I have defined for the root folder is like this.
 
<Permission User="NetworkService" GenericAll="yes" />
 
What I am finding is that the Network service has rights only to the root folder and not to any other existing subfolders under the root. What are the other attributes that I need to specify so that this permission propagates to all the subfolders? I can play with different attributes but just wanted to make sure that I do it the right way.
 
Thanks


Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to