IIRC you don't need to pass the password to the util:User element when 
CreateUser is "no".
 
> Date: Tue, 10 Sep 2013 13:47:39 -0700
> From: d8x...@hotmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Service Install Password not sent correctly to       
> Windows Service
> 
> Use the User Element from the Util Extension to grant the user LogonAsService
> permission. If you only want to grant permission to an existing user the
> section would look something like this:
> 
> <util:User Id="ServiceUser" Name="[SERVICE_USERNAME]"
> Domain="[SERVICE_USERDOMAIN]" Password="[SERVICE_USERPASSWORD]"
>                      LogonAsService="yes" FailIfExists="no" CreateUser="no"
> RemoveOnUninstall="no"/>
> 
> 
> 
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Service-Install-Password-not-sent-correctly-to-Windows-Service-tp7588884p7588892.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. Consolidate legacy IT systems to a single system of record for IT
> 2. Standardize and globalize service processes across IT
> 3. Implement zero-touch automation to replace manual, redundant tasks
> http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&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