DannyDomb Posted July 29, 2011 Posted July 29, 2011 (edited) Hey guys, I'm wondering if you can help me. I'm launching a msi with msiexec as an admin and this msi launch later an other popup which I can't interact with. I tried with Autoit Recorder as admin and as user and both can not interact with this window. Is their a trick so autoit is not user/access dependent? Edited July 29, 2011 by DannyDomb
sleepydvdr Posted July 29, 2011 Posted July 29, 2011 What is the msi installer? #include <ByteMe.au3>
wakillon Posted July 30, 2011 Posted July 30, 2011 With silent switches, may be you will not have pop up window... AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
DannyDomb Posted July 30, 2011 Author Posted July 30, 2011 Im already installing it in silent mod... also the name of the product is fax center pro 8.0 I already made a mst for most of the config, but i cant get it to disable this window. I even contacted the compagny support, but they told me it is impossible feom the settings available thank you for your answers; anyone else may have a suggestion?
wakillon Posted July 30, 2011 Posted July 30, 2011 Is the pop up window named "Modem Selection" ? AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
DannyDomb Posted July 30, 2011 Author Posted July 30, 2011 Is the pop up window named "Modem Selection" ?Yep
wakillon Posted July 30, 2011 Posted July 30, 2011 So what do you want to do ? i have try this WinWait ( 'Modem Selection', '' ) WinActivate ( 'Modem Selection', '' ) ; ControlClick ( 'Modem Selection', '', 'Button1', "left" ) ; ControlClick ( 'Modem Selection', '', 'ComboBox1', "left" ) AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
DannyDomb Posted August 1, 2011 Author Posted August 1, 2011 Well, when the "Modem Selection" windows appear, from where I work, I can not access to it. I mean, I start any autoit action simply to "tab" into the windows or "click" or anything. Autoit detect the window, but can not interact with it. I don't know why, all I know is that it is user related. I'm not full admin of my workspace and that is maybe the problem? When I run a program as admin I can interact with autoit run as user without admin. The contrary is also true. If I run my program as user, I can not interact with the program as an admin. So anybody have an idea, how to "bypass" these restrictions?
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