one more question:
My Code:
Unchecking sections per default by using "/o" works! But the upper Section is checked.
SubSection "App"
Section /o "Subapp1"
SectionEnd
Section /o "Subapp2"
SectionEnd
SubSectionEnd
SubSection /o "App" doesn't work. Any idea how to resolve?
Another question:
Is it possible to write the user's selected sectiona in registry? In case of reinstall or update, i want to read the selected sections and check this per default.
Thanks!