Re: [WiX-users] Close VS IDE While uninstalling

2009-02-08 Thread jagdish.sakhiya
Hi Phil, Can you advise me if there is any solution for this problem. Jagdish Sakhiya Wilson, Phil wrote: > > I don't think you should be doing this. Windows will just take of the > situation. I have several versions of Visual Studio on my system, and if > they are all running at the same time

Re: [WiX-users] Close VS IDE While uninstalling

2009-02-06 Thread Wilson, Phil
I don't think you should be doing this. Windows will just take of the situation. I have several versions of Visual Studio on my system, and if they are all running at the same time they're all called devenv.exe. Are you going to shut them all down whether they have your add-in loaded or not? Or

Re: [WiX-users] Close VS IDE While uninstalling

2009-02-05 Thread Jagdish Sakhiya
Hi, I have VS Addin which is used to create new project same as WIX Votive. It is installing successfully thru Wix Installer. Now while uninstalling that VS Addin, I would like to close instance of my addin if it is opened in VS IDE. I have tried using following code,