check box status
Hi,
I am very new to NSIS. I want to check the check box status whether iit is checked or not.
My check box is on the .ini page.
How can I do this?
Archive: check box status
check box status
Hi,
I am very new to NSIS. I want to check the check box status whether iit is checked or not.
My check box is on the .ini page.
How can I do this?
Read the STATE value from your control in your page's leave function (1=checked; 0=not checked). It's all in the InstallOptions documentation.