Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Uninstall bring the application to Front
 

Uninstall bring the application to Front

Hello all ,

I create a setup project with .net2005.

now when i m uninstalling the application fromstartmenu, it brings the application to front and then show the Wizard ,

Any idea how to resolve this issue?

Regards,

Aamir

AamirKhurshid  Wednesday, August 08, 2007 1:21 PM
There is no start menu uninstall, so I'm thinking that you have built this uninstall shortcut yourself.If that's the case,you've created a shortcut toa command line to uninstall the product, so you may have the wrong command line. What wizard do you mean - aprogress bar?Or is it a dialog - if so, what does it show?
PhilWilson  Thursday, August 09, 2007 11:59 PM

Thanks,

it is Dialoge as well as progress bar ,it is same as when u uninstall any thing through window installler ,

i created a setup with .net 2005 ,yes i created own uninstall short cut ,

wen i click that uninstall it shows the Application to front and then it goes for uninstalll ,

How to reslolve.?

Regards,

Aamir

AamirKhurshid  Friday, August 10, 2007 6:24 AM
You'll still have to tell us what the shortcut actually does, the command or whatever.

PhilWilson  Friday, August 10, 2007 11:56 PM

You can use google to search for other answers

Custom Search

More Threads

• Deploying an optional desktop shortcut
• Can't host ClickOnce app in IIS because it won't download the config files
• how to add third party componets with xbap application ?
• getting a different name for the manifest file
• setting INSTALLDIR from a custom action
• Creating a Click Once deployment with a modified .exe file
• How to place assemblies in the VS list of .net assemblies
• "Shortcut activation over network is not allowed" ClickOnce Error
• VS.Net 2005 Beta 2 - Installer Project - How do we enable quiet install on setup.exe
• Will WebBrowser control be available to partially trusted applications in VS2005?