Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How to display a confirmation dialog after uninstall
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kezhongzhou  
View profile  
 More options May 19, 12:08 am
From: kezhongzhou <kezhong...@gmail.com>
Date: Mon, 18 May 2009 21:08:04 -0700 (PDT)
Local: Tues, May 19 2009 12:08 am
Subject: How to display a confirmation dialog after uninstall
Hi, Guys,

I'm new to WiX, and I don't know how to do that,

just like when user has complete uninstall, pop up a dialog, saying
"Foobar 1.0 has been successfully uninstalled".

Any suggestions will be appreciated.

Thanks


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Spurlock  
View profile  
 More options May 19, 12:21 pm
From: "Mike Spurlock" <msspurlo...@bresnan.net>
Date: Tue, 19 May 2009 10:21:47 -0600
Local: Tues, May 19 2009 12:21 pm
Subject: RE: How to display a confirmation dialog after uninstall
Are you using the latest WiX toolset?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kezhong...@gmail.com  
View profile  
 More options May 19, 1:39 pm
From: kezhong...@gmail.com
Date: Tue, 19 May 2009 17:39:10 +0000
Local: Tues, May 19 2009 1:39 pm
Subject: Re: RE: How to display a confirmation dialog after uninstall

yes, WiX 3.0. Any question on that?

On May 20, 2009 12:21am, Mike Spurlock <msspurlo...@bresnan.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Spurlock  
View profile  
(1 user)  More options May 19, 1:47 pm
From: "Mike Spurlock" <msspurlo...@bresnan.net>
Date: Tue, 19 May 2009 11:47:09 -0600
Local: Tues, May 19 2009 1:47 pm
Subject: RE: RE: How to display a confirmation dialog after uninstall

No, just an observation that 2.0 was pretty much hopeless, but with 3.0, you
have options.

You can develop a custom action, make a call to Windows, whack together some
logging workaround, or ask Rob Mensching, he'll know. :-)

Check out:

http://n2.nabble.com/Show-dialog-during-uninstall..-td706904.html

  _____  

From: Wixg@googlegroups.com [mailto:Wixg@googlegroups.com] On Behalf Of
kezhong...@gmail.com
Sent: Tuesday, May 19, 2009 11:39 AM
To: Wixg@googlegroups.com
Subject: Re: RE: How to display a confirmation dialog after uninstall

yes, WiX 3.0. Any question on that?

On May 20, 2009 12:21am, Mike Spurlock <msspurlo...@bresnan.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kezhongzhou  
View profile  
 More options May 21, 3:03 am
From: kezhongzhou <kezhong...@gmail.com>
Date: Thu, 21 May 2009 00:03:36 -0700 (PDT)
Local: Thurs, May 21 2009 3:03 am
Subject: Re: How to display a confirmation dialog after uninstall
Thanks Mike for you suggestions, I tried, but still meet some
problems.

In My dll function, I use ::MessageBox.Show() to pop up a message box.
and system("notepad.exe") to pop up a notepad window. Then in
InstallExecuteSequence
i added the action before InstallFinalize. The weird thing is I saw my
message box and notepad window during installation, but I didn't see
them in uninstallation. I tried that using uninstall in Add/Remove
Program window and command line mode with full UI option. The result
are the same. But strangely, In the log file, I saw my action invoked
both in installation and uninstallation.

By the way, I found another way of implement this, but there is a
little problem. I can add a show element in InstallUISequence, and I
saw that dialog during uninstallation. The only things is I have to
uninstall in command line mode where I can choose full UI mode.
Default action in Add\Remove Program window seems to be base UI, which
would skip entire InstallUISequence.

On May 20, 1:47 am, "Mike Spurlock" <msspurlo...@bresnan.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kezhongzhou  
View profile  
 More options May 21, 4:36 am
From: kezhongzhou <kezhong...@gmail.com>
Date: Thu, 21 May 2009 01:36:10 -0700 (PDT)
Local: Thurs, May 21 2009 4:36 am
Subject: Re: How to display a confirmation dialog after uninstall
I get it, I use the wrong attribute for custom action. When I change
my CustomAction definition 's Execute="commit" to Execute="immediate",
then I saw my messagebox show up.

Now my problem is half solved. Use custom action, I can show up a
Dialog even in baseUI mode.

The remaining question is should I use a custom action to show the
window, or Use a show element in InstallUISequence to bring up a
dialog. Using Wix Dialog feels more consistent with Installatino
Dialogs. But there is a baseUI problem. In the other hand, If i use
custom action in dll, I must use a certain language, while I could use
wxl to locolize text in my ExitDialog if using wix dialog.

On May 20, 1:47 am, "Mike Spurlock" <msspurlo...@bresnan.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google