While trying to download Dragon Age: Origins DLC packs, I discovered the downloader/updater wasn't functioning correctly.
After some debugging, I discovered that the windows Service this game installs, is currently pointing at the wrong directory (i.e. an older directory from a faulty install).
Currently, the service path points at C:\Games\Dragon Age\bin_ship\DAUpdaterSvc.Service.exe, where it should be
C:\Program Files\Steam\SteamApps\Dragon Age\bin_ship\DAUpdaterSvc.Service.exe.
Is it possible to manually change the path of a windows Service? And, if so, how? Otherwise, is it possible to fully remove this service (and not just disable it) and re-installing it under the correct path?