I have an installer which can install several different softwares. For instance,
I want to display a different installation directory in the MUI_PAGE_DIRECTORY page, depending on which section was chosen (I am going to limit just one section at any given time).
Section "Section1"
InstallSoftware1
SectionEnd
Section "Section2"
InstallSoftware2
SectionEnd
Any suggestions?