How can I deloy the windows service ?

  • Thread starter Thread starter Jet Leung
  • Start date Start date
J

Jet Leung

Hi all,
I had made a windows service and had add the installer to the service.
And now how can I deloy it?
A windows service have to use "InstallUtil.exe" to install the service, and
in my setup project how can I set it run auto when installing the windows
service program?
 
Hi,

Iclude a setup project in the solution and add a custom action, consisting
in the ooutput of the win service.

I have the link from MSDN somewhere, I will look for it later and send it to
you in case you need it.


Cheers,
 
Thanks a lot.
Are there any ways to communicate with you when I need help in .net?
I had view an article in MSDN is inturduce to add customer action in the
setup project, but that is an web setup project, that is not I need.
 
Back
Top