I just wrote a core of a windows service, it doesn't really do anything special, it should execute this line every 5 sec

System.Diagnostics.Trace.Write("Doing something");

So I create a setup for it, and installed it, but i can't find it under
My Computer(Right click) -> Manage->services

I can't find over there but in Control panel -> add/remove programs, it's there. I can uninstall it, i just can't find it or get it do proc.

Can anyone help me?