GoldkinG
21st January 2012 09:40 UTC
selection of checkbox in components page with certain conditions
Hi to all,
In my installer, I want to disable the checkbox selection in the components page with certain conditions. If i choose condition "A", all the checkboxes should be selected and disabled (non-editable), else if i choose condition "B", all the checkboxes should be selected and editable. How to implement this..
Thanks in advance..:)
GoldkinG
23rd January 2012 04:33 UTC
Hi,
For example, in my installer i m having 10 sections in components page. If i choose conditions like,
Section "sect1"
${If} ${Condition A} == "X"
$ {OrIf} ${Condition B} =="Y"
SectionIn RO
${EndIf}
I gave like this for all the sections. If i choose "Condition C", all the sections are marked as
silent install. How to change for the "Condition C".