Re: [WiX-users] FileInUse dialog

2011-09-24 Thread Bob Arnson
On 23-Sep-11 12:48, Uma Harano wrote: > On my machine, I have another process running (not developed by me) that also > uses javaw.exe from a different location. When my setup program detects this > javaw.exe process, it throws the FileInUse dialog. There's a bug in at least some older versions

[WiX-users] FileInUse dialog

2011-09-23 Thread Uma Harano
Hi, My setup msi installs a private JRE (this includes the exe Javaw.exe). This JRE is installed in my product's install location. The problem: On my machine, I have another process running (not developed by me) that also uses javaw.exe from a different location. When my setup program detects t

Re: [WiX-users] FileInUse dialog sometimes don't show up

2009-02-10 Thread Matt Weber
> -Original Message- > From: azurejyl [mailto:azure...@163.com] > Sent: Tuesday, February 10, 2009 10:19 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] FileInUse dialog sometimes don't show up > > Hi, I encountered a problem with FileInUse dialo

[WiX-users] FileInUse dialog sometimes don't show up

2009-02-10 Thread azurejyl
Hi, I encountered a problem with FileInUse dialog. During uninstallation, if the application is running, sometimes the dialog will not show up and the uninstallation succeeds. The application will crash if continue to use at finally. Does someone meet the similar problem and what can I do to s