[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
This commit is contained in:
Don Ho 2009-11-30 02:07:11 +00:00
parent 553e47d580
commit df88f81d9e

View File

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