Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I group my applications in start menu deployed by 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

like image 579
paseena Avatar asked Feb 11 '11 19:02

paseena


2 Answers

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

like image 177
nos Avatar answered Oct 10 '22 05:10

nos


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.

like image 21
RobinDotNet Avatar answered Oct 10 '22 04:10

RobinDotNet