Where does WinMerge store user data?
Windows visual diff and merge for files and directories
Brought to you by:
christianlist,
grimmdp
both version 2.14 and 2.16 use HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge
It would make it easier migrating settings between computers or restoring settings after reinstalling Windows if the HKCU section of the registery was not used at all, and instead configuration settings were stored in files within
AppData
.In the next stable release of WinMerge, if you put the winmerge.ini file in the same location as WinMergeU.exe or specify the path of the INI file with the command line option /inifile, the INI file will be used instead of the registry.