Windows Service: Missing 'add installer' link
I'm trying to setup a simple Windows Service that can host a WCF service.
But I'm running into a weird problem just getting the Windows Service setup.
Every example and MSDN help I read says to click the service in the designer
so it has focus. Then right-click and select 'add installer' however the
'add installer' option isn't there for me. I've created brand new vb.net
and c# Windows Service projects and I still have the same problem. I can
add an 'installer' class file as a separate file but I should have the 'add
installer' link option and then it will create the projectInstaller and the
serviceInstaller.
Has anyone seen this on VS 2005 before?
Thanks,
John
.
Relevant Pages
- RE: Windows Service - Error 1053
... installer and make sure the imagepath points at your executable - ... When you have setup the service make sure that the app can interact with the ... > I too have tried to create a WinForm windows service biut ... (microsoft.public.dotnet.languages.csharp) - Installing multiple project outputs with single .Net Deployment project
... ..msi but installs a separate WinForm Application and Windows Service. ... I want the Installer to put the outputs into different folders (i.e. ... At the moment i am living with 2 MSI files (one for the service and one ... (microsoft.public.vsnet.general) - Cannot unset "Permanent" property for installed file VS2005
... I am creating an installer for a windows service in VS2005. ... file was never uninstalled or overwritten on reinstall. ... Now when I uninstall the app, ... (microsoft.public.dotnet.framework.setup) - C# Windows Service problem - installer possibly? Some services stop automatically...
... I have a windows service that I am trying to get working using C# and ... Then the service's status in the Computer Management -> ... I have looked in the event viewer and there are no ... including any event from an MSI installer. ... (microsoft.public.dotnet.framework) - Re: Windows Service not Starting with Windows
... The service will start if I open it up and hit Start. ... I created my handy little windows service and created an MSI ... >> for Automatic startup, but the service is not starting with windows. ... (microsoft.public.dotnet.languages.vb) |
|