Hi All, I want to install sav client 10.1.8.8000 using autoit programming. My problem is when the wizard want to choose option button for license agreement. I tried using the script below but it didn't work. WinWaitActive("Symantec AntiVirus - InstallShield Wizard", "Press Page Down to see the rest of the agreement") Opt ("Symantec AntiVirus - InstallShield Wizard", "Press Page Down to see the rest of the agreement", "I &accept the terms in the Licence Agreement") ControlClick ("Symantec AntiVirus - InstallShield Wizard", "Press Page Down to see the rest of the agreement", "&Next >") Also tried using Send ("!a") and ControlClick for license agreement but also didn't work. Appreciated if anyone can help this. thanks.