Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-29 Thread Bob Arnson
Jan Bilek wrote: >... > The problem is that WixUIExtension already has an MsiRMFilesInUse dialog, so you can't add another. MSI uses indirection for most dialogs like that (e.g., ErrorDialog property points to the error dialog). But they don't do that for MsiRMFilesInUse, so your

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-29 Thread Jan Bilek
OK - im gonna be more specific. Steps i had followed: 1. copied content of WixUI_InstallDir.wxs ( element) and pasted it into my wxs installer source. 2. removed references to FilesInUse and MsiRMFilesInUse dialogs. 3. copied and pasted content of FilesInUse.wxs and MsiRMFilesInUse.wxs ( definit

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-28 Thread Bob Arnson
Jan Bilek wrote: > When i try to define my own version of MsiRMFilesInUse like i've done > for FilesInUse, then i receive an error message saying than the > MsiRMFilesInUse dialog is already defined (error LGHT0130: The primary > key 'MsiRMFilesInUse' is duplicated in table 'Dialog'.). I had com

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-28 Thread Jan Bilek
Hello and thanks for your support. I've managed to get rid off the FilesInUse (i've created own UI and defined the FilesInUse dialog with appropriate attributes), but the same method doesn't work for MsiRMFilesInUse dialog, which is being displayed during the uninstallation without UI. When i t

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-25 Thread Bob Arnson
Karthik Krishnan wrote: > It is buried/implied in the documentation, but there is a simpler way. Just > change the sequencing of the windows. That is not a reliable method. See https://sourceforge.net/tracker/?func=detail&atid=642714&aid=2780533&group_id=105970. -- sig://boB http://joyofsetup.

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-24 Thread Karthik Krishnan
Sorry, I just pasted my response into the wrong window :) On Fri, Apr 24, 2009 at 7:25 PM, Karthik Krishnan wrote: > It is buried/implied in the documentation, but there is a simpler way. Just > change the sequencing of the windows. I haven't done this for Mondo, but > here it is for FeatureTree

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-24 Thread Karthik Krishnan
It is buried/implied in the documentation, but there is a simpler way. Just change the sequencing of the windows. I haven't done this for Mondo, but here it is for FeatureTree : 1 NOT Installed You'll still need to peek at the source. You are essentially overriding the existing Dialog orders.

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-24 Thread Jan Bilek
ese changes where the FilesInUse is defined? >> >> Thanks for any help. >> >> Jan >> >> Brian Simoneau wrote: >> >>> http://www.installsite.org/pages/en/msifaq/a/1042.htm >>> >>> -Brian Simoneau >>> >>> -Or

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-24 Thread Brian Bakkebo
> > > -Original Message- > > From: Jan Bilek [mailto:bil...@gmail.com] > > Sent: Thursday, April 23, 2009 2:58 PM > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] How to disable/bypass FilesInUse dialog > > > > Hello, > > Is

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-24 Thread Jan Bilek
3, 2009 2:58 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] How to disable/bypass FilesInUse dialog > > Hello, > Is there any easy way (attribute/property to be set) how to disable > "Files In Use" dialog which pops up during the uninstallation process. I > >

Re: [WiX-users] How to disable/bypass FilesInUse dialog

2009-04-23 Thread Brian Simoneau
http://www.installsite.org/pages/en/msifaq/a/1042.htm -Brian Simoneau -Original Message- From: Jan Bilek [mailto:bil...@gmail.com] Sent: Thursday, April 23, 2009 2:58 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to disable/bypass FilesInUse dialog Hello, Is there

[WiX-users] How to disable/bypass FilesInUse dialog

2009-04-23 Thread Jan Bilek
Hello, Is there any easy way (attribute/property to be set) how to disable "Files In Use" dialog which pops up during the uninstallation process. I simply don't want to bother user with this dialog even if all of installed executables are running. Thanks for your help. Regards, Jan --