Jump to content

bulzone

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by bulzone

  1. Hi, After application installation on x64bit machine, AutoIT adding unquoted path in uninstallation string, this is threaten as vulnerability - even tho, there is no issues with uninstallation, but this unquoting generate reports in vulnerability scanners like nessus. Here is the link to MS description: Microsoft Windows Unquoted Path Vulnerability | Mageni It will be nice to fix this in newer version of application. Thanks
  2. Hi, A new version of AutoIT 3.3.16.1 has an malware inside ?- In 7Zip sources and as an Extracted Exe - AutoIT3.exe is threated as and trojan by McAfee
  3. I already tried and it didn't help also I'm running script / autoit editor as an Admin. For tests I tried to run simply notepad.exe - > save as - > in window where was two buttons "Open" and "Cancel" - Controlclick was working with [CLASS:Button; INSTANCE:2] data - it clicked me the Cancel button.. I belive this is something about the window. That window comes up during Installation of Barco ClickShare Extention pack - with information about the reboot required with two options "do the reboot" / "not now" - I wanted to click simply "Not now" EDIT I didn't notice that the process which was running from installation was in SYSTEM context - when I run AutoIT in system context, it found the window and click proper button - anyway I will be appritiate for the information "what AutoIT can offer instead of ControlClick / MouseClick" - what can also be used to click the button for example, when we dont have the window name / ID etc ?
  4. I have an "Microsoft Windows" popup, where I need to click the "right button" - Button 2. I tried to handle the job with below simple script but without success. Winactivate("Microsoft Windows","") ; this command returned me the Success Sleep(2000) Send("{RIGHT}"); Here I tried to use just SEND RIGHT - > SEND ENTER or just SEND ESC / ESCAPE - none working ControlClick("Microsoft Windows","","[CLASS:Button; INSTANCE:2]") ; this also doesnt work, same for CLASSnameNN Maybe it's one of special MS widnows which is unclickable ?... I tried to use VB function with ActivateWindow - it brings me window to the front but returning false.. Can somone help or give the right direction ? Thanks
  5. @Jos thanks for information - I will try to do some extreme tests maybe One more thing - "Compatible with Windows XP SP3 / 2003 SP2 / Vista / 2008 / Windows 7 / 2008 R2 / Windows 8 / 2012 R2" - Does it mean that AutoIT might not work properly on the W10 / Servers 2016 / 2019 / 22 ? - I installed it with no issues there, I created a simple script and was able to run it, I Run successfully scripts from "Examples".. and now confused. Thank you
  6. Hi! I need to upgrade autoit to a newer version on some user PC's via sccm deployment and would like to ask if there is a "proper way" to do this ? 1. We uninstall previous version via Uninstall.exe and then install a new one. 2. We just run the installation of Autoit and it handle the upgrade itself, so we don't need to uninstall it ? I tried to do both from the above - and see no difference - but maybe Im missing something Thanks in advance
×
×
  • Create New...