Just a question
You guy
Is there something wrong with Wiki? I can't go to "Functions & Macros"...
However, I created new page in Wiki, check this out
http://nsis.sourceforge.net/RadioButtons
Archive: Just a question
Just a question
You guy
Is there something wrong with Wiki? I can't go to "Functions & Macros"...
However, I created new page in Wiki, check this out
http://nsis.sourceforge.net/RadioButtons
There is already a Mutually Exclusive Sections page for this. Are there differences that make your code more advantageous than the other one?
I can't go to "Functions & Macros"...The same here. I don't know why this is happening...
this macros dedicate to my SectionFlags macros. this is remember checkboxes on next time run installer.
Just an idea, i didn't see the Mutually Exclusive Sections before.
Re: Just a question
Originally posted by NHOCSUNGThe link in http://nsis.sourceforge.net/Category...itory_by_Topic points to http://nsis.sourceforge.net/Category:Functions_&_Macros but the page is actually at http://nsis.sourceforge.net/wiki/Cat...tions_&_Macros
Is there something wrong with Wiki? I can't go to "Functions & Macros"...
Originally posted by deguix-About that script: I need something similar, but I'd like the two sections to be unselected by default, so that when the user opens the installer, both sections are unchecked. Then, when he/she checks one, he/she won't be able to check the other one simultaneously; in other words, still mutually exclusive. I also don't want the RO section above the other sections.
There is already a Mutually Exclusive Sections page for this.
Default unselect section you need "/o" that showed on one-section.nsi. You can take a look at my page
http://nsis.sourceforge.net/RadioButtons
If you don't want read only section then remove it.
Fixed.