Add lua function list into installer
This commit is contained in:
parent
feac018149
commit
1039c10bae
|
@ -83,6 +83,11 @@ SectionGroup "Function List Files" functionListComponent
|
||||||
File ".\functionList\python.xml"
|
File ".\functionList\python.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "Python" Lua_FL
|
||||||
|
SetOutPath "$INSTDIR\functionList"
|
||||||
|
File ".\functionList\lua.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "ini" ini_FL
|
${MementoSection} "ini" ini_FL
|
||||||
SetOutPath "$INSTDIR\functionList"
|
SetOutPath "$INSTDIR\functionList"
|
||||||
File ".\functionList\ini.xml"
|
File ".\functionList\ini.xml"
|
||||||
|
@ -236,6 +241,10 @@ SectionGroup un.functionListComponent
|
||||||
Delete "$INSTDIR\functionList\python.xml"
|
Delete "$INSTDIR\functionList\python.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.Lua_FL
|
||||||
|
Delete "$INSTDIR\functionList\lua.xml"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section un.COBOL_FL
|
Section un.COBOL_FL
|
||||||
Delete "$INSTDIR\functionList\cobol.xml"
|
Delete "$INSTDIR\functionList\cobol.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Loading…
Reference in New Issue