What is the correct method in the WIX file to list the process names that should / need to be killed before uninstall occurs?

 

What we are seeing is that if process A is running… the MSI at uninstall time will uninstall all of the other files ( dll’s / xml’s / etc ) and then prompt the user to reboot. At reboot the process A is removed.

 

The bug is that if the user chooses not to reboot.. and clicks on the process A systray icon this will cause process A to crash since it’s dependent files are now gone.

 

How do I tell the MSI uninstall process to kill process A ?

 

Thanks,

Jeff

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to