mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
[RELEASE_4_85] OR v4.8.5
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@166 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
4effb92bc0
commit
e55d1e1996
@ -469,15 +469,15 @@ GLOBAL_INST:
|
|||||||
|
|
||||||
; remove unstable plugins
|
; remove unstable plugins
|
||||||
IfFileExists "$INSTDIR\plugins\HexEditorPlugin.dll" 0 +3
|
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"
|
Delete "$INSTDIR\plugins\HexEditorPlugin.dll"
|
||||||
|
|
||||||
IfFileExists "$INSTDIR\plugins\HexEditor.dll" 0 +3
|
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"
|
Delete "$INSTDIR\plugins\HexEditor.dll"
|
||||||
|
|
||||||
IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3
|
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"
|
Delete "$INSTDIR\plugins\MultiClipboard.dll"
|
||||||
|
|
||||||
; detect the right of
|
; detect the right of
|
||||||
@ -684,10 +684,11 @@ SubSection "Plugins" Plugins
|
|||||||
File "..\bin\plugins\doc\quickText_README.txt"
|
File "..\bin\plugins\doc\quickText_README.txt"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
*/
|
*/
|
||||||
Section "NppTools" NppTools
|
Section "MIME Tools" MIMETools
|
||||||
Delete "$INSTDIR\plugins\NppTools.dll"
|
Delete "$INSTDIR\plugins\NppTools.dll"
|
||||||
|
Delete "$INSTDIR\plugins\mimeTools.dll"
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
File "..\bin\plugins\NppTools.dll"
|
File "..\bin\plugins\mimeTools.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "FTP synchronize" FTP_synchronize
|
Section "FTP synchronize" FTP_synchronize
|
||||||
@ -710,6 +711,11 @@ SubSection "Plugins" Plugins
|
|||||||
File "..\bin\plugins\ComparePlugin.dll"
|
File "..\bin\plugins\ComparePlugin.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Document Monitor" DocMonitor
|
||||||
|
Delete "$INSTDIR\plugins\docMonitor.dll"
|
||||||
|
SetOutPath "$INSTDIR\plugins"
|
||||||
|
File "..\bin\plugins\docMonitor.dll"
|
||||||
|
SectionEnd
|
||||||
SubSectionEnd
|
SubSectionEnd
|
||||||
|
|
||||||
Section /o "As default html viewer" htmlViewer
|
Section /o "As default html viewer" htmlViewer
|
||||||
@ -935,6 +941,10 @@ SubSection un.Plugins
|
|||||||
RMDir "$INSTDIR\plugins\"
|
RMDir "$INSTDIR\plugins\"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.DocMonitor
|
||||||
|
Delete "$INSTDIR\plugins\docMonitor.dll"
|
||||||
|
RMDir "$INSTDIR\plugins\"
|
||||||
|
SectionEnd
|
||||||
SubSectionEnd
|
SubSectionEnd
|
||||||
|
|
||||||
Section un.htmlViewer
|
Section un.htmlViewer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user