使用安装程序将应用程序固定到开始菜单
我正在使用 Visual Studio 安装程序为我的应用程序制作安装程序。我想知道是否有任何方法可以使用安装程序将我的应用程序“固定”到“Windows 开始菜单”
I am making an installer for my application using visual studio installer.I was wondering if there is any way to "pin" my application to the "Windows Start Menu" using the installer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确实不应该不< /strong> 这样做 - 固定和取消固定是 意味着用户操作/首选项。无论您的应用程序多么令人惊奇,是否要固定它都取决于用户。
有多种方法可以解决此限制,即:这个 和 这个。但即使在那里,它也指出你不应该这样做。
You really should not be doing this - pinning and unpinning is meant to be a user action / preference. No matter how amazing your application might be, it is up to the user if they want to pin it or not.
There are ways around this limitation, i.e: this and this. But even there it notes that you are not supposed to be doing this.