Re: [WiX-users] Close/restart running application on install

2009-02-05 Thread jagdish.sakhiya
Hi Devo, I have same problem in add-in application in VS. can you tell me possible solution if you got any of it. i have tried with following code. but it is not working. it is working fine with other application. divo wrote: > > Hi, > > In my scenario I need to install an applica

Re: [WiX-users] Close/restart running application on install

2008-10-06 Thread Neil Sleightholm
: divo [mailto:[EMAIL PROTECTED] Sent: Mon 06/10/2008 12:16 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Close/restart running application on install Hi and thanks. Yes, I could use util:CloseApplication if it was not throwing error 2762 mentioned in http://n2.nabble.co

Re: [WiX-users] Close/restart running application on install

2008-10-06 Thread divo
Hi and thanks. Yes, I could use util:CloseApplication if it was not throwing error 2762 mentioned in http://n2.nabble.com/util%3ACloseApplication---how-do-I-use-it-td732809.html. Unfortunately, this issue seems not fixed yet. I am using Wix v3.0.4513.0 Bob Arnson-6 wrote: > > divo wrote: >> Is

Re: [WiX-users] Close/restart running application on install

2008-10-04 Thread Bob Arnson
divo wrote: > Is there a similar mechanism available to close applications during > installation, which automatically shows the same dialog to the user? > No but in WiX v3, you can use the CloseApplication element to send close messages to given processes' windows. -- sig://boB http://joyof