Tagged Questions
The uninstall tag has no wiki summary.
44
votes
6answers
15k views
python setup.py uninstall
I have installed a python package with python setup.py install.
How do I uninstall it?
24
votes
6answers
15k views
How do you uninstall MySQL from Mac OS X?
I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now ...
20
votes
4answers
6k views
Resharper uninstall - Visual Studio no longer shows correct error highlighting
I've been trying out resharper and decided that I'd like to uninstall. However, after doing so, Visual Studio no longer shows red underline highlighting that it normally uses to identify the location ...
12
votes
3answers
4k views
What is the best way to uninstall gems from a rails3 project?
I installed all of my gems using bundler via the Gemfile. I thought (mistakenly) that if I deleted a gem from my Gemfile and ran 'bundle install' that the deleted gems would be uninstalled. I've ...
12
votes
4answers
11k views
How to uninstall a Windows Service when there is no executable for it left on the system?
How do I uninstall a Windows Service when there is no executable for it left on the system? I can not run installutil -u since there is not executable left on the system. I can still see an entry for ...
11
votes
4answers
6k views
Android - unable to uninstall application
I have some Android market feedback for my app Hire*A*Droid where users complain that they are unable to uninstall the application. Here's two I have so far (about 10 days apart):
janelle: I ...
10
votes
1answer
10k views
How to uninstall Python 2.7 on a Mac OS X 10.6.4?
I want to completely remove Python 2.7 from my Mac OS X 10.6.4. I managed to remove the entry from the PATH variable by reverting my .bash_profile. But I also want to remove all directories, files, ...
9
votes
3answers
195 views
How to uninstall IE Addon
I am building an IE Addon in C#. I uninstall my addon using Programs and Features. But it doesn't work out. The toolbar stays there on the browser. Tried Manage Addons from Tool Menu in IE. It ...
9
votes
2answers
1k views
Uninstalling Plugin in Vim
After installing many plugins in my ~/.vim folder, I feel I no more understand the contents of that folder and I don't feel enough confidence about deleting the plugin from ~/.vim/plugin to uninstall ...
8
votes
4answers
11k views
How can I uninstall Win32 assemblies and cleanup WinSxS?
After a lot of trial and error (mostly due to lack of documentation and examples) I have managed to create MSI installers that install custom DLLs to WinSxS as side-by-side assembly. There is only one ...
7
votes
2answers
495 views
Select custom components to uninstall on Inno Setup uninstaller
I made installer with Inno Setup. It consist of multiple executables all located in Program Files "APP" folder. But for every executable there's different subfolder in this "APP" folder.
Because ...
7
votes
2answers
3k views
How do I uninstall Java ME SDK from Windows 7 x64?
I try to uninstall Java ME SDK from Windows 7 x64, but it doesn't work for me.
If I choose Uninstall I get a progress bar, then it goes away, but the Software is still there.
On the first few times ...
7
votes
1answer
2k views
Custom action on uninstall (clickonce) - in .NET
For a .NET application installed using ClickOnce, is there any way to run a custom action during the uninstall process.
Specifically, I need to delete a few app related files (which I created on ...
7
votes
9answers
13k views
Uninstall Eclipse under OSX?
I'm running Eclipse SDK 3.4.0 on Mac OS X 10.5.6.
Every time I try to install something new through "software updates", the message "The software items you selected may not be valid with your current ...
7
votes
3answers
7k views
How to add uninstall option in .NET Setup Project?
The .NET Setup project seems to have a lot of options, but I don't see an "Uninstall" option.
I'd prefer if people could "uninstall" from the standard "start menu" folder rather than send them to ...
6
votes
3answers
2k views
install / uninstall APKs programmatically (PackageManager vs Intents)
My application installs other applications, and it needs to keep track of what applications it has installed. Of course, this could be achieved by simply keeping a list of installed applications. But ...
6
votes
1answer
862 views
How to uninstall Coda plugins?
I installed a coda plug-in and want to uninstall it, but am not sure how to do that?
6
votes
2answers
2k views
How to remove widget when the app is uninstalled in Android?
In Android, I have created a widget for my application. When I uninstall the app, the widget shows "problem loading widget" error in home screen. I need a scenario where widget should be removed by ...
5
votes
1answer
275 views
Uninstalling APK : one last action before uninstall
I'm developing an application for Android that installs stuff on the phone's sim card.
What I wan't is for the application to do one last action upon uninstall : remove what's inside the sim card.
...
5
votes
1answer
830 views
Android - delete files on SD card on uninstall
My app downloads some multi-media files from a server when it's installed. I do this to save space on the size of the app. However, the drawback of this approach is that when the app is uninstalled, ...
5
votes
1answer
101 views
Most pleasant way to ask users to switch to a new package (remove actual app and install new one)
I have 5 apps adapted to different countries. I could in the last week make a all-in-one app including the 7 countries (in 5 apps). So I would like my users to all switch to the international version ...
5
votes
2answers
709 views
Silent MSI uninstall of GUIDs that doesn't exist
I am attempting to implement a quiet uninstall of my application. This works great if the application is actually installed, but when it is not the user receives an error message and must click OK to ...
5
votes
2answers
372 views
How can I create an uninstall link in start menu for a ClickOnce application
Clickonce creates only a link in the start menu to run the application. I also want to create an uninstall link when a user installs my C# application using ClickOnce, preferably in the same submenu ...
5
votes
3answers
2k views
Perform a task on uninstall in android
I have developed an Android app.
Now I want to perform a few operations (i. e. - Reset the settings etc.. ) at the moment the app gets uninstalled from the phone.
Is it possible to reigster a ...
5
votes
2answers
188 views
How do you uninstall in *nix?
One of the things I still can't wrap my head around is rules of thumb to uninstall programs in *nix environments. Most of the time I'm happy to let the sleeping dogs lie and not uninstall software ...
4
votes
2answers
101 views
Best practices for Plone control panels
I'm working on a package that includes a control panel created using plone.app.registry. I followed Timo's tutorial but, when trying to add an additional record to it, I'm facing the infamous ...
4
votes
2answers
2k views
iPhone Project Not Running (more than once)
I have an iPhone app that I'm trying to run on my phone via Xcode.
It installs and runs without an issue
I make a change in the source code (negligible, like an NSLog())
It installs without an issue
...
4
votes
1answer
342 views
Uninstall shortcut in WiX when Product Id is * to allow major upgrades?
I was following the tutorial here to implement an uninstall shortcut in the start menu.
In short, the way to create the uninstall entry is as follows:
<Shortcut Id="UninstallProduct" ...
4
votes
1answer
332 views
is there a way to free up space after Visual Studio 2010 SP1 is installed
I have just installed VS2010 SP1 and it takes a huge amount of space. What I would like to know is if it's possible to remove the SP1 uninstall files, and thus free up some space.
For example after ...
4
votes
3answers
9k views
Uninstall Xcode 4 when it was installed via the App Store
I understand that those who installed Xcode 4 via the developer site are able to uninstall via /Developer/Library/uninstall-devtools –mode=all, however I installed via the App store and there doesn't ...
4
votes
2answers
361 views
How to implement module installation and uninstallation using Zend Framework
I have a webapplication built using Zend Framework that contains a lot of modules. These modules are all "optional" and are used to make extended functionality avalible. Some of these modules write ...
4
votes
4answers
3k views
Uninstalling rails and gems, getting error "cannot uninstall, check 'gem list -d …'
I'm going to start with the usual noob line, "I'm new to rails". Oh, and I'm running Mac OSX 10.6.4
I've been following a bunch of guides to get set up, specifically these two here and here. The ...
4
votes
4answers
2k views
Uninstall out-of-browser silverlight application programmatically
How to uninstall out-of-browser silverlight 4 application programmatically instead of using the contextmenu (e.g. if I want to replace the context menu)?
Edit
I have found in "Installing Silverlight ...
4
votes
4answers
434 views
Windows Vista, Default Programs API, file format associations, and (un)installers - explosive mix!
My application is a rather well behaved Windows citizen, so when I ported it to Windows Vista/7 I replaced my custom file format association code with support for the Default Programs API. However I ...
4
votes
2answers
835 views
MSI - Uninstall gives “Unidentified Publisher”
I have created an MSI installer using Visual Studio 2008. I then sign this with signtool.exe and my authenticode certificate.
On a Vista x64 test PC, when the MSI is run the expected dialog appears ...
4
votes
4answers
3k views
Uninstall MacRuby
Does anyone know how to uninstall MacRuby? I was using RubyCocoa then decided to try out MacRuby, after installing MacRuby, RubyCocoa has stopped working. So I would like to remove MacRuby, but I ...
4
votes
1answer
2k views
WiX: How to prevent a registry value from being removed on uninstall?
I want to assert that a certain registry value exists after installation, so I added the following component:
<Component Id="RegistryEntryContextMenuOdt" ...
4
votes
2answers
1k views
How do I uninstall the .NET framework?
I'm having a problem running a VS 2005 app on some machines and not others. I looked up the error message on google and found a post by someone who had the same error and fixed it by uninstalling and ...
3
votes
2answers
45 views
Pear won't uninstall
Recently I successfully uninstalled pear using the following command:
$ sudo pear uninstall pear
So I recently reinstalled it, but I botched the installation and I want to start over (once again). ...
3
votes
2answers
82 views
How to uninstall PEAR from one installation of PHP and then install it with another existing PHP installation
I have two installations of php on my server. One version of php is 5.2.0 configured with pear, and the other is 5.2.9 configured --without-pear. My server is running Red Hat Enterprise Linux AS ...
3
votes
2answers
85 views
How to remove/uninstall item templates in Visual Studio 2010
I have an item template that I did wrong and want to delete. I deleted the zip file from the output location and ran devenv /installvstemplates and devenv /setup and when I opened VS and tried to add ...
3
votes
3answers
248 views
Implicit intent to uninstall application?
I am trying to have an onclicklistener call an intent to uninstall an app, by having the intent call the default "uninstall app" activity from the applications settings. I have found here
that I can ...
3
votes
1answer
153 views
Installed Nginx with passenger-install-nginx-module how do I uninstall
I'm on Mac OSX. Nginx is installed in /opt/nginx. Any thoughts?
3
votes
1answer
102 views
Deciding which package manager was used to install a Python package
I want to remove a Python package, let's say Satchmo. But I don't remember which tool I used to install it.
I can think of the following ways:
Downloading source
distutils
distribute
SetupTools
...
3
votes
1answer
247 views
How to uninstall my own Android application without user intervention?
The only way I know of for uninstalling an application is by sending an intent (as described here), but this opens an activity for the user to confirm the uninstall.
I'm aware of the fact that ...
3
votes
2answers
411 views
Uninstalling a python module in ubuntu
I have to delete a python module named "django" (a popular one), because I installed the wrong version (1.3 - beta in py-2.6).
How to uninstall this module?
Please explain, because I've used python ...
3
votes
3answers
418 views
How would you uninstall a rogue Home (Launcher) application?
If you were to install a Home Screen application that does not give you access to the System Settings screen (to go to Manage Applications), and also does not let you launch Apps (such as the Market ...
3
votes
4answers
3k views
How to remove MySQL service from Windows
I've removed all MySQL programs from my Win7 64bit desktop and I still have the MySQL service.How can I remove it?
MySQL programs I removed:
MySQL Community Server 5.1
MySQL Community Server 5.5
...
3
votes
2answers
348 views
How to know user is uninstalling app, run some service or show dialog before uninstall of my app
I have an android app, I want to run some process or show some message to user if he is uninstalling app, how to do that in android...
3
votes
1answer
3k views
Uninstalling Netbeans 6.9 on windows 7 (can't uninstall)
I try to uninstall the Netbeans IDE. for some reason it refuses to uninstal.
when i run the uninstaller for the the control panel i get a message saying:
"the installer lock file exists at ...