0
votes
1answer
16 views
BlackBerry application unistallation problem?
Hi,
In my balckberry application i am using the Persistance,List and Threads to execute the code.
The code is given below:
enter code here
UiApplication.getUiApplication().invo …
0
votes
3answers
273 views
Uninstall MacRuby
Does anyone know how to uninstall MacRuby? I was using RubyCocoa then decided to try out MacRuby, after installing MacRuby, RubyCocoa has stopped working. So I would like to remov …
1
vote
1answer
18 views
Conditional uninstall of previous version in Wix
I'm doing an installer for an software used for debugging embedded ARM cores (OpenOCD) and this installer automatically removes the previous versions - that's simple. However, some …
1
vote
2answers
82 views
How to write a registry entry on uninstallation using wix
Hi,
Is it possible to write to windows registry during uninstallation of an application? Is such functionality supported by Wix. I want to avoid doing it in an assembly and callin …
0
votes
1answer
50 views
Self Uninstall of application in iPhone
Hello,
is there possibility to do uninstall of your application which runs under iPhone?
There could be a number of cases when you want application to uninstall itself.
Thanks
0
votes
0answers
38 views
How to prevent program may have been uninstalled message in Vista?
After uninstalling our application (a web server) in Vista or newer Windows, an error message box appears that says, 'An error occurred while trying to uninstall My App. It may hav …
0
votes
0answers
44 views
Stopping Microsoft Search from eating my hard drive [closed]
I have Windows Vista on a machine and I noticed quite a bit of hard drive was disappearing. I ran a utility to show me where it all went. I found the following directory consumes …
0
votes
2answers
62 views
How do I uninstall a Ruby on Rails application?
Hello,
I've just worked through the Rail example supplied by Apple:
http://developer.apple.com/Tools/developonrailsleopard.html
Now that I'm done, I'd like to clean this up and r …
0
votes
1answer
66 views
uninstall .net framework 3.0 sp1 dotnetfx30SP1setup.exe command line
Hi,
I have been trying to uninstall .net framework 3.0 sp1 using command line with the dotnetfx30sp1.exe. I have tried the /remove and /uninstall switches but all that happens is …
1
vote
2answers
99 views
.NET Deployment project: Custom Action that cancels uninstaller
I have a .NET deployment project. I would like to add a custom uninstall action that checks certain conditions and optionally cancels the uninstallation. Is that possible?
As far …
2
votes
2answers
64 views
Correct way to restore Firefox preferences when Add-On uninstalled by external application
I have written an application suite on Windows which amongst other things installs a Firefox add-on which once run modifies the Firefox network preferences by interfacing with nsIP …
0
votes
2answers
26 views
How clean is uninstalling the Service Packs from Visual Studio 2005?
This is a total dah question but I hope somebody can help me out.
I have VS2005 SP2, nonetheless, I really need to use VS2005 No-SP to compile the release version of our product. …
0
votes
1answer
23 views
Protecting shared DLLs from being unregistered / deferenced during uninstall?
My .Net program in C# is referencing a proprietary DLL, which my program uses to access their API. Everything works great.. however, when I uninstall my program (add/remove progra …
3
votes
4answers
474 views
Resharper uninstall - Visual Studio no longer shows correct error highlighting
Hi all
I've been trying out resharper and decided that I'd like to uninstall. However, after doing so, Visual Studio no longer shows red underline highlighting that it normally u …
0
votes
2answers
134 views
How to deploy home-grown applications with rpm?
here is my scenario
our team develops on AIX
dozens of applications, mostly Perl, shell scripts, batch java, C
i would like to simplify deployment/rollback procedures - currently …
