Re: [WiX-users] Log on as a service question

2012-10-10 Thread Senthil Chandran
: Tuesday, October 9, 2012 2:18 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Log on as a service question You can add the "log on as a service" privilege to a user without creating the user when using the User element. In what way does this not wo

Re: [WiX-users] Log on as a service question

2012-10-09 Thread Peter Shirtcliffe
wix-users@lists.sourceforge.net Subject: [WiX-users] Log on as a service question Hi, I collect username and password of the user who I want to run the service as. Highlighted yellow portion below. If this u

[WiX-users] Log on as a service question

2012-10-08 Thread Senthil Chandran
Hi, I collect username and password of the user who I want to run the service as. Highlighted yellow portion below. If this user is not part of 'Log on as a service', how do I add the user to that li