Jump to content

Anton_B

Members
  • Posts

    2
  • Joined

  • Last visited

Anton_B's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks for the help, I was to focused on using AutoIt to install the program didn't think to simply copy the files.
  2. Hi, I was wondering if I could get some help. We are trying to install some application that do not support silent installs. so far we have this for the program CleanUP #RequireAdmin Run(@ScriptDir & '\CleanUp452') AutoItSetOption('MouseCoordMode',0) sleep(300) MouseClick("primary", 61,311,1,0) MouseClick("primary", 291,359,1,0) sleep(300) MouseClick("primary", 252,163,1,0) sleep(300) MouseClick("primary", 79,140,1,0) MouseClick("primary", 66,158,1,0) sleep(300) MouseClick("primary", 177,206,1,0) if we run this script from an active screen, it works fine. ManageEngine shows that the install is complete, but nothing runs on the target computer. Is there someone that could give us some advise, or provide a AutoIt script for a program that works in ManageEngine so we can better test it. Thanks
×
×
  • Create New...