Re: [WiX-users] Creating user in AD

2006-12-21 Thread Bob Arnson
Michael Osmond wrote: I am not familiar with the custom action, but do you know if it is impersonating the user running the install or as the local system account (which the MSI process uses). I suspect it is the later, in that case the custom action will work if the install is running on a d

Re: [WiX-users] Creating user in AD

2006-12-18 Thread Michael Osmond
@lists.sourceforge.net Subject: Re: [WiX-users] Creating user in AD Is there anyone else out there that you know of who could shed some light on this topic? I'm currently trying to have an install create an AD user and I can't seem to get it working. The install is intended to be run on

Re: [WiX-users] Creating user in AD

2006-12-18 Thread Matthew Kowalski
Is there anyone else out there that you know of who could shed some light on this topic? I'm currently trying to have an install create an AD user and I can't seem to get it working. The install is intended to be run on a machine other than the domain controller. The user that I am logged into

Re: [WiX-users] Creating user in AD

2006-11-29 Thread Bob Arnson
Douglas Watts wrote: Can WiX create domain users in Active Directory? The WiX server CAs call DsGetDcNameW to get the name of a domain controller, then call NetUserAdd to add the user to that server. So I think the answer is yes, but given that it's a no-impersonate CA, it's not clear tha

[WiX-users] Creating user in AD

2006-11-29 Thread Douglas Watts
Can WiX create domain users in Active Directory? If so, are there any special "gottcha's"? For instance, if I want to specify a group membership do I use "BUILT-IN"? (as in: "BUILT-IN\Administrators") _ Doug Watts ---