vvb Posted July 16, 2012 Share Posted July 16, 2012 (edited) Hi All, I am trying to automate the installation and configuration of the latest version of VLC, V2.0.2. The automation of the GUI installation has no issues. However, when the script starts VLC for the first time, it gets presented a Privacy and Network Access Policy QWidget which has two QCheckBox and a non-standard button. I want to uncheck the QCheckBoxes and then click on the non-standard button but non of the standard commands work. In fact, the AutoIt Window Info is only able to pick up the widget title and nothing else. I can only get around it by sending: tab + space + tab + space + tab + space to perform the unchecking and clicking. Anyone know another way of doing this? Cheers, Vlad Edit: Admins can delete this. Googling autoit+qcheckbox returned no results but autoit+qwidget did. Edit: Solved by exporting an existing config file and then after installation, copied the pre-canned config file over Edited May 9, 2013 by vvb I'll be AutoIting my entire system soon. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now