有没有办法使用 Mage/MageUI 为 ClickOnce 应用程序清单指定应用程序图标?

发布于 2024-07-26 01:20:41 字数 328 浏览 2 评论 0原文

我需要一种方法来为 ClickOnce 部署指定应用程序图标。 基本上,这将是“开始”菜单 - 程序文件中显示的应用程序快捷方式的图标,也是在应用程序安装期间显示的。 我可以从 Visual Studio IDE 执行此操作(通过在项目属性的应用程序选项卡中指定应用程序图标)。

但我无法找到使用 法师/MageUI。 有没有办法使用 Mage/MageUI 来做到这一点?

I need a way to specify an application icon for a ClickOnce deployment. Basically this will be the icon shown for the application shortcut in the Start Menu - Program Files, also during the installation of the application.
I can do this from the Visual Studio IDE (by specifying the application icon in the application tab of the project properties).

But I can not figure out a way to do this using Mage/MageUI. Is there way to do this using Mage/MageUI?

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

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

发布评论

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

评论(1

深者入戏 2024-08-02 01:20:41

在命令行中,来自 这里 - 例如

mage -New Application -ToFile MyApplication.exe.manifest -Name "My Application" -Version 1.0.0.0 -FromDirectory bin -IconFile ApplicationIcon.ico

在 MageUI 中,来自 此处 - 将图标的文件类型设置为文件列表上的图标文件。

At the command line, from here - e.g.

mage -New Application -ToFile MyApplication.exe.manifest -Name "My Application" -Version 1.0.0.0 -FromDirectory bin -IconFile ApplicationIcon.ico

In MageUI, from here - set the icon's File Type to Icon File on the Files list.

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