Hi,
ControlClick does not work although by log it's clicked, but not actually, it does not
WinWaitActive("Setup - CPGit")
$res = ControlClick("Setup - CPGit","&Next >","TNewButton1")
If $res Then
LogMessage("Clicked on the Next button")
Else
Send("{ENTER}")
LogMessage("Clicked enter")
EndIf