如何在运行时找到作为Windows服务运行的exe的位置?
使用注册表查找:
例如
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\' + ServiceDisplayName;
然后读取ImagePath价值.
ImagePath