I have a custom Page. In this Custom Page, there are some Fields (Label, Text, Password) and Checkbox. Now I want to do, that, when a checkbox is checked, then an of the Fields (Text) should be disabled!
Lood at the Picture "enabled&disabled.jpg"
Thx @all
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 3" "State"
StrCpy $OCIP $0
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 5" "State"
StrCpy $OCUSER $0
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 7" "State"
StrCpy $OCPWD $0
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 10" "State"
StrCpy $DINAME $0
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 12" "State"
StrCpy $DIUSER $0
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 14" "State"
StrCpy $DIPWD $0
ReadINIStr $0 "$PLUGINSDIR\setup.ini" "Field 16" "State"
StrCmp $0 0 done
ExecWait "$INSTDIR\wrapper\bin\Install_MediaServer.bat"
Delete "$INSTDIR\wrapper\conf\password.conf"
done: