WinService Uninstall failed How do I clean up?

  • Thread starter Thread starter Lin BoRen
  • Start date Start date
L

Lin BoRen

Hi, I followed the tutorial for setting up a WinService install and got the
messages below. If it's already on the system as it says then I should be
able to see it in the Services list but I didn't see it there.
How can I remove a WinService manually?

Thanks in Advance,
Byron

-------------
InstallUtil.InstallLog:

Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the c:\program files\twsm\ecpu\ecpu.exe
assembly's progress.
The file is located at c:\program files\twsm\ecpu\ecpu.InstallLog.

An exception occurred during the Install phase.
System.ArgumentException: Source eCPU already exists on the local computer.

The Rollback phase of the installation is beginning.
See the contents of the log file for the c:\program files\twsm\ecpu\ecpu.exe
assembly's progress.
The file is located at c:\program files\twsm\ecpu\ecpu.InstallLog.

The Rollback phase completed successfully.

The transacted install has completed.
------------
eCPU.InstallLog:

Installing assembly 'c:\program files\twsm\ecpu\ecpu.exe'.
Affected parameters are:
assemblypath = c:\program files\twsm\ecpu\ecpu.exe
logfile = c:\program files\twsm\ecpu\ecpu.InstallLog
Installing service eCPU...
Creating EventLog source eCPU in log Application...
Rolling back assembly 'c:\program files\twsm\ecpu\ecpu.exe'.
Affected parameters are:
assemblypath = c:\program files\twsm\ecpu\ecpu.exe
logfile = c:\program files\twsm\ecpu\ecpu.InstallLog
Restoring event log to previous state for source eCPU.
 
Back
Top