nsis file with IO messed up
something happend to my nsis file :(
http://img59.imageshack.us/img59/568...ess15gs.th.png
another computer shows it too with a fresh nsis installation.
the problem is only, that the INI behind is 100% correct.
so the transport from ini to dialog is damaged somehow and
i have no clue where to search.
ini looks like this
[Settings]it's FIELD 1 -> 10, 11/12 are RadioButtons.
NumFields=12
Title=
BackEnabled=0
BackButtonText=
NextEnabled=1
NextButtonText=Patchen
CancelEnabled=1
CancelButtonText=Abbrechen
[Field 1]
Type=FileRequest
Text=Zieldatei auswählen:
Left=10
Right=300
Top=0
Bottom=12
State=
Flags=FILE_MUST_EXIST
if i do it this way:
[Field 1]everything works fine
Type=CheckBox
Text=
Left=10
Right=300
Top=0
Bottom=12
State=0
Flags=DISABLED
i read the filename from TEXT and STATE indicates presence.
First script with IOex shows nothing except the radiobuttons. strange O_o