You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This project is base on the [CppShellExtContextMenuHandler](https://code.msdn.microsoft.com/windowsdesktop/cppshellextcontextmenuhandl-410a709a) project on Microsoft Dev Center.
16
+
17
+
References:
18
+
19
+
1.[Themed menu’s icons, a complete Vista and XP solution](http://www.nanoant.com/programming/themed-menus-icons-a-complete-vista-xp-solution)
20
+
2.[How to zip/unzip files](https://vcpptips.wordpress.com/tag/copyhere/)
21
+
22
+
23
+
If you have any question or would like to contribute code, please email to xiaofaye@msn.com.
24
+
25
+
Usage
26
+
-------------------
27
+
28
+
(Run cmd as Administrator)
29
+
30
+
Registering and unregistering .DLL:
31
+
32
+
regsvr32 ZipFolderEx.dll (for Windows 32bit)
33
+
regsvr32 ZipFolderEx64.dll (for Windows 64bit)
34
+
35
+
regsvr32 ZipFolderEx.dll /u (for Windows 32bit)
36
+
regsvr32 ZipFolderEx64.dll /u (for Windows 64bit)
37
+
38
+
Note: After unregister the DLL, you might need to log off then log in to delete the DLL file, this is a windows behavior.
39
+
40
+
Version History
41
+
-------------------
42
+
* v0.1 First working version
43
+
1. Add "Extract Here" and "Extract to XXX" menu items in Shell Context Menu for Zip files.
44
+
2. Use Zip file associated icon for these 2 menu items.
0 commit comments