uninstall

Improving performance of Wix msi install/uninstall

蓝咒 提交于 2019-12-09 00:39:32
问题 In Windows 7(i.e. MSI 5.0), there is a property called MSIFASTINSTALL which will improve the performance of your installer. Or else, you can turn off the rollback option by setting property DISABLEROLLBACK. This property is available in earlier version of MSI 5.0 too. Please share your knowledge to improve the install experience. Also, I cannot find the right way to improve the performance of Uninstall. We use huge set of files/folders (more than 70,000) and components like 35000. It hangs in

Android Persist Data After Uninstall

杀马特。学长 韩版系。学妹 提交于 2019-12-09 00:30:43
问题 I have to persist 2 strings for my application even after the application is uninstalled. Regarding that the end users don't have SD cards for their devices and they don't have internet connection, how could I persist those 2 strings even after the app is uninstalled? I would highly appreciate any response. Thanks 回答1: Unless you're targeting VERY old phones, you don't need to worry about not having external storage. As long as you use Environment.getExternalStorageDirectory() as your

How can I uninstall Egit feature from Juno?

爷,独闯天下 提交于 2019-12-08 19:55:19
问题 I am trying to run JUnit test for an eclipse plugin I created. However, the confirmation dialogs from the EGit plugin blocks my perspective from loading up, and hence throws an unnecessary exception on my console for JUnit. I tried looking for possibility to uninstall the plugin, but did not see any such option. How can I disable the Egit plugin? 回答1: Note that the problem with the confirmation dialog has been fixed in EGit 2.2, which will be released on 2012-12-19, see bug 391377. In general

PowerShell 5.1 - How to uninstall module which is currently use

久未见 提交于 2019-12-08 14:44:55
问题 We are using some PowerShell modules in one deployment PowerShell script. Using following command we are installing module (i.e. XXXX) into "C:\Program Files\WindowsPowerShell\Modules". Install-Module -Name "XXXX" -AllowClobber -RequiredVersion "XXXX" -Repository "XXXX" -Scope AllUsers Now once we used the functionality of this module, we uninstall it at the end of deployment script using following command. Remove-Module -Name "XXXX" -force Uninstall-Module -Name "XXXX" -AllVersions -force

Using WMI to uninstall programs

陌路散爱 提交于 2019-12-08 13:29:35
问题 I want to uninstall a program using WMI, but I get this error : "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))". Installing it worked without any problems, using the same ConnectionOptions. Is there any possibility that the Administrator user has rigths to install software, but not to uninstall? If so, how can I edit them? Main() { ConnectionOptions oConn = new ConnectionOptions(); oConn.Impersonation = ImpersonationLevel.Impersonate; oConn.EnablePrivileges = true;

nsis - remove pinned icon from taskbar on uninstall

[亡魂溺海] 提交于 2019-12-08 05:38:25
问题 I'm working on an app for a company and they requested that if the app is pinned to the taskbar, when uninstalling the app should be unpinned. If I just delete the icon from quicklaunch\user pinned\taskbar then it leaves a blank icon on the taskbar. I need to somehow actually unpin it. The only thing I've come across is installing winshell plugin (http://nsis.sourceforge.net/WinShell_plug-in) and then calling IStartMenuPinnedList::RemoveFromList (https://msdn.microsoft.com/en-us/library

How to uninstall Anaconda(Mac)

这一生的挚爱 提交于 2019-12-08 05:11:28
I am not familiar to computer. I want to uninstall Anaconda and reinstall it because I accidentally deleted Networkx and some packages included in Anaconda. Therefore I attempted to delete Anaconda and reinstall it however, I got this message Anaconda is already installed in /Users/myname/anaconda. Use 'conda update anaconda' to update Anaconda. and could not install when I tried. I used this command to delete : sudo rm -rf /anaconda and rm -rf ~/.continuum/ How should I do to delete it and reinstall completely ? It would be very appreciated if it is explained in detail. According to https:/

how do you uninstall an xampp installation that refuses to uninstall?

依然范特西╮ 提交于 2019-12-08 03:09:41
问题 I downloaded xampp 1.7.3 (32) on windows 7 (64) in the programs(86) folder. both MySql and Apache refuse to run, they start and then instantly turn of. All ports are free. So I decide to uninstall however, when i run the uninstaller I receive the following error "Input Error: Can not find script file "C:\Program Files (x86)\xampp\uninst.temp\xampp_uninstall.vbs" XAMPP uninstall not OK Why is there spaces in the above line and does this matter "C:\Program Files (x86)" ? Can somebody please

dpkg remove to stop processes

天涯浪子 提交于 2019-12-08 02:13:51
问题 I am currently running Ubuntu 12.04. I've created a debian package that currently installs successfully and starts three new processes. I have also made these three processes start at runtime by placing the following script inside /etc/init.d: # This example is from http://www.debian-administration.org/article/Making_scripts_run_at_boot_time_with_Debian # Also used http://wiki.debian.org/LSBInitScripts/ ### BEGIN INIT INFO # Provides: bleh # Required-Start: $remote_fs $syslog $network #

Uninstall application uninstallreceiver not called

走远了吗. 提交于 2019-12-07 17:00:48
问题 After lots of google I have found some good solutions to find out uninstall receiver of application.I am referring First Link and Second Link. In Second link you can find source code of uninstalldetection created by dickfala.I have tried this code on my devices which has android 4.1.2 and 4.0.4 Os but whileing running the app on device I am not able to see logs of application in logcat and application just uninstalled from device. I know too much discussion already done on this topic but I am