ShellExecute 什么时候会失败? (德尔福)
我计划使用 ShellExecute 作为用 delphi 2007 编写的应用程序的更新程序,我想知道 ShellExecute 是否可以在大多数装有 Win 的计算机上工作,或者是否会因为某些用户权限或类似的原因而很容易失败。
I am planning to use ShellExecute for the updater of an application written in delphi 2007, I was wondering if ShellExecute will work on most computers with Win or if it can easly fail because of some user permission or something like that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信 shellExecute 确实需要管理员。你没有提到操作系统。如果是 Vista+ 那么 UAC 就可以发挥作用了。请参阅此说明
I believe shellExecute does require admin. You didn't mention the OS. If it is Vista+ then UAC comes in to play. see this explanation
来自 MSDN
正如 Ken Lange 已经建议的那样,根据您想要执行的内容,您可能需要管理权限。
From MSDN
And as Ken Lange alread suggested, deppending on what you want to execute, you may need administrative rights.