How can I group my applications in start menu deployed by clickOnce?

788 views Asked by At

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

2

There are 2 answers

0
nos On BEST ANSWER

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

0
RobinDotNet On

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.