Re: [WiX-users] Msi show a warning message when I try to uninstall a service.

2011-09-26 Thread Dirk Räder
2011/9/26 Yuri Sevastyanov : > Thank You, Dirk! >> Yuri, >> >> I'd recommend using MSI-internal functions to uninstall and uninstall >> services instead of Custom Actions. See >> http://wix.sourceforge.net/manual-wix3/wix_xsd_serviceinstall.htm for >> installation and >> http://wix.sourceforge.net/

Re: [WiX-users] Msi show a warning message when I try to uninstall a service.

2011-09-26 Thread Yuri Sevastyanov
Thank You, Dirk! > Yuri, > > I'd recommend using MSI-internal functions to uninstall and uninstall > services instead of Custom Actions. See > http://wix.sourceforge.net/manual-wix3/wix_xsd_serviceinstall.htm for > installation and > http://wix.sourceforge.net/manual-wix3/wix_xsd_servicecontrol.htm

Re: [WiX-users] Msi show a warning message when I try to uninstall a service.

2011-09-26 Thread Dirk Räder
Hi Yuri, I'd recommend using MSI-internal functions to uninstall and uninstall services instead of Custom Actions. See http://wix.sourceforge.net/manual-wix3/wix_xsd_serviceinstall.htm for installation and http://wix.sourceforge.net/manual-wix3/wix_xsd_servicecontrol.htm for removal. To avoid the