#include RunBancorInstall() Func RunBancorInstall() ;Copy the Bancor install Package Folder into a destination folder of DIEBOLD Unicredit ATM which is c:\Diebold\Tools DirCopy("CD_BSCw_Diebold_v103_wDriversUnsigned", "c:\Diebold\Tools", $FC_OVERWRITE) ; Run Bancor Setup Program GUI from the copied folder. Run ("c:\Diebold\Tools\CD_BSCw_Diebold_v103_wDriversUnsigned\Setup.exe") ; Wait for 10 seconds for the Splash Dialog 1 to settle down. Sleep(10000) ;Now Click on Next of the first splash Dialog Box ControlClick("bancor BSC Wosa ver 1.0.9", "", "[ID:1148]") ; Wait for 5 seconds for the Dialog 2 to settle down. Sleep(5000) ;Now Click on Next of the 2 splash Dialog Box ControlClick("Device Driver Installation Wizard", "", "[ID:12324]") ; Wait for 5 seconds for the Dialog 3 to settle down (the Windows Security window). Sleep(5000) ;Now Click on Next of the 3 splash Dialog Box ControlClick("Windows Security", "", "[CLASSNN:Button2]") ; here the Driver should take some time to install and a progress bar should roll across ; Wait for 30 seconds for the Dialog 4 to settle down . Sleep(30000) ;Now Click on Next of the 4 splash Dialog Box ControlClick("Device Driver Installation Wizard", "", "[ID:12325]") ; Wait for 5 seconds for the Dialog 5 to settle down . Sleep(5000) ;Now Click on Next of the 3 splash Dialog Box ControlClick("bancor BSC Wosa ver 1.0.9", "", "[ID:1183]") Sleep(5000) EndFunc ;==>RunBancorInstall