如何在 Visual Studio 安装项目中拥有 URL 图标?

发布于 2024-07-21 12:30:21 字数 184 浏览 6 评论 0原文

我有一个 winforms 应用程序,它使用在 Visual Studio 中创建的标准 Windows 安装程序 (MSI) 进行部署。 我想创建一个启动特定 URL 的自定义快捷方式。

该快捷方式也需要有一个与之关联的自定义图标。

我所能找到的就是能够在项目文件(输出或手动添加的文件)中添加项目的快捷方式

I have a winforms application which is deployed with a standard windows installer (MSI), created in visual studio. I would like to create a custom shortcut which launches a specific URL.

The shortcut needs to have a custom icon associated with it too.

All I can find is the ability to add a shortcut to an item in the project files (output or manually added files)

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

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

发布评论

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

评论(1

污味仙女 2024-07-28 12:30:21

我找到了一种方法来做到这一点 - 首先,您在解决方案文件夹中创建一个普通的 URL 快捷方式,并在同一文件夹中使用图标,然后将它们作为普通文件添加到安装程序中,最后使用安装程序界面创建快捷方式。

本质上,快捷方式指向知道图标文件位置的快捷方式,因为它是相对于第二个快捷方式的。

I found a way to do this - first you create a normal URL shortcut in your solution folder with the icon in the same folder, you then add those as normal files to the installer and lastly you use the installer interface to create a shortcut.

In essence the shortcut points to the shortcut which knows the location of the icon file since it is relative to the second shortcut.

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