Re: [WiX-users] How to suppress "The following applications should be closed ..." dialog in customaction during uninstalling?

2008-08-15 Thread Fang Zhou
Thanks for the reply. If I use ServiceInstall and ServiceControl, is it possible to totally avoid the service when installing (do not install or uninstall), but uninstall the service when uninstalling? On Fri, Aug 15, 2008 at 1:17 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Fang Z

[WiX-users] How to suppress "The following applications should be closed ..." dialog in customaction during uninstalling?

2008-08-15 Thread Fang Zhou
In a specific custom action, I want to uninstall a service (the corresponding executable is "foo.exe"), by 1. stop this service 2. run "InstallUtils.exe /u foo.exe" However msiexec always prompt me the dialog "The following applications should be closed ..." with service "foo" listed. I can choos