'Everyone' is not a member of the domain but is a Windows well-known SID.
The CA code in WiX 3.0.2813.0 handles "Everyone" directly. I think, based on
my reading of the code, that you should omit the User/@Domain parameter.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jrcolons
Sent: 16 May 2007 19:40
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] error using fileshare


I'm trying to create a repository where everyone in the domain have full
control. Here's the code I've tried:
        <util:User Id="Everyone" Name="Everyone" Domain="[%USERDOMAIN]"/>
          <CreateFolder/>
          <util:FileShare Id="IPSDown1"
Description="IPSGlobalServicesDownloads" Name="IPSGlobalServicesDownloads">
            <util:FileSharePermission User="Everyone" GenericAll="yes"/>
          </util:FileShare>

That's the first time I do something similar to that, I used wix
documentation to do some "assessed guessing"... then I got these errors
logged up

Action 13:24:36: CreateSmbRollback. 
Action 13:24:36: CreateSmb. 
CreateSmb:  Error 0x80070534: failed to get sid for account:
INTHECO\Everyone
CreateSmb:  Error 0x80070534: Failed to allocate ACL for fileshare
CreateSmb:  Error 0x80070534: failed to create to share:
'IPSGlobalServicesDownloads'
Error 26301. Failed to create network share.  (-2147023564  
IPSGlobalServicesDownloads      )
MSI (s) (70!C0) [13:26:41:737]: Product: ClinnextWebServer -- Error 26301.
Failed to create network share.  (-2147023564   IPSGlobalServicesDownloads

)

Can anyone enlighten me?

TIA
Jose

-- 
View this message in context:
http://www.nabble.com/error-using-fileshare-tf3767943.html#a10652249
Sent from the wix-users mailing list archive at Nabble.com.


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


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