Hello everyone, I'm running a script to automatically follow the steps of an installation wizard and i'm having trouble pressing the buttons when they are not regular (Back, Next, Cancel, Finish, etc.) buttons. I'm using the following to press normal buttons and it works just fine: ControlClick("Setup - SafeCom G3", "&Next >", "TNewButton1") Every time i need to press a Check Box or select a Radio type button i get stuck in the script. This are examples of the buttons i need to pr