Hi Richard

I tried the following settings to generate a user and give it admin
rights but failed miserably
I don't see the new user created. Please help

<util:Group Id="Administrators" Name="Administrators"/>

    <Component Id="AddUserToGroup"
Guid="5755c662-3acf-446f-834b-7bd928ac5aaf" KeyPath="yes">
              
               <util:User Id="ServiceUser" LogonAsService="yes"
PasswordNeverExpires="yes" UpdateIfExists="yes" 
        RemoveOnUninstall="yes" Name="[SERVICEACCOUNT]"
Password="[SERVICEPASSWORD]" Domain="[SERVICEDOMAIN]" CreateUser="yes">
                        <util:GroupRef Id="Administrators" />
               </util:User>
            
     </Component>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard
Sent: 15 September 2008 21:41
To: WiX Users
Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd


In article
<[EMAIL PROTECTED]>
,
    "Yu, Brian" <[EMAIL PROTECTED]>  writes:

> Apologies. I got mixed up. I was trying to change the logo and look of
> the msi
> And I thought I might as well get user to enter some randown user
> Then use wix to grant the necessary permissions.

Its better to generate a user than to ask for a user to create in the
UI.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for
download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to