在 Windows 2008 Server 上将 EXE 安装为服务
抱歉英语不好。我正在尝试使用 instsrv.exe 将可执行文件安装为服务,这是我尝试过的:
instsrv "Gestion1" MROOneService.exe
这是我在尝试时收到的消息:
“您不是授权执行此操作 - 请联系您的系统管理员”
有人可以提供帮助。谢谢
Sorry for bad english. I'm trying to install an executable as a service using instsrv.exe, here is what I tried:
instsrv "Gestion1" MROOneService.exe
That is the message that i get when trying:
"You are not authorized to do this - please contact your system Administrator"
Someon can help. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你应该以管理员身份运行该命令
我目前没有 Windows 2008,但我认为你右键单击开始菜单中的 DOS 命令行图标,然后选择“以管理员身份运行...”。然后,您可以在管理员 dos 命令行提示符下运行此命令。
you should run the command as an administrator
I don't have Windows 2008 with me at the moment but I think you right click on the DOS command line icon from your start menu then choose "Run as administrator...". You then run this command inside the administrator dos command line prompt.
您需要命令行或调用以管理员身份运行。仅以管理员身份登录并运行命令/语句是不够的。
You need the command line or the call to run as administrator. It is not enough to be logged in as administrator and run the command / statement.