From df88f81d9e490982098dda5bfd16c5164f083921 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 30 Nov 2009 02:07:11 +0000 Subject: [PATCH] [BUG_FIXED] Fix the Context menu installation in installer. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@576 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/installer/nppSetup.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 0dcf05afa..3c9eacd0c 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -497,9 +497,9 @@ Section "Context Menu Entry" explorerContextMenu SetOverwrite try SetOutPath "$INSTDIR\" ${If} ${RunningX64} - File /oname=$INSTDIR\NppShell_01.dll "..\bin\NppShell64.dll" + File /oname=$INSTDIR\NppShell_01.dll "..\bin\NppShell64_01.dll" ${Else} - File "..\bin\NppShell.dll" + File "..\bin\NppShell_01.dll" ${EndIf} Exec 'regsvr32 /s "$INSTDIR\NppShell_01.dll"'