Problem installing WindowsService

  • Thread starter Thread starter Michal Sodomka
  • Start date Start date
M

Michal Sodomka

Hi, is there a clean way how to install windowsservice with some
SETUP.EXE project ? I tried this out but after that installation I see
my service in servicemanager not ! I also tried it with INSTALLUTIL but
it's als negative. I only get this error:
System.IO.FileNotFoundException: Data or Assembly could not be found ????

How can I install my windowservice ? Please help
 
Hi, is there a clean way how to install windowsservice with some
SETUP.EXE project ? I tried this out but after that installation I see
my service in servicemanager not ! I also tried it with INSTALLUTIL but
it's als negative. I only get this error:
System.IO.FileNotFoundException: Data or Assembly could not be found ????

How can I install my windowservice ? Please help

If installutil doesn't work, using an installer won't help either. I
believe the installer would end up calling installutil..

something is not quite right with your project and you'll need to
figure out what that is.. unfortunately without more details I don't
think we could help.
 

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