All,

Puzzled by this:

I can (assign group permissions to a folder):

<CreateFolder>
       <Permission User="[SQLGroup]" GenericAll="yes" />
</CreateFolder>

but I can't (assign a local group to the permission set of a local share - I 
get: Unresolved reference to symbol 'User:[SQLGroup]' in section 
'Fragment:'. (LGHT0112) - ...\Setup\Files.wxs:1)

<FileShare Id="ImageFolderShare" Description="APCS Images" 
Name="$(var.ShareName)">
       <Permission GenericRead="yes" ReadPermission="yes" Read="yes" 
GenericExecute="yes" User="Everyone" />
       <Permission GenericAll="yes" User="[SQLGroup]" />
</FileShare>

Any ideas as to how to add group permissions to a FileShare - for the 
purposes of the application I am writing I a local service (running as 
[SQLGroup]) needs to be able to write to a local share using UNC folder 
naming.

Regards and thanks,

Peter

_________________________________________________________________
Live Earth, the legendary music event on the 7th of July 2007, don't miss it 
http://liveearthsos.msn.com/Hub.aspx?mkt=en-ie


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to