如何将我的应用程序分组到通过 clickOnce 部署的开始菜单中?
我创建了一组使用 clickonce 部署的应用程序。是否可以将它们分组到一个通用的开始菜单项中?
背景:我在我的网站中创建了一系列量化金融相关计算器,这些计算器使用单击一次。所有应用程序都是相关的,如果它们位于公共菜单项下,将更容易找到它们
I have created a set of applications which are deployed using clickonce. is it possible to group them in a common start menu item?
Background : I have created a series of quantitative finance related calculators in my website, which are deployed using ClickOnce. All apps are related, and it will be easier to locate them if they are under a common menu item
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将所有应用程序的发布者名称设置为相同,它们将全部显示在开始菜单上的子文件夹中。 这里有关如何操作的说明在 Visual Studio 中
Set the Publisher Name to the same for all your application, and they'll all appear in a subfolder on the start menu. Here's the description on how to do that in Visual Studio
此外,如果您使用 .NET 3.5 或更高版本,您可以填写“选项”对话框中的“套件名称”字段,它也会按该字段进行分组。
Also if you are using .NET 3.5 or above, you can fill in the Suite Name field in the Options dialog and it will also group by that.