如何 uninstall/re-install 一个 clickonce 应用程序
How to uninstall/re-install a clickonce app
我的服务器上有大约十几个 clickonce 应用程序需要停用。大多数这些应用程序都是以 "available offline as well" 的安装模式发布的。我想让应用程序在下次 运行 时自动卸载,然后从将发布这些应用程序的新服务器上重新安装。
关于如何实现这一点有什么建议吗?
感谢
你可以做到这一点。 this MSDN article about renewing certificates. You can ignore all the stuff about certs and concentrate on the bit about uninstalling/reinstalling programmatically. The code is actually available from here 中对此进行了解释。祝你好运。
我的服务器上有大约十几个 clickonce 应用程序需要停用。大多数这些应用程序都是以 "available offline as well" 的安装模式发布的。我想让应用程序在下次 运行 时自动卸载,然后从将发布这些应用程序的新服务器上重新安装。
关于如何实现这一点有什么建议吗?
感谢
你可以做到这一点。 this MSDN article about renewing certificates. You can ignore all the stuff about certs and concentrate on the bit about uninstalling/reinstalling programmatically. The code is actually available from here 中对此进行了解释。祝你好运。