Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-04-06 Thread lxy.su...@gmail.com
sching<r...@robmensching.com> > >>>>> > >>>>>> WiX v3.5 also shipped with the RestartApplication element that > allows > >>>>>> you > >>>>>> to > >>>>>> add more files to the Restart Manager

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-04-06 Thread Rob Hamflett
;>>>> to >>>>>> add more files to the Restart Manager (which gives the user the option >>>>>> to >>>>>> shut things down). >>>>>> >>>>>> On Thu, Mar 31, 2011 at 2:12 AM, Peter >&g

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-04-06 Thread lxy.su...@gmail.com
gt; On Thu, Mar 31, 2011 at 2:12 AM, Peter > >>>> Shirtcliffe<pshirtcli...@sdl.com > >> >>> wrote: > >>>> > >>>>> Agreed, it doesn't look like it can kill them forcibly but there is > an > >>>>> option >

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-04-01 Thread Rob Hamflett
when it can't so that the installer can abort or >>>>> prompt >>>>> the >>>>> user if the application doesn't close. It depends on whether the user >>>>> is >>>> in >>>>> danger of losing any work if yo

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-04-01 Thread sunny
;> is >>> in >>>> danger of losing any work if you terminate the process. There is still >>> the >>>> Files In Use dialog as a second line of defence too (although I have >>>> once >>>> seen a user ignore that and expect an uninstall to

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-04-01 Thread Rob Hamflett
work if you terminate the process. There is still >> the >>> Files In Use dialog as a second line of defence too (although I have once >>> seen a user ignore that and expect an uninstall to work without >> rebooting). >>> >>> -Original Message

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-03-31 Thread lxy.su...@gmail.com
log as a second line of defence too (although I have once > > seen a user ignore that and expect an uninstall to work without > rebooting). > > > > -Original Message----- > > From: Rob Hamflett [mailto:r...@snsys.com] > > Sent: 31 March 2011 09:59 > > To:

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-03-31 Thread Rob Mensching
e dialog as a second line of defence too (although I have once > seen a user ignore that and expect an uninstall to work without rebooting). > > -Original Message- > From: Rob Hamflett [mailto:r...@snsys.com] > Sent: 31 March 2011 09:59 > To: wix-users@lists.sourceforge.net

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-03-31 Thread Peter Shirtcliffe
rge.net Subject: Re: [WiX-users] [Wix-users] How can I kill process when uninstall Can CloseApplication kill processes though? It doesn't look like it can. If you need to forcibly kill something you might need a custom action to run taskkill or some custom code that does the job. Rob

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-03-31 Thread Rob Hamflett
Can CloseApplication kill processes though? It doesn't look like it can. If you need to forcibly kill something you might need a custom action to run taskkill or some custom code that does the job. Rob On 31/03/2011 09:45, Peter Shirtcliffe wrote: > Look at the CloseApplication element in th

Re: [WiX-users] [Wix-users] How can I kill process when uninstall

2011-03-31 Thread Peter Shirtcliffe
Look at the CloseApplication element in the util schema in the Wix documentation. -Original Message- From: lxy.su...@gmail.com [mailto:lxy.su...@gmail.com] Sent: 31 March 2011 09:40 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] [Wix-users] How can I kill p