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
Ahh ok.. I understand.   Can you tell me more about this CloseApps CA ? Is this an existing item I can just hook into?   From: Rob Mensching Sent: Thursday, October 26, 2006 12:58 PM To: Jeff MacDuff; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt to

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
You’d have to use a CustomAction like CloseApps to kill off more than just those files that are held in use by a process with a visible window.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff Sent: Thursday, October 26, 2006 12:53 To: wix-users@lists.sour