Thank You Phil!
I saw it this morning and will make a new test run.

-----Ursprüngliche Nachricht-----
Von: Phil Wilson [mailto:phildgwil...@gmail.com] 
Gesendet: Montag, 15. Dezember 2014 20:45
An: General discussion about the WiX toolset.
Betreff: Re: [WiX-users] How to install a new user?

The answer to you in StackOverflow is accurate - it doesn't matter if someone 
is an administrator or not. Nobody has admin privileges unless they elevate.

---------------
Phil Wilson


On Mon, Dec 15, 2014 at 1:19 AM, Patrick Pirzer <patrick.pir...@prosoft.net> 
wrote:
> Okay, now the creation of the new user seems to be started, but i get an 
> privilege error.
> That's curious because my user is an administrator on the virtual machine, 
> where i'm testing my setup.
> My actual version for the creation of the user looks now like that:
>
>         <util:Group Id="Administrators"
>                     Name ="Administrators"
>                     Domain="[ComputerName]" />
>         <Component Id ="CreateUserAccount"
>                    Guid="AEE91491-99FA-40A9-AB47-1E9FC2DDEF2A"
>                    Directory="TARGETDIR">
>             <util:User Id ="SQLUser"
>                        Name="[DBUSER_PROP]"
>                        Password="[DBPW_PROP]"
>                        UpdateIfExists="no"
>                        CreateUser="yes"
>                        PasswordNeverExpires="yes"
>                        PasswordExpired="no"
>                        RemoveOnUninstall="no"
>                        Domain="[ComputerName]">
>                 <util:GroupRef Id ="Administrators"/>
>             </util:User>
>         </Component>
>
> ----------------------------------------------------------------------
> -------- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT 
> Server from Actuate! Instantly Supercharge Your Business Reports and 
> Dashboards with Interactivity, Sharing, Native Excel Exports, App 
> Integration & more Get technology previously reserved for 
> billion-dollar corporations, FREE 
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.
> clktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration & more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to