PDA

View Full Version : Components default unchecked


Thermometer
21st January 2012, 23:30
I am new to NSIS and I am wondering how I could set the checkboxes and the components page unchecked by default. I am using MUI2.

Anders
22nd January 2012, 00:19
Why not check the docs (http://anders_k.users.sourceforge.net/public/NSIS/2.46/Manual.html#ssection), must be faster than registering on a forum

If the /o switch is specified, the section will be unselected by default

Thermometer
22nd January 2012, 10:48
Yep, should have read the manual. Usaully, I only look at the at the explanation at Eclipse, but I didn't look at the Section command...:stare:

Thanks