I wanted to make WinMerge Portable but I have some issues on how I would treat the registry entries.
I skimmed the source code of winmerge and found the following entries which rely on the registry. (note that WinMerge, uses a Wrapper, CRegKeyEx at ReyKey.h/p)
VssPrompt.p: line 97 <-- checks/injects into Visual source safe
SourceControl.p: line 123 <-- ditto
PropRegistry.p: lines 185 and 146 <-- settings are stored here
Plugins.p: line 77 <-- checks for windows scripting host
I know what to do with PropRegistry (just reroute it). However, what should I do with the rest?
A portable version of WinMerge, X-WinMerge is already available on WinPenPack.com
Browse in the menu: --> X-Software --> Web-Programming
aye thanks, you saved me a bunch.