JakeSmarter / icedtea-web

IcedTea-Web for Windows
GNU General Public License v2.0
6 stars 3 forks source link

Fix unregistering NPIcedTea-Web.dll error #1

Closed JakeSmarter closed 8 years ago

JakeSmarter commented 8 years ago

When unregistering IcedTea-Web with regsvr32.exe" /U NPIcedTea-Web.dll the process ends with Could not delete registry key "HKCR\IcedTea.IcedTea-Web": Access denied error.

JakeSmarter commented 8 years ago

IcedTea-Web does not create the HKCR\IcedTea.IcedTea-Web\CLSID registry key anymore. Instead, the HKCR\IcedTea.IcedTea-Web\CurVer registry key points to the current version of the version independent IcedTea-Web COM class. The version dependent IcedTea-Web COM class registry key has a CLSID sub-key which points to the appropriate class ID.