如何将 Visual Studio 安装项目转换为 ClickOnce 部署?

发布于 2024-10-17 11:58:54 字数 191 浏览 3 评论 0原文

我制作了一个非常好的安装项目(新项目 -> 其他 -> 安装和部署 -> Visual Studio 安装程序 -> 安装项目),但我真的很喜欢 ClickOnce 的工作方式。

遗憾的是,由于安装过程中的一些自定义操作和注册表编辑,我不得不使用安装项目。

有没有一种方便的方法来进行 ClickOnce 部署?

I made a very nice setup project (New Project -> Other -> Setup and Deployment -> Visual Studio Installer -> Setup Project), but I really like the way ClickOnce works.

Sadly I had to use a setup project because of some custom actions and registry editing during installation.

Is there a convenient way to make a ClickOnce deployment out of it?

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

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

发布评论

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

评论(1

思念满溢 2024-10-24 11:58:54

您无法在 ClickOnce 中使用任何自定义操作,也无法使用 ClickOnce 编辑注册表。

如果您需要这些功能,ClickOnce 将不适合您。无法转换您的部署。

You can't use any custom actions in ClickOnce and there is no way to edit the registry with ClickOnce.

If you need these features, ClickOnce will not work for you. There is no way to convert your deployment.

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