简体   繁体   English

已发布的ClickOnce应用程序未出现在“开始”菜单中

[英]Published ClickOnce application not appearing in Start menu

I have a ClickOnce application that does not appear listed in the Start menu when published (and installed). 我有一个ClickOnce应用程序,发布(并安装)后,它没有出现在“开始”菜单中列出。 According to the documentation , one can enter info in Publisher name or Product name . 根据文档 ,可以在发布者名称产品名称中输入信息。 I have both filled in, yet I see nothing in the Start menu. 我都填写了,但是在“开始”菜单中什么也没看到。

What can I do? 我能做什么?

(Windows 10) (Windows 10)

In the Publish Wizard, one is asked: 在“发布向导”中,询问一个:
Will the application be available offline? 该应用程序可以离线使用吗?

Select Yes and a shortcut will be added to Start Menu. 选择是,快捷方式将被添加到开始菜单。

This changes Shell.csproj like so: 像这样更改Shell.csproj:

<PropertyGroup>
    <Install>true</Install>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM