Windows 安装程序“发送至”所有用户的菜单项
我使用 Visual Studio 应用程序安装程序在最终用户计算机上部署我的应用程序。 在安装项目中,我需要在用户的“发送到”菜单项中添加应用程序 exe 文件的快捷方式。
现在的问题是我需要为所有用户安装这个“发送到”快捷方式,而不仅仅是用户 谁运行安装程序(即管理员)。我找不到为安装项目中的所有用户执行此操作的方法。
有人知道如何做到这一点吗?
I use the visual studio application installer to deploy my application on the end users machine.
In the setup project I need to add a shortcut to the application exe file in the user's 'send to' menu items.
Now the thing is I need this 'send to' shortcut to be installed for all users, not only for the user
who runs the installer (which is the admin). I can find no way to do this for all users in the setup project.
Anyone an idea how to do this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要手动复制每个用户配置文件文件夹的“发送到”文件夹中的快捷方式。您可以尝试为此使用自定义操作。
据我所知,Windows 不支持每台计算机的“发送到”快捷方式。
I think you need to manually copy the shortcut in Send To folder of each user profile folder. You can try using a custom action for this.
From my knowledge Windows doesn't support per-machine "Send To" shortcuts.