(Please advise if there is a better newsgroup to ask such questions :-)
I am starting to build a Windows Service application - I am using C++
Builder 6 which makes it much easier.
So,
I have built the example program (500ms Beep) from chapter 7 of the Borland
manual (C++ Builder 6.) It compiles OK and I have the output exe file.
But,
I can't get it to show up the Services list - i.e. I don't know how to LOAD
the service. So, how do I get the service loaded?
I tried running it with /install option.
Still no service.
The book says a key
" HKLM \ SW \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution
Options "
should be set with the file name and BCB link.
I did that.
Still no service.
(There is also a program "installutil" mentioned online. It only works for
.NET though.)
I found a program that turns any exe into a service - that works, but there
must be an easy way.
I am sure this is a simple issue :-)
Can someone please get me started?
Thanks.
Quentin
Q.
"bejoy" <bejoy....@gmail.com> wrote in message
news:1165238509.2...@j44g2000cwa.googlegroups.com...