Re: [WiX-users] Don't detect running application

2008-10-27 Thread Rob Hamflett
I just use a DLL Custom Acvtion which looks at the list of running processes and asks the user to close the relevant products if they're running. It's a separate dialog box to FilesInUse, but it does the job. Rob Michael Urman wrote: > On Fri, Oct 24, 2008 at 8:53 AM, Paul Elsner <[EMAIL PRO

Re: [WiX-users] Don't detect running application

2008-10-24 Thread Rob Mensching
CloseApps can help here too. -Original Message- From: Michael Urman [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 07:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Don't detect running application On Fri, Oct 24, 2008 at 8:53 AM,

Re: [WiX-users] Don't detect running application

2008-10-24 Thread Michael Urman
On Fri, Oct 24, 2008 at 8:53 AM, Paul Elsner <[EMAIL PROTECTED]> wrote: > Hi, > our application has the feature "minimize to tray". In this mode there > ist no entry in die Taskbar, only in the Traybar. > When I make an update in this mode, MSI don't detect the running > application and does't show

[WiX-users] Don't detect running application

2008-10-24 Thread Paul Elsner
Hi, our application has the feature "minimize to tray". In this mode there ist no entry in die Taskbar, only in the Traybar. When I make an update in this mode, MSI don't detect the running application and does't show the FileInUseDialog, but it promt to reboot after the installation. Is this an