Tagged Questions
0
votes
0answers
171 views
Uninstaller tool for Package Maker on MAC OS X
I am new to MAC OS X. I have created installer using Package Maker. But I am unable to find a way to create uninstaller for this tool. I have searched through web and found one way to uninstall is ...
0
votes
1answer
318 views
create Uninstaller with Installshield
I have created an installer with installshield and it is work. but I don't uninstall it.
How I can create an uninstaller for my project?
0
votes
3answers
657 views
Android aplication itself uninstaller
Is there a way to make an application itself uninstall???
For example:
There should be a button in my app called "uninstall", when I click it the aplication uninstall itself.
I can imagine that you ...
1
vote
2answers
630 views
How do I remove any app from a device using my app in android?
I am doing some experiments on my device - I want to be able to remove any application from an Android device using my application.
Given the package name of an app, how can I force the user to go ...
7
votes
2answers
1k 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 ...
2
votes
2answers
1k views
WISE Uninstaller doesn't remove itself
I know, I know...stop using WISE. That's not really an option for me right now. We have too much on our plate to write a completely new installer and change our entire build process, which is what ...
1
vote
1answer
154 views
NSIS: Detecting in uninstaller is a program working
Is it possible to determine in uninstaller script is a program (that should be uninstalled) working?
0
votes
1answer
710 views
Manually increment or decrement file reference counter (refcount) used by MSI installers?
My understanding is that MSI installers use a file reference count to keep track of how many 'installers' installed a shared file (say a dll).
[HKEY_LOCAL_MACHINE]\SOFTWARE\Microsoft\Windows\Current ...
2
votes
1answer
3k views
using WMI to uninstall applications remotely
I am trying to write a mini w32 executable to remotely uninstall an application using WMI.
I can list all the installed applications using this code below but i couldnt find a way to uninstall the ...
0
votes
1answer
941 views
Use Innosetup to delete another appliction not installed with Innosetup during installation
I have an old VB6 application that is deployed using a very old 16 bit version of InstallShield. I have created a new installer with Innosetup to be 64 bit friendly for my VB6 application with ...