Re: [WiX-users] Service will not uninstall

2010-05-25 Thread Nick Ramirez
Does this thread help? http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Windows-Service-not-removed-on-Uninstall-td710002.html What is the "Action" of the component with your service, from the uninstall log? -- View this message in context: http://windows-installer-xml-wix-toolset

Re: [WiX-users] Service will not uninstall

2010-05-21 Thread Nick Ramirez
Is SERVICEACCOUNT a local user, not a domain user? If so, it might help to prefix it with ".\" to denote that it's a user on the local computer. Also, local users often don't have the rights to handle services unless the Interactive attribute on ServiceInstall is set to "no" and Type is "ownProces