Darren:

There is an UpdateIfExists element under User that is supposed to update user account properties if the user already exists.  I'd try putting the user/groupref  inside a component, keeping the group outside of the components/directory structure and see if that takes care of it.

Dana

On 9/12/06, Darren Anderson <[EMAIL PROTECTED]> wrote:
I never got a response on this, does anyone have an idea how to do what I'm trying to do?


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Darren Anderson
Sent: Friday, September 08, 2006 11:40 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Adding an existing domain to a local group.

As part of setting up my website/vdir, I want to add an existing domain user to the local iis_wpg group.  What is the correct way to do this?  Here's what I'm trying but it says that GroupRef must be under a component:
 
    <Group Id='iis_wpg ' Domain='$(env.COMPUTERNAME)' Name='IIS_WPG' />
 
    <User Id='offeridgenidentity ' Domain='[DOMAIN]' Name='[USERNAME]' Password='[PASSWORD]'>
        <GroupRef Id='iis_wpg '/>
    </User>
 
I don't want to create either the user, or the group, just add the user to the group.  Any help is appreciated, thanks.
 
Darren Anderson
Xbox Live SDE
(425) 703-4039 (x34039)
"Don't rush the monkey if you want a good show..."
 
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to