如何在Wix中设置MSMQ队列创建的用户权限

发布于 2024-11-27 10:02:02 字数 316 浏览 2 评论 0原文

作为 Wix 安装的一部分,我尝试使用 MsmqExtension 创建 MSMQ 专用队列:

<msmq:MessageQueue Id='myQueue' Label='My Queue' Transactional='yes' PathName='[MESSAGE_QUEUE_NAME]'/>

由于我正在安装的 Windows 服务在与执行安装的用户不同的用户下运行,我不确定它会是能够读取和写入此专用队列,并且扩展架构不提供设置特定用户的选项。有没有办法解决这个问题,或者我是否必须将队列创建实现为自定义操作才能获得这种灵活性?

As part of a Wix installation I'm trying to create an MSMQ private queue using the MsmqExtension:

<msmq:MessageQueue Id='myQueue' Label='My Queue' Transactional='yes' PathName='[MESSAGE_QUEUE_NAME]'/>

As the windows service I'm installing is running under a different user to that which is performing the install I'm not sure that it will be able to read and write to this private queue and the extensions schema doesn't give the option to set specific users. Is there a way round this or would I have to implement the queue creation as a custom action to have this flexibility?

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

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

发布评论

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

评论(1

若沐 2024-12-04 10:02:02

使用 MessageQueuePermission 元素来实现此目的。

Use MessageQueuePermission element to achieve this.

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