Not using RO in first section but it still is RO!
I wanted 2 installation types..."Full" and "Custom" but when I can't untick first section (Images C) while "Full" is selected or even when I select "custom" I still can't untick.
Below is my .NSI:
OutFile autorun.exe
Name "Disk2"
ComponentText "Select options to install"
AutoCloseWindow false
ShowInstDetails show
InstType "Full (Everything!)"
Section "Images (C)"
SectionIn 1
AddSize 165858
ExecWait $EXEDIR\Images_C.exe
SectionEnd
Section "Images (D)"
SectionIn 1
AddSize 278199
ExecWait $EXEDIR\Images_D.exe
SectionEnd
; EOF