From e55d1e1996b11e572840a05fe4d54bf345b12716 Mon Sep 17 00:00:00 2001 From: donho Date: Fri, 11 Apr 2008 22:44:48 +0000 Subject: [PATCH] [RELEASE_4_85] OR v4.8.5 git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@166 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/installer/nppSetup.nsi | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 92fab04b9..1c9e73bed 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -469,15 +469,15 @@ GLOBAL_INST: ; remove unstable plugins IfFileExists "$INSTDIR\plugins\HexEditorPlugin.dll" 0 +3 - MessageBox MB_OK "Due to the problem of compability with this version,\rHexEditorPlugin.dll is about to be deleted." + MessageBox MB_OK "Due to the problem of compability with this version,$\nHexEditorPlugin.dll is about to be deleted." Delete "$INSTDIR\plugins\HexEditorPlugin.dll" IfFileExists "$INSTDIR\plugins\HexEditor.dll" 0 +3 - MessageBox MB_OK "Due to the problem of compability with this version,\rHexEditor.dll is about to be deleted." + MessageBox MB_OK "Due to the problem of compability with this version,$\nHexEditor.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." Delete "$INSTDIR\plugins\HexEditor.dll" IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3 - MessageBox MB_OK "Due to the problem of compability with this version,\rMultiClipboard.dll is about to be deleted." + MessageBox MB_OK "Due to the problem of compability with this version,$\nMultiClipboard.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." Delete "$INSTDIR\plugins\MultiClipboard.dll" ; detect the right of @@ -684,10 +684,11 @@ SubSection "Plugins" Plugins File "..\bin\plugins\doc\quickText_README.txt" SectionEnd */ - Section "NppTools" NppTools + Section "MIME Tools" MIMETools Delete "$INSTDIR\plugins\NppTools.dll" + Delete "$INSTDIR\plugins\mimeTools.dll" SetOutPath "$INSTDIR\plugins" - File "..\bin\plugins\NppTools.dll" + File "..\bin\plugins\mimeTools.dll" SectionEnd Section "FTP synchronize" FTP_synchronize @@ -710,6 +711,11 @@ SubSection "Plugins" Plugins File "..\bin\plugins\ComparePlugin.dll" SectionEnd + Section "Document Monitor" DocMonitor + Delete "$INSTDIR\plugins\docMonitor.dll" + SetOutPath "$INSTDIR\plugins" + File "..\bin\plugins\docMonitor.dll" + SectionEnd SubSectionEnd Section /o "As default html viewer" htmlViewer @@ -935,6 +941,10 @@ SubSection un.Plugins RMDir "$INSTDIR\plugins\" SectionEnd + Section un.DocMonitor + Delete "$INSTDIR\plugins\docMonitor.dll" + RMDir "$INSTDIR\plugins\" + SectionEnd SubSectionEnd Section un.htmlViewer