Name "Temp"The really name of the two is "test1" and " test2", but in this case is same. What's wrong of me?
OutFile ".\temp.exe"
Page components
Page instfiles
Section test1 sec1
SectionEnd
Section test2 sec2
SectionEnd
Function .onInit
SectionGetText ${sec1} $0
SectionSetText ${sec1} "$0 (Why?)"
SectionGetText ${sec2} $0
SectionSetText ${sec2} "$0 (Why?)"
FunctionEnd
SectionSetText problem
I make a script to change section text in runtime