Hello Andrew,
You need to use WinAPI CreateService method to install unmanaged
service
http://msdn2.microsoft.com/en-us/library/ms683500.aspx
Alternative option, is to produce "verifiable component" which can be
used
with managed installer
http://msdn2.microsoft.com/en-us/library/ms384352(VS.71).aspx But
I've
never tried to install this way
---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog:
http://spaces.live.com/laflour
Team blog:
http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
AC> I want to use a .Net class to install a service written in
unmanaged
AC> C++. Are there .Net classes to do this? It appears the classes
only
AC> allow you to install a service written in .Net.
AC> AC> Thanks.
AC