InstallerClass and MessageBox

  • Follow


Hi All,

I added an installerClass to my project and make a deployment project
with:

        public override void Uninstall(System.Collections.IDictionary
savedState)
        {
               MessageBox.Show("ABC");
        }

And i want that when user uninstall the program, it will show ABC to
the user, and the result is that it will show but it will behind the
Uninstall Main Form. So how could i make the MessageBox show on top of
the uninstall main form.Thanks.
0
Reply linuxfedora 2/24/2010 8:35:09 AM


0 Replies
353 Views

(page loaded in 0.03 seconds)


Reply: