bump
radix,
I need your help again please

CODE
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.2.8.1
Author: myName
Bluetooth Stack for Windows by Toshiba
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
$NAME = "Setup.exe"; Executable file name
If FileExists(@ProgramFilesDir & "\Toshiba\Bluetooth Toshiba Stack\BTSeting.exe") Then
MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Gunze Touch Panel Utility before using this script", 4)
Exit
EndIf
; Run the Installer
Run($NAME)
; Select the language for this installation from the choices below.
WinWaitActive("Choose Setup Language" , "Select the language for this installation from the choices below.")
ControlClick("Choose Setup Language" , "" , "Button1")
; Bluetooth Stack for Windows by Toshiba - InstallShield Wizard.
WinWaitActive("Bluetooth Stack for Windows by Toshiba - InstallShield Wizard." , "WARNING: The program is protected by copyright law and international treaties.")
ControlClick("Bluetooth Stack for Windows by Toshiba - InstallShield Wizard." , "" , "Button1")
; Bluetooth Stack for Windows by Toshiba - InstallShield Wizard.
WinWaitActive("License Agreement", "")
ControlClick("License Agreement" , "" , "Button3")
ControlClick("License Agreement" , "" , "Button")
I am trying to make one for this but it just stops, I posted a pic above
Thanks