如何将 Visual Studio 安装项目转换为 ClickOnce 部署?
我制作了一个非常好的安装项目(新项目 -> 其他 -> 安装和部署 -> 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法在 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.