changeset 38:ec4d236b9d1b

Suppression of quotes (WinCVS integration) Suppression of the entry in the context menu of the directories (explorer integration)
author friseb123
date Mon, 13 Oct 2003 08:42:16 +0000
parents fb2e248c8275
children d0131db8b5f3
files kdiff3/src/kdiff3.nsi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/kdiff3/src/kdiff3.nsi	Sun Oct 12 12:57:53 2003 +0000
+++ b/kdiff3/src/kdiff3.nsi	Mon Oct 13 08:42:16 2003 +0000
@@ -202,14 +202,14 @@
 Section "WinCVS"
   DetailPrint "Integration to WinCVS"
   MessageBox  MB_OK "Please close WinCVS"
-  WriteRegStr HKCU "Software\WinCvs\wincvs\CVS settings" "P_Extdiff" '"$INSTDIR\kdiff3.exe"'
+  WriteRegStr HKCU "Software\WinCvs\wincvs\CVS settings" "P_Extdiff" '$INSTDIR\kdiff3.exe'
   WriteRegBin HKCU "Software\WinCvs\wincvs\CVS settings" "P_DiffUseExtDiff" 01
 
 SectionEnd 
 Section "Explorer"
   DetailPrint "Integration to Explorer"
-  WriteRegStr HKCR "Directory\shell}\KDiff3" "" '&KDiff3'
-  WriteRegStr HKCR "Directory\shell\KDiff3\command" "" '"$INSTDIR\kdiff3.exe" "%1"'
+;  WriteRegStr HKCR "Directory\shell}\KDiff3" "" '&KDiff3'
+;  WriteRegStr HKCR "Directory\shell\KDiff3\command" "" '"$INSTDIR\kdiff3.exe" "%1"'
     CreateShortCut "$SMPROGRAMS\..\..\SendTo\KDiff3.lnk" '"$INSTDIR\kdiff3.exe"'
 SectionEnd 
 SubSectionEnd
@@ -267,8 +267,8 @@
   Delete "$QUICKLAUNCH\KDiff3.lnk"
     RMDir /r "$INSTDIR"
   DetailPrint "Integration to Explorer"
-  DeleteRegKey HKCR "Directory\shell\KDiff3\command"
-  DeleteRegKey HKCR "Directory\shell\KDiff3"
+;  DeleteRegKey HKCR "Directory\shell\KDiff3\command"
+;  DeleteRegKey HKCR "Directory\shell\KDiff3"
   Delete "$SMPROGRAMS\..\..\SendTo\KDiff3.lnk"
 
     !insertmacro MUI_UNFINISHHEADER