vvb Posted August 5, 2009 Posted August 5, 2009 Hi all, I'm trying to automate with AutoIt 3.3, an installation of lotus notes and I've come to a problem when trying to select components to be installed. The setup screen has a tree which I can get access to, however, each tree has a drop-down list to select whether to install all, some feature or not to install. Question: Is it possible to select features for installation? See attached pic for example. Regards, Vlad I'll be AutoIting my entire system soon.
Bert Posted August 5, 2009 Posted August 5, 2009 I would look to see if your install supports command line switches as well as an answer file. If it does, then your install would be a easy thing to do. The Vollatran project My blog: http://www.vollysinterestingshit.com/
vvb Posted August 7, 2009 Author Posted August 7, 2009 Problem solved. I used a combination of _GUICtrlTreeView_... calls to select the features and then Send("{space}{down}{enter}") calls to enable features. Admins can close this. I'll be AutoIting my entire system soon.
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