gpt4 book ai didi

c# - 如何卸载 ClickOnce 应用程序?

转载 作者:太空狗 更新时间:2023-10-30 01:14:28 24 4
gpt4 key购买 nike

我到处都在寻找这个答案,但是关于 SO 的所有相关问题都非常陈旧。 This问题来自 2009 年,最好的(也是唯一的答案)有 3 个步骤。真的吗?我的意思是.. 卸载程序不是每个安装程序的基本功能吗?

为什么 Microsoft 会创建一个基本上可以安装您的应用程序而没有卸载选项的功能?这根本没有意义..所以我真的希望我找不到它并且有一种简单的方法可以卸载“ClickOnce”应用程序。

编辑:我正在使用 Visual Studio 2015

最佳答案

在 msdn 论坛上找到了这个答案。希望对您有所帮助。

MSDN Forum Question

Hi,

You can create a cmd file and type the uninstall string. Then add a shortcut to this cmd file and put it to user’s program folder.

Check this thread: http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/4b681725-faaa-48c3-bbb0-02ebf3926e25

To find the “uninstall string”, you could search it in the registry:

http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/9a60c9ab-5d75-4d11-98e2-fd3b83f800ed/

You could also create a console application for this. And put the execute file with the deploy project then create a shortcut or copy this file to the user’s program folder.

http://social.msdn.microsoft.com/Forums/en/winformssetup/thread/717cfce0-3061-400f-9ea3-069f73f3a473 (The first FAQ)

By the way, there is an article tells create uninstall shortcut for clickonce:

http://www.eggheadcafe.com/tutorials/aspnet/38ac5c61-4e9d-49eb-90d3-7911815e2244/create-uninstall-option-f.aspx

Hope this helps.

Best regards,

Ling Wang

关于c# - 如何卸载 ClickOnce 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43347996/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com