Re: [WiX-users] serviceinstall problems

2008-08-19 Thread Bob Arnson
bryan rasmussen wrote: > keep getting an error when the MSI actually attempts to install the > MSI saying I don't have the rights to do it. > It's a generic error message; it doesn't indicate an actual permissions problem. Does your service have dependencies on any other assemblies being inst

Re: [WiX-users] serviceinstall problems

2008-08-19 Thread Pierson Lee (PIE)
1. I don't think you need 2 servicecontrol tags. You can combine the two you have and use one (I haven't tried two so I don't know if that's an issue). 2. Make sure that the person installing has admin rights on your install server. 3. if UAC is enabled, disable it (only on vista/server 2008) 4. m

Re: [WiX-users] serviceinstall problems

2008-08-19 Thread Eitan Behar
Try using the user account with the format domain\account name: Account="MYDOMAIN\MyOwnself" Password="Whatever" I was dealing with this five mins ago :^) On Tue, Aug 19, 2008 at 3:31 PM, Michael Putters < [EMAIL PROTECTED]> wrote: > Hello, > > I use ServiceInstall as well (even though it's no

Re: [WiX-users] serviceinstall problems

2008-08-19 Thread Michael Putters
Hello, I use ServiceInstall as well (even though it's not .NET), the only difference I see is that you're specifying the user account/password and I don't. Have you tried without those two attributes? Regards, Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED