mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
If the user tries to install an older version of a branded client with shell extensions, and also install the 2.1 ownCloud client side-by-side, both shell extensions DLLs will be registered and might lead to both DLLs versions being loaded by exlorer, causing a system crash. Since we don't support both branded and non-branded shell extensions to work at the same time, at least make sure to unregister any legacy CLSID that could cause explorer to load the previous version DLL. |
||
|---|---|---|
| .. | ||
| ico | ||
| DllMain.cpp | ||
| OCContextMenu.cpp | ||
| OCContextMenu.h | ||
| OCOverlay.cpp | ||
| OCOverlay.h | ||
| OCOverlay.rc | ||
| OCOverlayFactory.cpp | ||
| OCOverlayFactory.h | ||
| OCOverlayRegistrationHandler.cpp | ||
| OCOverlayRegistrationHandler.h | ||
| OCOverlays.def | ||
| OCOverlays.vcxproj | ||
| OverlayConstants.h | ||
| OverlayConstants.h.original | ||
| resource.h | ||
| stdafx.cpp | ||
| stdafx.h | ||