uninstall

Wix / MSI : Unable to uninstall

强颜欢笑 提交于 2019-12-05 00:54:03
I've developed a Wix installer for an internal project however entirely by accident I've found that I'm unable to uninstall the installer on my development machine as I get the following error message: The feature you are trying to use is on a network resource that is unavailable with a dialog pointing to the path of the .msi that I installed from feature from. (The .msi is there, however is has been rebuilt and so has changed since I installed it) I'm concerned by this dialog as I had believed that Windows Installer kept track of installed .MSI files, however this dialog seems to suggest that

Where are all possible locations of UninstallString registry entries?

情到浓时终转凉″ 提交于 2019-12-04 23:20:06
问题 I'm writing a Wix-based installer that needs to upgrade from older, non-msi-based installations. I'm finding instances of previously installed components by searching directly in the Registry. To find the uninstaller for a component, I look in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\MyProgram And get the UninstallString value. This is fine, but I realised that for a 32 bit install on a 64 bit machine, the entry is actually at HKLM\Software\Wow6432Node\Microsoft\Windows

Inno Setup Uninstall some components only

自古美人都是妖i 提交于 2019-12-04 21:15:37
I have a common application -like a media player- for each different retail product that is installed in the same folder i.e. C:\program files\myapp and the different content -like movies- are all installed in the same folder C:\program files\myapp\movies For each separate installation (separate retail product), I just create a shortcut to open the application with the specific content like mediaplayer -f movie1.mp4 , but it can open all other content from the same environment. The problem in my case, is the uninstallation. Inno Setup does not support component selection to uninstall. My

Uninstalling the currently active version of node.js with nvm

。_饼干妹妹 提交于 2019-12-04 18:50:56
问题 On Ubuntu 16.04, I mistakenly used root to install nvm, and then to install node.js 8.8.1 via nvm. I also used nvm alias default 8.8.1 , thinking it would correct my error. Now I would like to: Remove the default alias Uninstall node 8.8.1 Uninstall npm 4.8.5, which came along with node Uninstall nvm Reinstall everything correctly for the right non-sudo user It looks like I've succeeded with the first part: # nvm unalias default Deleted alias default - restore it with `nvm alias "default" "8

【转】How to install and uninstall apk file on anr...

随声附和 提交于 2019-12-04 16:59:45
Currently the following operating systems are supported: Windows XP or Vista Mac OS X 10.4.8 or later (x86 only) Linux (Linux Ubuntu Dapper Drake) The following sections are covered: Installing the .apk file on a new G1 device Installing the .apk file on a device where section 1 has already been followed for steps 1 to 5 Uninstalling the .apk file from the G1 device before installing the same .apk again. Uninstalling the .apk file (from the Device or Emulator) using adb shell . Section 1: Installing the .apk file on a new G1 Device: Installing The Android SDK on your computer. First you will

Uninstall BlackBerry app installed via Eclipse

半世苍凉 提交于 2019-12-04 16:19:35
I imported the PaneManagerDemo sample project in my BB Eclipse workspace, and right-clicked on the project > Load Project(s) on Device. I get a Pane Manager Demo icon on my home screen - OK. It doesn't run, because I'm using a Curve 8330 (OS 4.5.0.138), and some of the classes used in the demo are not supported. How do I delete it from my handheld? When I run: javaloader dir I see: PaneManagerDemo 0.9 12232 Fri Apr 29 02:57:24 2011 The following commands: javaloader info PaneManagerDemo javaloader info PaneManagerDemo.cod javaloader info PaneManagerDemo.jar javaloader info PaneManagerDemo.jad

Detect if my app is uninstalled

好久不见. 提交于 2019-12-04 12:49:16
Is it possible to have a code that detect if my app has been uninstalled and upon uninstalling, all the relevant folders that my app has created will be deleted automatically? Thanks! Regarding being able to detect the Uninstallation, I'm afraid its not possible. Whenever an application package is removed(App is Uninstalled), ACTION_PACKAGE_REMOVED intent will be sent out to all receivers EXCEPT for your own. From the docs:- Broadcast Action: An existing application package has been removed from the device. The data contains the name of the package. The package that is being installed does not

Remove file and folders on uninstall

巧了我就是萌 提交于 2019-12-04 12:13:31
I am learning WIX to build installer for my app but I am stuck with removing files. My question is how can I remove files and folders on uninstall. When I click on remove button, all the files and folders which the installer created doesn't remove on uninstall. The answer is in the comments above but for future reference there are two things to check first when files are not being removed: Ensure that you do not have Component/@Guid="". In Specifically setting to an empty string (Guid="") tells the Windows Installer ignore all the stuff built into this Component. Note: WiX v3.6+ you can leave

Creating folder in the application directory

☆樱花仙子☆ 提交于 2019-12-04 10:37:39
i have used getFilesDir() to create a folder in the application directory, it gives the path of the applicatoin directory as follows /data/data/{my application package}/files but when i use it to create a new folder using File folder = new File(getFilesDir() + "/MyFolder"); if (!folder.exists()) { folder.mkdir(); } i don't see any folder. Also when i access in ES Explorer the actual path of the application directory is /Android/data/{my package name}/files My question is how to create a folder in the application directory so that it can be deleted automatically on application uninstallation.

How to delete Eclipse completely (including settings and plugins) from Mac OS X?

橙三吉。 提交于 2019-12-04 08:53:59
问题 My Eclipse with GAE broken and works strangely. So I deleted Eclipse from Application folder, but there is garbage left. I re-downloaded fresh new eclipse, but it runs with old settings, and broken GAE structure remained. How can I DELETE completely Eclipse from my Mac? (without any kind of settings/plugins/logs etc.) 回答1: Eclipse itself will be installed where you've unzipped the file you've downloaded. This directory contains Eclipse.app , configuration/ , plugins/ and features/ (amongst