From bb475168ba0d03d79deab5b826d6ee3f6accb16f Mon Sep 17 00:00:00 2001 From: donho Date: Mon, 15 Dec 2008 18:11:24 +0000 Subject: [PATCH] [BUG_FIXED] Fix Tidy installation problem for TextFX plugin. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@369 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/installer/nppSetup.nsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 9d59cc10d..853c58576 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -501,6 +501,7 @@ commun: ;clean Delete "$INSTDIR\plugins\NPPTextFX\AsciiToEBCDIC.bin" Delete "$INSTDIR\plugins\NPPTextFX\libTidy.dll" + Delete "$INSTDIR\plugins\NPPTextFX\TIDYCFG.INI" Delete "$INSTDIR\plugins\NPPTextFX\W3C-CSSValidator.htm" Delete "$INSTDIR\plugins\NPPTextFX\W3C-HTMLValidator.htm" RMDir "$INSTDIR\plugins\NPPTextFX\" @@ -528,7 +529,7 @@ commun: Delete "$INSTDIR\plugins\NPPTextFX.ini" IfFileExists "$INSTDIR\plugins\NppAutoIndent.dll" 0 +3 - MessageBox MB_OK "Due to the stabilty issue,$\NppAutoIndent.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." + MessageBox MB_OK "Due to the stabilty issue,$\nNppAutoIndent.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." Delete "$INSTDIR\plugins\NppAutoIndent.dll" ; detect the right of UserInfo::GetAccountType @@ -670,6 +671,7 @@ SubSection "Plugins" Plugins SetOutPath "$INSTDIR\plugins\Config\tidy" File "..\bin\plugins\Config\tidy\AsciiToEBCDIC.bin" File "..\bin\plugins\Config\tidy\libTidy.dll" + File "..\bin\plugins\Config\tidy\TIDYCFG.INI" File "..\bin\plugins\Config\tidy\W3C-CSSValidator.htm" File "..\bin\plugins\Config\tidy\W3C-HTMLValidator.htm" @@ -904,6 +906,7 @@ SubSection un.Plugins Delete "$INSTDIR\plugins\doc\NPPTextFXdemo.TXT" Delete "$INSTDIR\plugins\Config\tidy\AsciiToEBCDIC.bin" Delete "$INSTDIR\plugins\Config\tidy\libTidy.dll" + Delete "$INSTDIR\plugins\Config\tidy\TIDYCFG.INI" Delete "$INSTDIR\plugins\Config\tidy\W3C-CSSValidator.htm" Delete "$INSTDIR\plugins\Config\tidy\W3C-HTMLValidator.htm" RMDir "$INSTDIR\plugins\tidy\"