单击一次替代图标位置

发布于 2024-07-15 19:28:45 字数 126 浏览 8 评论 0原文

是否有单击一次即可推送多个快捷方式的功能? (例如桌面、启动菜单等)过去,我总是将其作为已部署应用程序的表单加载事件的一部分(安装会触发应用程序启动 - 因此我可以使用表单加载来完成设置)过程)。 不过我想知道这是否是最好的解决方案。

Is there any features inside click-once to push multiple shortcuts? (Such as to desktop, Startup Menu, etc) In the past I've always done that as part of the form load event of my deployed application (installation triggers the application to launch--thus I can use form load to complete the setup process). I'm wondering however if that's the best solution.

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

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

发布评论

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

评论(1

倦话 2024-07-22 19:28:45

您无法使用 ClickOnce 创建任意快捷方式。 您拥有的唯一附加选项是“发布”->“创建桌面快捷方式”。 清单下的选项对话框。

与让应用程序在运行时创建快捷方式一样:我不会这样做,因为您正在对系统进行更改,而这些更改未作为安装包的一部分进行拾取。 因此,卸载应用程序时,您可能会留下孤立的文件。

You cannot create arbitrary shortcuts with ClickOnce. The only additional option you have is "Create desktop shortcut" in the Publish -> Options dialog under Manifests.

As with having the application create shortcuts during runtime: I would not do this since you are making changes to the system that is not picked up as part of the installation package. Thus, when uninstalling the application you will probably leave orphaned files.

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