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

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

2011-09-26 Thread Yuri Sevastyanov
Hi All, I come upon the warning message during uninstalls a product or major updates in the uninstall phase (when a product service is running): "The setup must update files or service that cannot be updated while the system is running. If you choose continue, a reboot will be required to compl