Re: [WiX-users] Trouble installing service account with user element

2012-03-19 Thread Justin Kabonick
That was my first thought that it may not be possible, but then I looked at the documentation for the LogonAsService attribute and it says "User creation can be skipped if all that is desired is to set this access right on the user." Likewise, for the CreateUser attribute it says "User creation can

Re: [WiX-users] Trouble installing service account with user element

2012-03-19 Thread Christopher Painter
AFAIK, The WiXUtil User element doesn't have this functionality. I think it can create normal accounts and normal accounts with the LogonAsService Right. If you want to create service accounts that don't have logon rights you'll need to write a custom action. ( I hope that I'm wrong. ) BTW