From an elevated Powershell prompt, enter the following command:
Remove Microsoft Advertising SDK
gwmi Win32_Product -Filter "Name LIKE 'Microsoft Advertising%'" | foreach { $_.Uninstall() }
Remove Visual F#
gwmi Win32_Product -Filter "Name LIKE 'Visual F#%'" | foreach { $_.Uninstall() }
You will also need to update the extension.vsixmanifest and vspackage.pkgdef files
No comments:
Post a Comment