Outlook 插件需要管理员权限才能启动

发布于 2024-11-15 14:53:23 字数 284 浏览 2 评论 0原文

我编写了一个 Outlook 插件,它需要修改注册表才能执行所需的功能。我最初通过另外一个项目(.exe)来修改注册表,然后从我的 Outlook 插件启动此过程来实现这一目标。现在我想在我的外接程序本身中拥有此功能,但在项目属性中,没有选项提供手动清单文件以在管理模式下运行此外接程序,因此当我尝试修改注册表时,它会在 Outlook 启动时引发异常。谁能帮我解决这个问题。

我正在使用 C# 进行编码,虽然我的第一种方法运行良好,但我不确定从 Outlook 插件启动另一个应用程序是否是完成任务的好方法。

谢谢 帕万

i had coded an outlook addin which needs to modify the registry before it can perform the required function. I initially achieved this by having one more project (.exe) which modifies the registry and then launching this process from my outlook addin. Now i want to have this function in my addin itself but in the project properties, there is no option to provide a manual manifest file for running this addin in admin mode and hence when i try modifying the registry, it throws an exception when outlook launches. Can anyone help me out on this.

I am coding in C# and though my first approach was working fine, i am not sure if launching another application from my outlook addin is a nice way to accomplish things.

Thanks
Pawan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝眸 2024-11-22 14:53:23

为什么不从安装程序安装您的插件,为该特定注册表项设置适当的访问权限?

如果普通用户必须在每次运行 Outlook 时修改该注册表项,那么最好的办法是通过安全设置正式确定该权利。

Why not install your addin from an installer that sets the appropriate access rights onto that particular registry key?

If your ordinary users has to modify that registry key on each run of Outlook, the best thing would be to formalize that right through security settings.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文