Add an option in installer to install COBOL autocomplete

follow-up to adae1922cf

Close #9672
This commit is contained in:
Simon Sobisch 2021-03-19 09:26:16 +01:00 committed by Don HO
parent 6834d796ab
commit da61b1d949
1 changed files with 9 additions and 0 deletions

View File

@ -142,6 +142,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
SetOutPath "$INSTDIR\autoCompletion"
File ".\APIs\autoit.xml"
${MementoSectionEnd}
${MementoSection} "COBOL" COBOL
SetOutPath "$INSTDIR\autoCompletion"
File ".\APIs\cobol.xml"
${MementoSectionEnd}
SectionGroupEnd
@ -247,4 +252,8 @@ SectionGroup un.autoCompletionComponent
Delete "$INSTDIR\autoCompletion\autoit.xml"
SectionEnd
Section un.cobol
Delete "$INSTDIR\autoCompletion\cobol.xml"
SectionEnd
SectionGroupEnd