Combo box
Hi all,
it's possible to put a combo box with a set of number, for example 7-10-15-30-50 etc
on the nsis installer?

I have 3 sections and write on registry a static string:
WriteRegStr HKLM "SOFTWARE\MyApplication" "Set" set /10

I should like put the selected value of combo box on the registry.

If I select 20 the set is set /20 if select 30 the set is /30

Is possible to do this modify to nsis installer.

Thanks a lot in advance.