the Problem is, the buttons are enabled all the time.
call write_patchFiles.ini
InstallOptions::InitDialog /NOUNLOAD c:\patchFiles.ini #initialisiert die Seite
!insertmacro MUI_HEADER_TEXT 'patchFiles-headertext' 'PatchFiles-subtext'
InstallOptions::Show #'c:\patchFiles.ini' zeigt die Seite an
GetDlgItem $2 $HWNDPARENT 3
EnableWindow $2 0
GetDlgItem $1 $HWNDPARENT 2
EnableWindow $1 0
GetDlgItem $0 $HWNDPARENT 1
EnableWindow $0 0
#patch actions, write files etc.#
GetDlgItem $0 $HWNDPARENT 1
EnableWindow $0 1
disable buttons while actions
i want disable all buttons, than patch my files and if this ready, i want enable only the next button.