How can I deloy the windows service ?

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?
 
I

Ignacio Machin \( .NET/ C# MVP \)

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,
 
J

Jet Leung

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.
 

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

Top