I'm publishing my wpf app with clickonce.
I select install options 'The application is available offline as well', so each install or update is saved in "User\MyUser\Appdata\Local\App\2.0"
After I publish over 10 times, my wpf clickonce app makes so many folders in "User\MyUser\Appdata\Local\App\2.0"
They occupied almost 1GB of storage, so I need to find a way to remove unused folders.
How can I remove the older version of clickonce app?
