![]() |
InstallOptions and RadioButtons
Hi,
I want that the user can chose only one section of a sectiongroup how on the example one-section.nsi! I added: code: code: and the g1o1... behind the sections. But i get a Error: Error in script ... aborting creation process Whats wrong? |
Did you remember to !include "Sections.nsh" ?
Did you add the sections id's (g1o1, g2o2 etc) properly ? |
I have included sections.nsh.
I have add the sections id´s, e.g.: "Section "Name" SEC0002 g1o1" |
"Section "Name" SEC0002 g1o1" is not proper,
you should change it to Section "Name" g1o1 and so on for all sections. The g1o1 is the section id which is referred as ${g1o1}. |
Special Thanks!
|
| All times are GMT. The time now is 04:14. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.