SubSections with only Read-Only sections specified are
deselectable even though this has no effect on its
sections. For example:
SubSection /e "Executable Bits"
Section "Application Bit"
SectionIn 1 2 RO
SetOutPath "$INSTDIR"
SectionEnd ; end of section 'Application Bit'
Section "Support Bit"
SectionIn 1 2 RO
SetOutPath "$INSTDIR"
SectionEnd ; end of section 'Support Bit'
SubSectionEnd ; end of section 'Executable Bits'
Causes a SubSection to be created that can be
selected and deselected without changing the state of
its sections. It seems to me that this might confuse
users and would be easier to interpret if the parent
SubSection got the same greyed-out and checked
check box that all of its children did.
Logged In: YES
user_id=584402
Finally fixed.
Logged In: YES
user_id=584402
You will have to recompile the latest CVS source for the fix to
take affect.