Jump to content

gnaypp

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by gnaypp

  1. JLogan3o13,  I think I just figured it out. I needed to put in the sleep command while the exe extracts the file. After doing this it is now working. Thanks for the help. It's good to know there are folks willing to be patient and help out newbies like me. Thanks again. #RequireAdmin Run(@ScriptDir & '\VisionRMS 4.22.0 Client Install.exe') AutoItSetOption('MouseCoordMode', 0) Sleep(10000) WinWait('VisionRMS 4X - InstallShield Wizard') WinActivate('VisionRMS 4X - InstallShield Wizard') MouseClick('primary', 355, 362, 10, 0)
  2. I did launch the Autoit WIndow Info and changed the Coord Mode to Window. I then used the Finder Tool to get the coordinates of the button. See screenshot
  3. JLogan3o13, Thanks for your quick reply. The issue is there's some servername entries that I need to type in on the next screen, a dropdown box that I need to select from, and a checkbox I need to select. I was hoping to use autoit to do these 3 things but can't get past the first screen. Any idea's why the Mouseclick is not working?
  4. Hi, This is my first time using this program to install a software and I'm in need of some help. I did some googling and followed this tutorial but cannot get the mouse click to work. Below is what I have so far. #RequireAdmin Run(@ScriptDir & '\VisionRMS 4.22.0 Client Install.exe') AutoItSetOption('MouseCoordMode', 0) WinWait('VisionRMS 4X - InstallShield Wizard') WinActivate('VisionRMS 4X - InstallShield Wizard') MouseClick('primary', 355, 362, 1, 0) The program launches but the click never happens to go to the next screen. This is the tutorial I followed. My exe was made with Installshield. I'm not sure if that makes a difference. Thanks in advance.
×
×
  • Create New...