Nop, you have two choises:
1- Use a timer to run the required code
2- If all what the service does is this, just use a scheduled job as willy
suggested.
Why having a service that get's schudeled from the task scheduler?
The application should not be a service, it should be a simple console
application that get's scheduled to run at 9.00 every day and run until
finished.