I need to create a new local system user and set permissions for this user on multiple directories.  I know that I can create the user as follows:

<Component Id="AppServerComponentCreateUsers" DiskId="1" Guid="CEEF3186-A2AF-4363-BBE0-42472A221001">

   <User Id='MyUserID' Name='MyUser' Password='password' FailIfExists='no' CreateUser='yes' PasswordExpired='no' PasswordNeverExpires='yes' RemoveOnUninstall='no' UpdateIfExists='no'>

      <GroupRef Id='MyUserGroup' />

   </User>

</Component>

 

However, this component exists under a specific directory element.  I need to set permissions for this new user for several directories.  How do I do this?

__________

Doug Watts

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to