Is there an equivelent to Application.StartupPath for a Windows Service?

The Application object doesn't seem to be available for a service, and I'd like my user-defined parameters (stored in xml) to be stored in the application's directory. By default, the "start-in" directory for a service seems to be (on my machine) c:\winnt\system32.

TIA,
Mike