diff --git a/PowerEditor/installer/nsisInclude/functionList.nsh b/PowerEditor/installer/nsisInclude/functionList.nsh index 8b622f4a..775a150a 100644 --- a/PowerEditor/installer/nsisInclude/functionList.nsh +++ b/PowerEditor/installer/nsisInclude/functionList.nsh @@ -114,11 +114,6 @@ SectionGroup "Function List Files" functionListComponent File ".\functionList\krl.xml" ${MementoSectionEnd} - ${MementoSection} "Override Map" OverrideMap_FL - SetOutPath "$INSTDIR\functionList" - File ".\functionList\overrideMap.xml" - ${MementoSectionEnd} - ${MementoSection} "NSIS" NSIS_FL SetOutPath "$INSTDIR\functionList" File ".\functionList\nsis.xml" @@ -163,6 +158,12 @@ SectionGroup "Function List Files" functionListComponent SetOutPath "$INSTDIR\functionList" File ".\functionList\xml.xml" ${MementoSectionEnd} + + SetOverwrite off + ${MementoSection} "Override Map" OverrideMap_FL + SetOutPath "$INSTDIR\functionList" + File ".\functionList\overrideMap.xml" + ${MementoSectionEnd} SectionGroupEnd