Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun committed Jun 11, 2016
1 parent 9a30cba commit aafdf6c
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ System Requirements
This shell extension requires Windows Vista or above. It does not
work on Windows XP and previous versions of Windows.

The released installer checks for Windows 7 or above, so it can not
be used directly on Windows Vista.

The binaries were compiled using Visual Studio 2015. They are linked
statically against the C++ runtime, so no extra runtime libraries are
needed for this to work.
Expand All @@ -62,31 +65,7 @@ Installing

Executing the installer should work without any trouble.

If you would like to install the shell extension manually, please
follow these steps:

1. Place kritashellex32.dll (and also kritashellex64.dll if you are
running a 64-bit Windows system) in a location that is accessible
by all users.
2. (Optional:) Set the access rights of the two dll files to be
read-only by all users.
3. Start a command prompt with administrative rights.
4. Change to the location where the two dll files are located at.
5. Execute `regsvr32 kritashellex32.dll` (without quotes.)
6. (For 64-bit system only:) Execute `regsvr32 kritashellex64.dll`

If you would like to uninstall the shell extension manually, please
follow these steps:

1. Start a command prompt with administrative rights.
2. Change to the location where the two dll files are located at.
3. Execute `regsvr32 /u kritashellex32.dll` (without quotes.)
4. (For 64-bit system only:) Execute `regsvr32 /u kritashellex64.dll`
5. Delete the two dll files.

Additional registry changes are needed for properties from the
property handler to show up in Windows Explorer. You can refer to the
GitHub Wiki page or the NSIS installer scripts.
Installing the shell extensions by `regsvr32` is *not* supported.


Using
Expand Down Expand Up @@ -148,12 +127,12 @@ Additional Information

### KritaThumbnailProvider ###

Provides preview thumbnail for .kra files.
Provides preview thumbnail for .kra and .ora files.

### KritaPropertyHandler ###

Provides image file properties for .kra files. Additional registry
changes are needed for it to work the best.
Provides image file properties for .kra and .ora files. Additional
registry changes are needed for it to work the best.

### zip_source_IStream ###

Expand Down

0 comments on commit aafdf6c

Please sign in to comment.