Here's a weird one. I am attempting to set the ACL permissions on a folder that 
I am creating so that the user I have can have full control on the folder too 
(two lines down inside the directory tag, I do a fileshare tag also, but that 
one works).I have a <CreateFolder /> tag with a <Permission> tag embedded in it.

With the permissions tag, I have two flags set:

<Permission GenericAll="yes" User="WebShareUser" />

I've tried having WebShareUser as a <util:User>,  a <Property> tag containing a 
username or just the username itself.

With the first one, the <util:User> I'm getting a pop  up saying that 
"WebShareUser" account could not be found (it was the actual <User> tag's ID 
name that appeared, not the username embedded in the <User> tag).

On the other two, I get the following error message in the installation log:

MSI (s) (30:5C) [11:31:24:689]: Invoking remote custom action. DLL: 
C:\WINNT\Installer\MSI1F6.tmp, Entrypoint: ExecSecureObjects
ExecSecureObjects:  Error 0x80070534: failed to get sid for account: 
DOMAIN\ServiceUser

 (DOMAIN\ServiceUser is replacing the real domain and the service account I am 
using).

I've also attempted to use <util:PermissionEx> with the same results.

Can someone point me in the right direction?

Thanks
--Pierson
-------------------------------------------------------------------------
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