5

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

ekad
  • 14,436
  • 26
  • 44
  • 46
paseena
  • 4,207
  • 6
  • 32
  • 51

2 Answers2

8

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

nos
  • 223,662
  • 58
  • 417
  • 506
3

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.

RobinDotNet
  • 11,723
  • 3
  • 30
  • 33