Exclude NppTaskList via installer due to crash issue on Npp x64

Fix 
This commit is contained in:
Don Ho 2022-02-19 17:40:32 +01:00
parent b233c0c3e0
commit 60df9e5f0a
1 changed files with 6 additions and 0 deletions
PowerEditor/installer/nsisInclude

View File

@ -295,6 +295,12 @@ XMLToolsTestEnd64:
Delete "$INSTDIR\plugins\NppQCP\NppQCP.dll"
NppQCPTestEnd64:
IfFileExists "$INSTDIR\plugins\NppTaskList\NppTaskList.dll" 0 NppTaskListTestEnd64
MessageBox MB_OK "Due to NppTaskList plugin's crash issue on Notepad++ x64 binary, NppTaskList.dll will be removed." /SD IDOK
Rename "$INSTDIR\plugins\NppTaskList\NppTaskList.dll" "$INSTDIR\plugins\disabled\NppTaskList.dll"
Delete "$INSTDIR\plugins\NppTaskList\NppTaskList.dll"
NppTaskListTestEnd64:
!else ; 32-bit installer
; https://github.com/chcg/NPP_HexEdit/issues/51