Hi all just got started again on some code And im creating a silent installer for a set of programs we use at work. Now its the button and program checking im doing atm like this GUICtrlCreateLabel ( "AVG", 170, 135 , 60 , 30) $install_avg = GUICtrlCreateButton(" ", 120, 120, 45, 40) $avg_test = FileExists("C:\Program Files (x86)\AVG\AVG10\avgtray.exe");<<<<<<<<<<< checks install on pc $install_ver = FileGetVersion("C:\Program Files (x86)\AVG\A