Make user defined overrideMap.xml not overridable during installation

Fix https://community.notepad-plus-plus.org/topic/20534/notepad-v7-9-2-release-candidate-2/4?_=1609416552124
This commit is contained in:
Don HO 2020-12-31 20:16:00 +01:00
parent 0472052f8e
commit a68805b7ff
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
1 changed files with 6 additions and 5 deletions

View File

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