如何在安装/卸载 ClickOnce 应用程序期间执行自定义任务?
有没有办法在安装或卸载 ClickOnce 应用程序期间运行自定义代码?
这个问题之前已经被问过这里,但那是很久以前的事了,恕我直言,答案非常混乱,而且我希望 VS 的后续版本能够提供更优雅的解决方案......
Is there any way to run custom code during the installation or uninstallation of a ClickOnce app?
This question has been asked before here, but that was a long time ago, the answer given there was IMHO very kludgy, and I'm kind of hoping that the later releases of VS have provided a more elegant solution...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请查看以下文章:
管理 ClickOnce 部署
演练:为 ClickOnce 应用程序创建自定义安装程序
Check the following articles:
Administering ClickOnce Deployments
Walkthrough: Creating a Custom Installer for a ClickOnce Application
此解决方案不是很优雅,但有效:
ClickOnce 应用程序自动启动和干净卸载或自定义 ClickOnce 安装的方式
This solution is not very elegant but works:
ClickOnce application autostart and clean uninstall or the way to customize ClickOnce installation
ClickOnce 无法执行安装后或卸载后操作(VSTO 应用程序除外)。您的应用程序是 VSTO 应用程序吗?
ClickOnce does not have the capability to do post-install or post-uninstall actions EXCEPT for the VSTO applications. Is your app a VSTO application?