diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 0dcf05af..3c9eacd0 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"'