Instaling Windows Service without using InstallUtil.exe

G

Guest

Hi Guys,

I have created a windows service which now I want to install / uninstall
without using InstallUtil.exe. I am already having another setup program
which now needs to install this service.

How do I do this? Please help.

Thanks

Regards,
Sachin
 
V

Vadym Stetsyak

Hello, Sachin!

SV> I have created a windows service which now I want to install /
SV> uninstall without using InstallUtil.exe. I am already having another
SV> setup program which now needs to install this service.

There is a table in the MSI file called ServiceInstall, adding record to that table with info about service file,
will tell MS installer to install your service

For more details look at ( http://msdn.microsoft.com/library/en-us/msi/setup/serviceinstall_table.asp?frame=true )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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