Zangod Posted May 9, 2021 Share Posted May 9, 2021 Has anyone has this problem before and recommend a solution or something to try, any help would be greatly appreciated. I have a MSi that then calls another MSI (from the depths of hell it seems as i can't see where it's coming from) Anyway i've edited the main MSI using Orca to silent install, it then calls the second MSI, so the window pops up (literally just has an ok button on it then it's successfully installed) I was hoping to utilise Autoit to click this for me, however for some reason it wasn't clicking or sending or doing anything really for the new window (window is activate), everything is fine with the code (just a simple control click) however nothing would work, after playing around and testing i found that if i disabled UAC then run it, it installs perfectly while running it with UAC enabled it wouldn't respond to any clicks or sends. It's strange as both are being run as admin while logged in an admin account Link to comment Share on other sites More sharing options...
Zangod Posted May 9, 2021 Author Share Posted May 9, 2021 Just to confuse matters more when running it via psexec it works fine as well... argumentum 1 Link to comment Share on other sites More sharing options...
Danp2 Posted May 9, 2021 Share Posted May 9, 2021 It isn't clear from your initial post if you tried with #RequireAdmin. Please clarify. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Zangod Posted May 9, 2021 Author Share Posted May 9, 2021 Yeah tried with #RequireAdmin initially to test, though it didn't make a bit of difference. Still didn't work as long as UAC was enabled, the moment i disabled it and restarted everything clicked in to place. (when it fails it's not like it's prompting for UAC or anything either, it just doesn't click or send (though it returns back as saying successful) I've got it working via using psexec at the moment, it's just a bit dirty compared it just running the .exe normally. Like I'm happy to throw all the permissions it needs at it, just wish it would tell me what it needs. Link to comment Share on other sites More sharing options...
Earthshine Posted May 9, 2021 Share Posted May 9, 2021 Use process explore to see the MSI that pops up and automate that My resources are limited. You must ask the right questions 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