installutil for windows service

  • Thread starter Thread starter Alhambra Eidos Kiquenet
  • Start date Start date
A

Alhambra Eidos Kiquenet

Hi all,

I get an error saying “Source MYSERVICENAME already exists on the local
computer.â€

I have XP.

What’s up with that? any help about it, please

Thanks in advance, greetings, regards
 
Well, is it right?

It should appear in the services applet (mmc), or you could try (at cmd):
NET STOP MYSERVICENAME

the point here being not to stop it, but to see if it exists; if it
doesn't exist you'll get an error saying so.

Note that you need to uninstall a service before you can re-install it.

Marc
 
Ah; scratch that - it might be talking about the error log - which might
suggest that it wasn't properly uninstalled last time.

Try looking under the various keys under
HKLM\System\ControlSet001\Services\Eventlog for a key called
MYSERVICNAME - it might need deleting.

Marc
 
(noting that editing the registry is at your own risk blah blah no
liability implied or assumed blah)

Marc
 
You don't need to be messing around in the registry, just use installutil /u
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top