[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:
parent
553e47d580
commit
df88f81d9e
@ -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…
Reference in New Issue
Block a user