G
Guest
How can I find where my application is installed? I have a Windows Service installed in C:\Program Files\MyApp I tried using Directory.GetCurrentDirectory but that returns C:\Winnt\System32 which isn't what I want. Any ideas?