0
votes
1answer
300 views

Uninstalling XAMPP and its services

I have installed xampp while port 80 wasn't free. As a result one of the services wasn't able to run. Then I tried to reinstall the program as I thought it would replace any services that I had ...
0
votes
1answer
104 views

Error 1001: The specified service alredy exists

I am trying to uninstall/install an exisitng Windows service in Windows 7 with Visual Studio 2008. In my MSI project properties, I have the following pertinent ones set and am still getting this ...
2
votes
1answer
94 views

android start and uninstall service or thread

I want to make an activity that starts a (service or thread) that repeats the same commands continuously every x seconds. How to I go about doing the following: The (service or thread) needs to run ...
1
vote
2answers
837 views

Uninstalling application written in c# using setup and deployment and Installer class

my program installs my custom service and register it. Now what I am trying to do is to unregister the service and delete all files after uninstall. I am using Visual Studio and Setup and Deployment ...
0
votes
1answer
289 views

Getting into service uninstaller (c#)

Right, So I have a Windows service written in C#. I've already found the 'ProjectInstaller.cs' where I do some stuff, like set dependencies and service name during install. What I'm not finding is ...
0
votes
2answers
301 views

Even after uninstalling windows service, port number remains still occupied

I am installing windows service and it works fine. Now I am uninstalling the same service. (to be specific I am using installutil command for installing as well as uninstalling) The service gets ...
1
vote
1answer
743 views

Stopping the service and the babysited application before uninstalling

I have a service MyService.exe that is babysitting my application MyApp.exe, meaning it starts the application when this one crashes or whatever. Basically when the service is stopped the application ...
1
vote
1answer
640 views

Conditional install/uninstall of Windows Service

Using VS2008 TFS I have created a setup application that installs two Window Services. The first service is always installed and uninstalled (and works fine--I'm using the installer class). The ...
0
votes
2answers
1k views

Error 1783 - instsrv.exe REMOVE from Win2k3

My applications installer offers the user the ability to run the application as a service through use of the srvany.exe application. To remove the application on uninstall, I've been using the ...