根据我在评论中提出的问题及其各自的答案,我提供的结论是:
在我看来,服务器代理服务可能设置为启动模式Manual。这意味着该服务只会在应用程序需要时启动:
Manual starts a service as required or when called from an application (according to definition, but only some of the time in practice, depending on the service)
为了缓解这种情况,您可以创建一个自定义安装操作,作为产品安装的一部分,将此启动模式设置为Automatic- 这将导致该服务在 Windows 启动时启动。