me know.
Thanks you all!
/Brian
From: Blair
To: General discussion for Windows Installer XML toolset.
Sent: Tuesday, September 1, 2009 10:34:28 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Maybe there is a bug in the WiXUI. I have n
al Message-
From: little.forest [mailto:little.for...@ymail.com]
Sent: Tuesday, September 01, 2009 4:23 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
The mail was sent before it was finished. Let me continue.
Ok,
: Tuesday, September 1, 2009 3:25:49 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
In your copy of MaintenanceTypeDlg.wxs remove the condition on the Remove
button. That is the button you want to click to uninstall from the UI.
-Original Message-
From: little.forest [
Installer XML toolset.
Sent: Tuesday, September 1, 2009 3:25:49 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
In your copy of MaintenanceTypeDlg.wxs remove the condition on the Remove
button. That is the button you want to click to uninstall from the UI.
-Original
Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Thanks Blair!
Here is the InstallUISequence table:
AppSearch 50
CostInitialize 800
FileCost900
CostFinalize1000
FatalError -3
UserExit
From: Blair
To: General discussion for Windows Installer XML toolset.
Sent: Tuesday, September 1, 2009 2:28:12 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
>From Orca, what is in your InstallUISequence table?
What does a verbose debug log look like in the (client) phase? Doe
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Thanks Blair.
Sure, I totally agree that we should make it work first.
So I just added that MaintenanceWelcomeDlg line and tried. When
uninstalling, I hit the "Change
_
From: Blair
To: General discussion for Windows Installer XML toolset.
Sent: Tuesday, September 1, 2009 12:45:48 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Not sure why this would be needed, but try adding mailto:little.for...@ymail.com]
Sent: Tuesday, September 01, 200
Not sure why this would be needed, but try adding mailto:little.for...@ymail.com]
Sent: Tuesday, September 01, 2009 10:39 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Thanks Blair!
I checked, there is this line in
Change" experience, which is your starting point to show a
modal dialog during your uninstall experience.
-Original Message-
From: little.forest [mailto:little.for...@ymail.com]
Sent: Monday, August 31, 2009 5:28 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [W
uring your uninstall experience.
-Original Message-
From: little.forest [mailto:little.for...@ymail.com]
Sent: Monday, August 31, 2009 5:28 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
By the way, I added this:
ven see
this UI. I only saw the basic uninstallation progress bar.
Thanks.
From: little.forest
To: General discussion for Windows Installer XML toolset.
Sent: Monday, August 31, 2009 5:07:42 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
I kept sea
n't run uninstallation these ways.)
From: little.forest
To: General discussion for Windows Installer XML toolset.
Sent: Monday, August 31, 2009 4:19:01 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Hi Aris,
Thanks! I added this in code, t
neral discussion for Windows Installer XML toolset.
Sent: Thursday, August 27, 2009 10:20:29 AM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Disable uninstall from Add/Remove Programs, enable maintenance mode,
which will show a GUI during uninstall. Then allow user to uninst
47497
Thanks.
From: Blair
To: General discussion for Windows Installer XML toolset.
Sent: Wednesday, August 26, 2009 11:25:33 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Re: uninstall UX. Yes, you can create an uninstallation shortcut, bu
>
> Best regards,
> Sebastian Brand
>
> Instyler Setup - Creating WiX-based MSI installations, elegantly.
> http://www.instyler.com
>
>
> -Original Message-
> From: little.forest [mailto:little.for...@ymail.com]
> Sent: Wednesday, August 26, 2009 09:04
> To:
to it.
-Original Message-
From: little.forest [mailto:little.for...@ymail.com]
Sent: Wednesday, August 26, 2009 5:57 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Hi Blair,
Thanks for your reply. Lots of important info here
t 26, 2009 5:32:48 PM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
The shell (ARP/Programs and Features) always calls MSI in a mode that allows
a progress bar but disallows any and all modal dialogs when the "Uninstall"
is selected. You can suppress the "Remove&quo
ce.
-Original Message-
From: little.forest [mailto:little.for...@ymail.com]
Sent: Wednesday, August 26, 2009 4:30 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Help please!
I need to finish this task by tomorrow. If I c
le, or hint, or link. Anthing is appreciated.
I'm looking for your help.
From: little.forest
To: General discussion for Windows Installer XML toolset.
Sent: Wednesday, August 26, 2009 10:12:07 AM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Th
Sent: Wednesday, August 26, 2009 12:18:29 AM
Subject: Re: [WiX-users] How to add a dialog box when uninstall
Hello,
Windows Installer executes uninstall in Silent mode (no UI) mode only. To
show a dialog, you'll have to create a custom action to show a dialog, then
schedule that during uninsta
http://www.instyler.com
-Original Message-
From: little.forest [mailto:little.for...@ymail.com]
Sent: Wednesday, August 26, 2009 09:04
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to add a dialog box when uninstall
Hi,
We're using WiX 3.0. How to add a dialog box when
Hi,
We're using WiX 3.0. How to add a dialog box when uninstall?
We'd like to ask the end user if they want to delete their settings files in
AppData\Company\Product folder. If the answer is Yes, then we'll need to delete
that folder. And we only want this dialog box showing up when manually
23 matches
Mail list logo