How to automate Click Once Application Uninstall
https://github.com/6wunderkinder/Wunder.ClickOnceUninstaller
- Clone this Repo in Visual Studio (using you favorite git client (e.g. Github Desktop, SourceTree, or Visual Studio NuGet Package for Github).
- Open the Solution file in Visual Studio.
- Compile/Build this C# code in Visual Studio.
- Go to the directory where you cloned the Git Repo (e.g. c:\repo)
- Then navigate inside the cloned repo to \Wunder.ClickOnceUninstaller\ClickOnceUninstaller\bin\Debug\
- You will see a ClickOnceUninstaller.exe, you can use this binary to uninstall any ClickOnce app.
- If you are brave enough, you can fork the code and add other automation steps to it (e.g. Maybe support for remote/silent install of Click Once).
Command-line
ClickOnceUninstaller.exe "Application Name"
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question