Skip to content
⌘ NSIS Forum Archive

Not using RO in first section but it still is RO!

3 posts

AzzaAzza69#

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
kichik#
Are you using NSIS 2 or NSIS 1.98?

In NSIS version prior to NSIS 2 the first section is always read-only.