[WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
We use WiX 3.0. We have a problem: the end user is running the old version of the application, but she tries to install the new version at the same time. As we use major upgrade, the old version will be uninstalled first. So in this case, if the old version is running, we can't install the new

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
. Why this happens? How to resolve it? Thanks. From: little.forest little.for...@ymail.com To: wix-users@lists.sourceforge.net Sent: Friday, October 2, 2009 11:17:01 AM Subject: [WiX-users] How to add FilesInUse support We use WiX 3.0. We have a problem: the end

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread Wilson, Phil
[mailto:little.for...@ymail.com] Sent: Friday, October 02, 2009 12:07 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to add FilesInUse support Let me correct something a bit: If not add DialogRef Id=FilesInUse / line, the installation is okay but it won't detect

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
: Friday, October 2, 2009 1:57:16 PM Subject: Re: [WiX-users] How to add FilesInUse support 2753 is nothing directly related to FilesInUse - look up the Windows SDK Windows Installer errors for this kind of thing. It's typically caused by running a custom action referring to a program

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread Wilson, Phil
run. Phil Wilson -Original Message- From: little.forest [mailto:little.for...@ymail.com] Sent: Friday, October 02, 2009 2:43 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to add FilesInUse support Hi Phil, Thanks for you reply. It's good

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
toolset. wix-users@lists.sourceforge.net Sent: Friday, October 2, 2009 2:42:41 PM Subject: Re: [WiX-users] How to add FilesInUse support Hi Phil, Thanks for you reply. It's good to know that 2753 is nothing directly related to FilesInUse. For It's typically caused by running a custom action

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
From: Wilson, Phil phil.wil...@wonderware.com To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Sent: Friday, October 2, 2009 3:07:36 PM Subject: Re: [WiX-users] How to add FilesInUse support If MainApp running and FilesInUse does not shut it down

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
@lists.sourceforge.net Sent: Friday, October 2, 2009 4:01:35 PM Subject: Re: [WiX-users] How to add FilesInUse support Thanks Phil! I really appreciate your reply and your time. If MainApp running and FilesInUse does not shut it down, then it cannot be replaced on the system, so it can't be run. - Correct

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread Wilson, Phil
: little.forest [mailto:little.for...@ymail.com] Sent: Friday, October 02, 2009 4:02 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to add FilesInUse support Thanks Phil! I really appreciate your reply and your time. If MainApp running and FilesInUse does

Re: [WiX-users] How to add FilesInUse support

2009-10-02 Thread little.forest
@lists.sourceforge.net Sent: Friday, October 2, 2009 4:43:10 PM Subject: Re: [WiX-users] How to add FilesInUse support Your custom action effectively says Run version 2.0 of mainapp.exe after it's been installed on the system. Version 1.0 is running when you do the upgrade. It cannot replace MainApp.exe unless