【发布时间】:2013-02-13 11:50:40
【问题描述】:
众所周知,clickonce 在Start->Programs->PublisherName->ProductName 中创建应用程序的入口点。但是可以在PublisherName 之后创建子菜单吗?例如,我有两个 clickonce 应用程序,它们当前显示在 Start->Programs 中,如下所示:
Start->Programs->XYZ->Application.exe // This is a trial version of the app
Start->Programs->XYZ Corporation->Application.exe // This is the full version of the app
我需要把它改成:
Start->Programs->XYZ Corporation->TrialVersion->Application.exe
|
->FullVersion->Application.exe
我无法获得我的意思的屏幕截图。我希望我的问题很清楚。这可以在 clickonce 中实现吗?
编辑
刚刚了解到另一个 clickonce 应用程序 Blu,可以从 here 下载。此应用程序在PublisherName 之后创建一个子菜单。
【问题讨论】:
-
@lcryder:请看我编辑的问题。