File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,4 @@ Windows 7 x86/x64 compatible shell extension for previewing of thumbnails of FB2
55
66The code is based on this article: http://www.codemonkeycodes.com/2010/01/11/ithumbnailprovider-re-visited/
77Visual Studio 2012 Express can be used to create a binary file. By default it's requires .NET framework 4.0.
8- After creating a library file you need to register it:
9-
10- x86: %windir%\Microsoft.NET\Framework\v4.0.30319\RegAsm /codebase bin\Release\FBThumbs.dll
11-
12- x64: %windir%\Microsoft.NET\Framework64\v4.0.30319\RegAsm /codebase bin\Release\FBThumbs.dll
13-
14- After that you need to add registry entries:
15-
16- [ HKEY_CLASSES_ROOT\. fb2\shellex\{ e357fccd-a995-4576-b01f-234630154e96}]
17- @="{YOUR-GUID}"
18-
19- [ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]
20- "{YOUR-GUID}"="FB2 Thumbnail Provider"
21-
8+ After creating a library file you need to register it and add a required registry entries(see for included reg.cmd and .reg files).
You can’t perform that action at this time.
0 commit comments