Browse Source

[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
remotes/x64
Don Ho 15 years ago
parent
commit
df88f81d9e
  1. 4
      PowerEditor/installer/nppSetup.nsi

4
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"'

Loading…
Cancel
Save