uninstall

Why does MSI require the original .msi file to proceed with an uninstall?

我与影子孤独终老i 提交于 2019-11-26 16:28:31
As most of you probably noticed, when uninstalling an MSI package Windows will ask for the original .msi file. Why is that? I can only see disadvantages to that: not resilient to network changes. not resilient to local disk changes. unexpected by users. typically requires users to leave their desk and start a crusade to get the correct CD. kind of proves installations are not self-contained. promotes the use of unsafe tools such as msizap. which in turn promotes the "next time I'll just use a zip file" mentality. Could someone shed some light on this? Fix Broken Uninstall : You can try the

How to fix pg_dump version mismatch errors?

主宰稳场 提交于 2019-11-26 15:54:31
问题 When trying to get local data to Heroku, I am encountering a version mismatch between two different versions of pg_dump. Specifically, I am getting this message: pg_dump: server version: 9.2.2; pg_dump version: 9.1.4 pg_dump: aborting because of server version mismatch I have found others with this problem, but do not know enough to implement the proposed solutions. (I am new to Ruby on Rails, PostgreSQL, Heroku, and the Mac! Very much at the stage of playing around the picking things up as I

Uninstall Eclipse under OSX?

馋奶兔 提交于 2019-11-26 15:47:18
问题 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 installation" shows up. So I'm going to uninstall it and re-install Eclipse. Should I just erase the Eclipse folder or is there a way to uninstall it? 回答1: Actually Eclipse does create some other files not within it's directory which survive deleting it's directory. In Snow Leopard, look in your

Implicit intent to uninstall application?

孤街浪徒 提交于 2019-11-26 15:28:42
问题 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 uninstall an app using ACTION_UNINSTALL_PACKAGE, com.packageXYXY, which seems to be what I'm looking for. However, I am unsure how to call this. I have tried the following: public void onClick(DialogInterface dialog, int which) { Uri packageURI = Uri.parse("package:com.packageName"); Intent

Too many different Python versions on my system and causing problems

烈酒焚心 提交于 2019-11-26 14:57:46
During the past years, I have installed many Python libraries with various Python versions. To make them ready to work immediately, I installed them blindly without control. Currently they're causing problems when I tried to install pynest which invokes numpy, scipy and matplotlib. After struggling, I am going to clean and reinstall Python and the libraries. After investigation, I found Python 2.5/2.6/2.7/3.2 on my system, and each of them has some copies or other things at: (my OS == Mac OS X 10.7.5 Lion ) /Library/Frameworks/ /opt/local/Library/Frameworks/ /opt/local/bin/ /Applications/ /usr

Executing UninstallString in Inno Setup

雨燕双飞 提交于 2019-11-26 14:42:37
问题 My requirement is to check for previous installation of SQL native Client 11, before installation and uninstall the previous version. I have been able to check for the previous installation with no problems, however, I am unable to uninstall the same. I used the solution mentioned in the How to detect old installation and offer removal? During run time, I am getting the following error Exception: Internal error: Unknown constant "A22EED3F-6DB6-4987-8023-6C6B7030E554". (where the constant is

How can I uninstall an application using PowerShell?

巧了我就是萌 提交于 2019-11-26 14:05:22
Is there a simple way to hook into the standard ' Add or Remove Programs ' functionality using PowerShell to uninstall an existing application ? Or to check if the application is installed? Jeff Hillman $app = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -match "Software Name" } $app.Uninstall() Edit: Rob found another way to do it with the Filter parameter: $app = Get-WmiObject -Class Win32_Product ` -Filter "Name = 'Software Name'" EDIT: Over the years this answer has gotten quite a few upvotes. I would like to add some comments. I have not used PowerShell since, but I

Force uninstall of Visual Studio 2015

大憨熊 提交于 2019-11-26 11:55:57
问题 While uninstalling Microsoft Visual Studio Ultimate 2015 Preview, it throws an error quoting \"Microsoft Visual Studio Ultimate 2015 Preview has stopped working\" Message Content Include: A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. I googled and found a utility that uninstalls visual studio 2010 here but nothing exists for Visual Studio 2012, 2013 and 2015. My questions are: Is there any generic utility that

How to completely uninstall Visual Studio 2010?

我只是一个虾纸丫 提交于 2019-11-26 11:49:29
问题 I\'ve been looking to find a CLEAN solution to completely and ultimately remove Visual Studio 2010 from my computer. When you install Visual Studio, it also installs a bunch of programs (about 55) in the add/remove programs panel ( appwiz.cpl ). I\'ve already tried a small utility made by Microsoft but it does almost nothing. I\'m really looking now for a better way to uninstall any version of Microsoft Visual Studio. Because I have a lot of computers, I\'m often switching to a version or

How to Completely Uninstall Xcode and Clear All Settings

瘦欲@ 提交于 2019-11-26 11:06:09
I have an issue that I can only assume is with Xcode, where my apps take forever to run and crash the phone/restart about 75% of the time. I tried using older versions of the code that I'd saved instead, but they had the same effect, which they didn't use to have about a month ago. I've looked up every single possible way to solve this issue for the past few weeks have haven't found anything, so I want to completely uninstall Xcode and clear all settings; but I can't find a way to do this. I can uninstall it, but when I reinstall it, it still has all of my old settings and lists of projects