使用 clickonce 部署和更新 .net 程序集

发布于 2024-11-24 06:05:44 字数 155 浏览 1 评论 0原文

想要部署和自动更新我的 .net 程序集。 但发布仅适用于 winform 和 wpf 应用程序。

找到解决方案:创建空的 winforms 应用程序,添加 .net 程序集作为内容,使表单不可见,然后部署此应用程序。这会带来升级的麻烦..

这是最好的解决方案吗?

Want to deploy and auto-update my .net assembly.
But publishing is only for winforms and wpf applications.

Found solution: create empty winforms application, add .net assembly as content, make form invisible, and deploy this app. And here will be troubles with upgrade..

Is it best solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我乃一代侩神 2024-12-01 06:05:54

您可以让另一个应用程序调用 ClickOnce 安装来检查更新。因此,无论应用程序使用该程序集,只需在安装 URL 的 URL 上执行 process.start 即可执行更新。

You can have the ClickOnce install invoked by another application in order to check for updates. So whatever application is using the assembly can just do a process.start on the URL to the installation URL and it will do the update.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文