MatheFreak Posted February 16, 2009 Posted February 16, 2009 My script runs perfectly on Win2000, (Installing a program + setting up by key-sends.) but refuses to work on Vista SP1. Run("...") simply doesnt start anything. and Send("...") has no effect either. The windows are recognized correctly, if I run the script, (and initiate the installation manually, as it isn't started automtically) a Send (e.g. "!y{enter}") doesen't neither change change the Option to YES, nor move to the next window. If I do it manually, the windows are recognized properly. (checked by ToolTips) AutiIt3Info shows the correct Title and Text. and: It DOES work with Win2000!!
Prab Posted February 16, 2009 Posted February 16, 2009 Add #requireAdmin to the top of your script. This is required for some functions to work. FolderLog GuiSpeech Assist
MatheFreak Posted February 16, 2009 Author Posted February 16, 2009 Add #requireAdmin to the top of your script. This is required for some functions to work.Wow!That simple!Works perfect, thank you!Sorry I couldn't find that in help.
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