Hi,

I have written a Windows Service (using C#) using the .Net framework
and to install the same am using the Installutil.exe tool. However
inspite of no errors returned in the InstallLog file the custom
service does nto get installed. Am I missing something here...

Also the following is logged in the InstallLog file...
"No public installers with the RunInstallerAttribute.Yes attribute
could be found in the d:\denz\service\xmlgenservice.exe assembly.
Remove InstallState file because there are no installers."

Do I need to reference the Windows installers here... (Think this is
the missing link...)
Any pointers will be appreciated...

TIA,
Denzil

Re: Installutil.exe does not register windows service by Phil

Phil
Sat Sep 13 11:24:59 CDT 2003

It looks like you haven't added a ServiceInstaller class to your Service.
--
Phil Wilson [MVP Windows Installer]

"Denzil" <denzilpereira@lycos.com> wrote in message
news:298554ad.0309130354.65f687c3@posting.google.com...
> Hi,
>
> I have written a Windows Service (using C#) using the .Net framework
> and to install the same am using the Installutil.exe tool. However
> inspite of no errors returned in the InstallLog file the custom
> service does nto get installed. Am I missing something here...
>
> Also the following is logged in the InstallLog file...
> "No public installers with the RunInstallerAttribute.Yes attribute
> could be found in the d:\denz\service\xmlgenservice.exe assembly.
> Remove InstallState file because there are no installers."
>
> Do I need to reference the Windows installers here... (Think this is
> the missing link...)
> Any pointers will be appreciated...
>
> TIA,
> Denzil