Archive: OnChange


OnChange
Hello All,

I am currently working on an NSIS Installer and have a problem. When I am loading my NSIS page I perform a system call to set the values in a Drop box. When they make a selection from that Drop Box I need to perform another system call. In java I would simply be able to add onchange = "Do This". Unfourtunatly though... this isnt java lol. I have seen some stuff about onChange for NSIS online but nothing thats been specific enough to help me achieve my goal using .ini pages. Hope to here form yall soon!

Thanks,
Jonathan Larkin


You need to switch to nsDialogs (or use InstallOptionsEx).

Stu