Skip to content
⌘ NSIS Forum Archive

InstallOptions Check Input

2 posts

mali.ch#edited

InstallOptions Check Input

Hi there 🙂

I'm trying to get my custom page running, I'll check if User have writen a Username and Password.

I checke the Files in Contrib\InstallOptions but i get my not running.

Anybody an Idea what I did wrong?

Thanks
Mali
Afrow UK#
State will be "1" or "0" only for check-boxes and radio buttons. For text boxes, State will be what is entered into it, so you want to check if the value is "" not "1".

-Stu