I am trying to share a directory to a group of users rather than a particular
user, i.e. the Administrators group on the local machine
([ComputerName]\Administrators). However, the Permission element within a
FileShare must point to a User. From the Tramontana tutorial, you can set
the User's Name property = "Everyone" and it'll share the folder under the
"Everyone" group, but I can't get it to share under any other group (I get a
error saying user not found):

         <Component Id="SharedComponent" ...>
            <FileShare Id="SharedFileShare" Name="MyFolder"
Description="MyFolder">
               <Permission User="sharedusers" GenericAll="yes" />
            </FileShare>
            <User Id="sharedusers" CreateUser="yes" Name="Administrators"
Domain="[ComputerName]" FailIfExists="no">
               <GroupRef Id="AdminGroup" />
            </User>
         </Component>
...
      <Group Id="AdminGroup" Name="Administrators" Domain="[ComputerName]"
/>

Any help would be appreciated, thanks. 
-- 
View this message in context: 
http://www.nabble.com/Sharing-a-folder-with-group-permissions-tf4719928.html#a13493201
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to