Hi, I am having problems installing a service I coded.
Per I've added a project installer to it with a serviceProcessInstaller and serviceInstaller using the "Add Installer" option on the service. I then added a Setup project to the solution, added my service project as the primary project output. I built my service project, and then the setup project with no issues.
However, after I go thru the installation process and get a message indicating it was installed successfully, the service does not show up in the Services window under administrative tools. It does show up under add/remove programs.
I'm kind of baffled. I've successfully coded/installed a service before, but that was a couple years back. I looked at the installer/setup for this old service, and I can see no inconsistancies. I uninstalled and reinstalled the old service, and it works fine.
I even coded the exact example in , but I get the exact same issue; it 'installs' but does not show up under services. Is there something obvious I'm missing?
I'm using Visual Studios 2005 by the way. Any help would be appreciated.
Per I've added a project installer to it with a serviceProcessInstaller and serviceInstaller using the "Add Installer" option on the service. I then added a Setup project to the solution, added my service project as the primary project output. I built my service project, and then the setup project with no issues.
However, after I go thru the installation process and get a message indicating it was installed successfully, the service does not show up in the Services window under administrative tools. It does show up under add/remove programs.
I'm kind of baffled. I've successfully coded/installed a service before, but that was a couple years back. I looked at the installer/setup for this old service, and I can see no inconsistancies. I uninstalled and reinstalled the old service, and it works fine.
I even coded the exact example in , but I get the exact same issue; it 'installs' but does not show up under services. Is there something obvious I'm missing?
I'm using Visual Studios 2005 by the way. Any help would be appreciated.