My installed Windows Service does not show in the list of installedservices !

C

Cuca

Hello. I have the following issue. I have started working on my first
windows service in the dotnet world (I have done some with the old VB6
some years ago). For now I only have a skeleton of a program (only
OnStart and OnStop at this point). Before going any further, I would
like to see it doing something. Therefore I've built it, I have
installed it using InstallUtil, and I have obtained the following log:
----------------------------
Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the L:\My Projects\My Projects
\QSTR\IBDataFeed\bin\Debug\IBDataFeed.exe assembly's progress.
The file is located at L:\My Projects\My Projects\QSTR\IBDataFeed
\InstallUtilLog.
Installing assembly 'L:\My Projects\My Projects\QSTR\IBDataFeed\bin
\Debug\IBDataFeed.exe'.
Affected parameters are:
assemblypath = L:\My Projects\My Projects\QSTR\IBDataFeed\bin\Debug
\IBDataFeed.exe
logfile = L:\My Projects\My Projects\QSTR\IBDataFeed\InstallUtilLog
logtoconsole =
No public installers with the RunInstallerAttribute.Yes attribute
could be found in the L:\My Projects\My Projects\QSTR\IBDataFeed\bin
\Debug\IBDataFeed.exe assembly.

The Install phase completed successfully, and the Commit phase is
beginning.
See the contents of the log file for the L:\My Projects\My Projects
\QSTR\IBDataFeed\bin\Debug\IBDataFeed.exe assembly's progress.
The file is located at L:\My Projects\My Projects\QSTR\IBDataFeed
\InstallUtilLog.
Committing assembly 'L:\My Projects\My Projects\QSTR\IBDataFeed\bin
\Debug\IBDataFeed.exe'.
Affected parameters are:
assemblypath = L:\My Projects\My Projects\QSTR\IBDataFeed\bin\Debug
\IBDataFeed.exe
logfile = L:\My Projects\My Projects\QSTR\IBDataFeed\InstallUtilLog
logtoconsole =
No public installers with the RunInstallerAttribute.Yes attribute
could be found in the L:\My Projects\My Projects\QSTR\IBDataFeed\bin
\Debug\IBDataFeed.exe assembly.
Remove InstallState file because there are no installers.

The Commit phase completed successfully.

The transacted install has completed.
----------------------------

So far so good. However, I cannot see it in my list of services (!??)
- I have tried several times. What's the matter ?

Windows 7Pro 64
Visual Studio Pro 2008

Thank You !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top