Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall Postsharp or change it's licence when there is no Visual Studio installed?

I have installed Postsharp on my build server. There were only Microsoft Build Tools (MSBuild) without Visual Studio installed.

Now I need to change the license of the postsharp. When I run the installer, it says that the postsharp is already installed. There is no "Uninstall" option nor "Change licence". The official manual says that postsharp can be uninstalled with the Visual Studio extensions panel. Since I don't have Visual Studio installed, I'm wondering how to remove postsharp or change its licence.

like image 665
Heavy Avatar asked Jun 23 '16 05:06

Heavy


1 Answers

Okay, I figured it out.

If you open registry editor (regedit) and delete HKEY_CURRENT_USER\Software\SharpCrafters\PostSharp 3, postsharp will be reinstalled when you run installer.

like image 147
Heavy Avatar answered Nov 06 '22 17:11

Heavy