uninstall

How do I remove tray icon on application uninstall in C#

只愿长相守 提交于 2019-12-11 08:25:33
问题 I have an application with tray icon. I am using notifyicon to do this job. I have created its setup in Visual Studio which installs and uninstall the application. Problem is when I uninstall the program, its tray icon is not removed and even after the program has been uninstalled, I can click on the icon and start the app even though its .exe file from back end has been deleted by the uninstaller. 回答1: The usual approach is to create in your tray application a background thread which will

Sending data to server when android application is unistalled

六月ゝ 毕业季﹏ 提交于 2019-12-11 07:50:06
问题 I would like to notify my server that the user deleted the application. How can I accomplish this? 回答1: Get application uninstall event in android According to this post what you ask for is not possible. Are you by any chance using a C2DM implementation? 回答2: Unfortunately there is currently no way for an Android package to execute code when it is removed. However, you can register a BroadcastReceiver for ACTION_PACKAGE_REMOVED in a different package that will be called when packages are

WiX remove LocalAppData (AppData\Local\my_app_folder) on uninstall

前提是你 提交于 2019-12-11 06:05:31
问题 I have a wix setup project which creates a ProgramMenu shortcut and a Desktop shortcut. I am able to remove these shortcuts by using RemoveFolder . <!-- To remove Desktop shortcut --> <RemoveFolder Id="RemoveDesktopFolder" Directory="DesktopFolder" On="uninstall"/> <!-- To remove ProgramMenu shortcut--> <RemoveFolder Id="CleanUpShortCut" Directory="ApplicationProgramsFolder" On="uninstall" /> However, on uninstall, I also want to be able to clear the current user's LocalAppData. More

InstrallShield Basic MSI uninstall does not display a dialog with Finish button

廉价感情. 提交于 2019-12-11 05:06:07
问题 I used InstallShield 2018 and created a 'Basic MSI' project. When uninstalling the product, it confirms if I want to proceed with the uninstallation and once confirmed starts uninstalling. But then it simply vanishes without showing a dialog at the end where you can click on the Finish button. As a result the user does not know if the uninstall is done or not or got aborted or something. In my IS 2018 'InstallScript MSI' project the dialog with the Finish button is displayed at the end which

How to (silently) uninstall MySQL on 32 and 64 bit Windows

北战南征 提交于 2019-12-11 04:59:31
问题 We are using Install4J for our current version of our software and install MySQL 5.1 silently during the installation. For the next version of our software, if it is an upgrade, I want to remove MySQL 5.1 and install 5.5. Ideally, the uninstall should go silently, but not a hard requirement. I managed to get it working on 32-bit Windows XP, but not on 64-bit Windows 7. This is what I have so far: String[] uninstallKeys = WinRegistry.getSubKeyNames(RegistryRoot.HKEY_LOCAL_MACHINE, "SOFTWARE\

InstallAnywhere - Uninstallation Java Error : java.lang.IllegalArgumentException: No product for ID=

孤者浪人 提交于 2019-12-10 20:16:15
问题 I am trying to uninstall an application which is using InstallAnywhere. When I run the code to uninstall i get the following error java.lang.IllegalArgumentException: No product for ID=<edited> at ZeroGfc.<init>(DashoA10*..) at ZeroGe9.b(DashoA10*..) at ZeroGfb.<init>(DashoA10*..) at com.zerog.ia.installer.Installer.s(DashoA10*..) at com.zerog.ia.installer.Installer.setMetadata(DashoA10*..) at com.zerog.ia.installer.InstallerMetaData.setInstaller(DashoA10*..) at com.zerog.ia.installer

svn https: “ra_serf: An error occurred during SSL communication”

微笑、不失礼 提交于 2019-12-10 19:47:12
问题 I know this is the same title as other posts, but I have searched and searched and cannot find a solution. I upgraded from TortoiseSVN 1.6 to 1.8.4 on all of my machines. My main dev machine started getting this error: ra_serf: An error occurred during SSL communication My client is using ProjectLocker.com, so I cannot check server logs. From what I can tell from other posts on various sites, the issue is caused by a problem with either the network stack or SSL. I have uninstalled and

How do you uninstall RVM gem?

陌路散爱 提交于 2019-12-10 14:19:45
问题 Strange... but this is what I got : $ gem list | grep rvm >> rvm (1.11.3.3) $ gem uninstall rvm >> INFO: gem "rvm" is not installed How can that be possible? The root of this problem probably stems from me downloading the latest RVM and finding that it does not work with the latest version of POW. Thus I had to implode RVM and reinstall an older version. Since then when I do a cap deploy , I get the classic : `<top (required)>': RVM - Capistrano integration was extracted to a separate gem,

How to uninstall previous version as part of msi install?

房东的猫 提交于 2019-12-10 13:55:39
问题 I have a product that's packaged as an MSI. When my customers install a new version of my product over the top of an existing version it's not working nicely because of a custom VBS action, as explained below. My question is: how I can change my MSI so that installing over the top will always do a full uninstall of any existing version beforehand? The detail is: I have a product with a variety of versions deployed at various different companies. About once a year each of my customers would

Can't uninstall Python 3.4.2 from Windows 7 after system restore

我与影子孤独终老i 提交于 2019-12-10 12:53:37
问题 A couple of days after uninstalling Python 3.4.2 I had to carry out a system restore (I'm using Windows 7) due to accidentally installing a bunch of rubbish-ware that was messing with my computer even after installation. This system restore effectively "reinstalled" Python, or rather a broken version of it. I now can't uninstall it via the usual Control Panel -> Uninstall Programs tool, nor can I reinstall it using the original installer. Unfortunately Windows has not saved an earlier system