Re: [WiX-users] Unable to remove service on uninstall

2007-02-25 Thread Bob Arnson
marzena wrote: >Stop="uninstall" Remove="uninstall" Wait="yes"/> > @Start="both" is asking for the service to be started at uninstall and install, so I can see where that might lead to a partial uninstall. Try @Start="install" instead. -- sig://boB http://bobs.org ---

[WiX-users] Unable to remove service on uninstall

2007-02-25 Thread marzena
Hi all, I'm new to wix - trying to solve trivial problem of creating MSI that installs new service on the computer and uninstalls it when the application is uninstalled itself.. Creation of the service, starting and stopping the service is OK. But when I uninstall the application the service is o