OSDN Git Service

Remove USES_CONVERSION
[winmerge-jp/winmerge-jp.git] / ShellExtension / README.md
1 # Shell Extension
2
3 Source code from the Windows Explorer shell integration.
4
5 ## Testing
6
7 WinMerge sets executable path (`WinMergeU.exe`) which ShellExtension starts every time when options-dialog is closed. This can cause problems when testing several versions of WinMerge. There is registry value to overwrite path to WinMerge executable:
8
9 ```
10 HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge\PriExecutable
11 ```
12
13 It does not exist by default, so create `PriExecutable` as string value and type path of `WinMergeU.exe` you mainly use as its value. If this value exists ShellExtension does not care about another path value.