installer - small problem with optional section in NSIS with HM NSIS editor -
i have simple little problem:
according docs here should have optional section should allow user check off right?
i have section this:
section "sayhello" detailprint "blah blah" messagebox mb_ok "hello" sectionend
i've tried sorts of combinations , tweaks never shows optional check, message box executes every time no matter what. except of course if add /o
throw message box @ all, no option check on/off.
its eating me little , cannot seem figure wrong?
also, sections executed in order defined?
note: whole code, generated hm nis editor ran wizard basic installer , saved script, then, added section. used modern ui.
thanks
if want ability toggle sections, need insert components page before instfiles page.
yes, sections execute in order defined in script.
Comments
Post a Comment