Phil
Sat Mar 05 13:59:28 CST 2005
Tricky with VS-generated setup projects:
1. Use ChangeServiceConfig2 (Win32) on your Service.
2. Install it with a tool that uses the normal Windows Installer way of
installing Services (the ServiceInstall table). VS installs Services by
running Installer class custom action code - all the other tools I've ever
seen just let you describe the Service in an IDE and have Windows Installer
do it, including that description you're looking for.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
"PIEBALD" <PIEBALD@discussions.microsoft.com> wrote in message
news:3599FCA6-845F-43CA-9BDD-47593BFFA8F1@microsoft.com...
> In Computer Management, in the list of services, there is a "Description"
> column. How do I set this for my service?
>
> (System.ServiceProcess.ServiceInstaller.DisplayName doesn't do it.)