# HG changeset patch # User friseb123 # Date 1065543913 0 # Node ID a19621f04aa6da49ec30dcc5da68e5f92547e9a5 # Parent 59cf49d1fb90024ca0928741d0e4de97bb056795 Addition of the WinCVS integration diff -r 59cf49d1fb90 -r a19621f04aa6 kdiff3/src/kdiff3.nsi --- a/kdiff3/src/kdiff3.nsi Tue Oct 07 14:55:47 2003 +0000 +++ b/kdiff3/src/kdiff3.nsi Tue Oct 07 16:25:13 2003 +0000 @@ -189,6 +189,13 @@ SectionEnd +Section "WinCVS Integration" SecStart 7 + + WriteRegStr HKEY_CURRENT_USER "Software\WinCvs\wincvs\CVS settings" "P_Extdiff" '"$INSTDIR\kdiff3.exe"' + WriteRegBin HKEY_CURRENT_USER "Software\WinCvs\wincvs\CVS settings" "P_DiffUseExtDiff" 01 + +SectionEnd + Section "Start of the application" SecStart 6 Exec "$INSTDIR\kdiff3.exe"