Re: [WiX-users] How to add a dialog box when uninstall

2009-09-02 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread Blair
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,

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread little.forest
: 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 [

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread 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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread Blair
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread Blair
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread little.forest
_ 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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread Blair
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-09-01 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-31 Thread Blair
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:

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-31 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-31 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-31 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-27 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-27 Thread Aris J. Green
Disable uninstall from Add/Remove Programs, enable maintenance mode, which will show a GUI during uninstall. Then allow user to uninstall from maintenance, typically through a radio button selection that sets REMOVE=ALL. The you can prompt the user for what you need (e.g. a SQL password to drop a

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-26 Thread Blair
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-26 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-26 Thread Blair
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-26 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-26 Thread little.forest
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

Re: [WiX-users] How to add a dialog box when uninstall

2009-08-26 Thread Sebastian Brand (Instyler Software)
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 uninstall. Best regards, Sebastian Brand Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www