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
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
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
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
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.
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
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.
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
>
> > -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
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
>
>
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
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
--
12 matches
Mail list logo