Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Greg Edwards
Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Friday, September 6, 2013 9:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Service Uninstall not

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Swaroop Kare
o remove a service. Thanks -Original Message- From: Greg Edwards [mailto:gedwa...@polariswireless.com] Sent: 06 September 2013 14:33 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Service Uninstall not Removing Service I didn't receive any update

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Phil Wilson
suggestions, I would like to hear them. > > > > Thanks again. > > -Greg > > > > -----Original Message- > > From: Greg Edwards [mailto:gedwa...@polariswireless.com] > > Sent: Thursday, September 05, 2013 10:30 AM > > To: wix-users@lists.sourceforg

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Edwin Castro
I've had problems in the past with a service not starting as expected because of missing dependencies but never a problem uninstalling the service. I don't see anything obviously wrong here. I checked the ServiceInstall and ServiceControl documentation to double check syntax and everything looked

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Phill Hogland
I am relatively new to Wix and have not used the Service Control functionality yet, but I have over the years created services and installed them with setups created by another non-wix setup. So from that perspective, given your statement "but does not remove the service from the Services list",

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread John Cooper
sion, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Friday, September 6, 2013 9:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Service Uninstall not Removing Servi

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Greg Edwards
[WiX-users] Service Uninstall not Removing Service WIX Users, I have created a simple windows service installer with the following configuration: It installs correctly and starts the service as expected. When I uninstall the service it stops it correctly, but it doe

[WiX-users] Service Uninstall not Removing Service

2013-09-05 Thread Greg Edwards
WIX Users, I have created a simple windows service installer with the following configuration: It installs correctly and starts the service as expected. When I uninstall the service it stops it correctly, but it does not remove the service from the service list. Is