Re: [WiX-users] How to prompt to terminate process on uninstall

2006-11-06 Thread Jeff MacDuff
Ok thank you for the info.   From: Peterson, Joel [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 12:25 PM To: Jeff MacDuff; Rob Mensching; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt to terminate process on uninstall   Hi Jeff.   The

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-11-06 Thread Peterson, Joel
]   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff Sent: Monday, November 06, 2006 8:16 AM To: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to prompt to terminate process on uninstall   Ok a follow up question,   Where do I put the

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-11-06 Thread Jeff MacDuff
-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt to terminate process on uninstall   wix\ src\ca\wixca\dll\CloseApps.cpp   From: Jeff MacDuff Sent: Thursday, October 26, 2006 12:58 To: Rob Mensching; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-27 Thread Friedrich, Oliver
Well, since you know the name of the process, you do not need to handle with custom actions for this simple task, just use the kill-program shipped with windows.   Try this out:  

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Jeff MacDuff
To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to prompt to terminate process on uninstall   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

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Rob Mensching
wix\ src\ca\wixca\dll\CloseApps.cpp   From: Jeff MacDuff Sent: Thursday, October 26, 2006 12:58 To: Rob Mensching; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt to terminate process on uninstall   Ahh ok.. I understand.   Can you tell me more about

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Rob Mensching
@lists.sourceforge.net Subject: [WiX-users] How to prompt to terminate process on uninstall   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

[WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Jeff MacDuff
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 u