Skip to content

Commit d73ccbb

Browse files
Update README.md
1 parent d16056a commit d73ccbb

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,4 @@ Windows 7 x86/x64 compatible shell extension for previewing of thumbnails of FB2
55

66
The code is based on this article: http://www.codemonkeycodes.com/2010/01/11/ithumbnailprovider-re-visited/
77
Visual 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).

0 commit comments

Comments
 (0)