Explorer integration seems to work

- but: may not usable together with default 7-Zip iNSTALLATION
- I will fix this ...
- updated Readme to fit new Version...
This commit is contained in:
Tino Reichardt
2016-09-04 17:31:51 +02:00
parent 0b3f10720c
commit ec25a9576b
10 changed files with 82 additions and 21 deletions

View File

@@ -62,7 +62,7 @@ static const WCHAR *k_Reg_Path32 = L"Path"
#define k_Reg_WOW_Flag_32 0
#endif
#define k_7zip_CLSID L"{23170F69-40C1-0803-0409-000100020000}"
#define k_7zip_CLSID L"{23170F69-40C1-278A-1000-000100020001}"
static const WCHAR *k_Reg_CLSID_7zip = L"CLSID\\" k_7zip_CLSID;
static const WCHAR *k_Reg_CLSID_7zip_Inproc = L"CLSID\\" k_7zip_CLSID L"\\InprocServer32";