有没有办法使用 Mage/MageUI 为 ClickOnce 应用程序清单指定应用程序图标?
我需要一种方法来为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在命令行中,来自 这里 - 例如
在 MageUI 中,来自 此处 - 将图标的文件类型设置为文件列表上的图标文件。
At the command line, from here - e.g.
In MageUI, from here - set the icon's File Type to Icon File on the Files list.