Hi,

I'm facing problems with adding a NETWORK SERVICE group to a folder in win2k3 
machine with full control permissions.
I get a run time error when I configure the following:
       <Component Id = "BusinessDirPermissions" Guid = 
"436CF442-AD1F-4744-A7A7-D2ECC3FB5875">
          <CreateFolder Directory="D_BUSINESS_ROOT">
            <Permission User="Network Service" Domain="[COMPUTERNAME]" 
GenericRead="yes" GenericExecute="yes"/>
           </CreateFolder>
        </Component>

The run time error says that Netwrok Service is not a valid user or group. How 
can I solve this problem?

When I tried to use the name 'Everyone' instead of NETWORK SERVICE I get no 
error, but when I change the name to NETWORK SERVICE I get a run time error.
The following code works for 'Everyone' group:
          <CreateFolder Directory="D_ADDRESS_ROOT">
            <Permission ChangePermission="yes" GenericAll="yes" User="Everyone" 
CreateFile="yes" Extended="yes"/>
          </CreateFolder>

Thank you in advance,
Ravit
-------------------------------------------------------------------------
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