Service install

  • Thread starter Thread starter Ruslan Shlain
  • Start date Start date
R

Ruslan Shlain

Hello Everyone.
I have small problem.I wrote a win service and i need to insatll in on the
separate machine. I installed it just file on the development machine but
when it comes to putting it on the server just does not work. I use command
prompt in both cases and i use installutil do do everything. The only
difference is on my bev machine its VS command promt and on server its
framework command promt. Any solution or ideas?

Thank you much
 
Ruslan,

You should use an msi to install your windows service on other computers. Here is the link to a walkthrough that should be able to help you: http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.asp.

-Elizabeth Newman
--------------------
 

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