Thanks for any help
You can use the ServiceControl table for this.
Bye,
Dennis Bareis
Thanks
"=?Utf-8?B?ZGxncHJvYw==?=" <dlg...@discussions.microsoft.com> spake the secret code
<D4682C1E-AC89-42C1...@microsoft.com> thusly:
>I am installing a Windows Service application using a VS .NET 2003 setup
>project. My service installs fine. [...]
VS.NET setup projects don't really have support for installing
services.
Yes, you can code a custom action to do it, but instead I would
suggest writing some code that merges in the necessary rows for the
ServiceInstall and ServiceControl tables instead.
This is one of those things where VS.NET keeps trying to get you to
write custom action code when it is not necessary. Its better to use
standard actions and tables for installing services.
--
"The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ:
<http://www.xmission.com/~legalize/book/>
Pilgrimage: Utah's annual demoparty
<http://pilgrimage.scene.org>