在安装或卸载ClickOnce应用程序期间,有没有办法运行自定义代码?
这个问题在here之前被问过,但那是很久以前的事了,给出的答案是恕我直言非常笨拙,我有点希望VS的后期版本提供更优雅溶液...
答案 0 :(得分:4)
检查以下文章:
Administering ClickOnce Deployments
Walkthrough: Creating a Custom Installer for a ClickOnce Application
答案 1 :(得分:2)
这个解决方案不是很优雅,但有效:
ClickOnce application autostart and clean uninstall or the way to customize ClickOnce installation
答案 2 :(得分:1)
ClickOnce无法为VSTO应用程序执行安装后或卸载后操作。您的应用是VSTO应用吗?