It's a bit vague there about installation, but what you have to do is a
Setup&Deployment Project, adding your service executable to it, and adding
custom actions referring to your service executable with InstallerClass
true. Calling the installer class methods as custom actions is what installs
and uninstalls your service.
--
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972 [quoted text, click to view] "Andrew" <Andrew@discussions.microsoft.com> wrote in message
news:8CE59C13-ED62-4451-91CE-167C79D1EC93@microsoft.com...
> sorry about that, here's the link again.
>
>
http://msdn2.microsoft.com/en-us/library/zt39148a(VS.80).aspx
>
> cheers
>
> "Phil Wilson" wrote:
>
>> That link isn't workiung for me, so I don't know if it has installation
>> instructions using installutil, installer classes or a setup project.
>> If you're seeing ...vshost.exe that's the Visual Studio debugging host,
>> so
>> perhaps you've got a debug version installed or something.
>>
>> --
>> Phil Wilson
>> Definitive Guide to Windows Installer
>>
http://www.apress.com/book/view/1590592972 >>
>>
>> "Andrew" <Andrew@discussions.microsoft.com> wrote in message
>> news:270CADCE-E723-48AF-8AB9-6E9FFF28F8CD@microsoft.com...
>> > Hi,
>> >
>> > I've created a windows application C# service according to:
>> >
http://msdn2.microsoft.com/en-us/library/ms123402.aspx?wa=wsignin1.0 >> >
>> > But my service is not appearing in the computer management panel at
>> > all.
>> > Any ideas ?
>> >
>> > cheers
>>
>>
>>