Jump to content

McAfee v8 updater


bhunji
 Share

Recommended Posts

Hi,

I'm having some random results with my McAfee script and am wondering if there is a more consistant way to do it. I am planning to have a login script call this process to help keep users machines up to date.

The problem I have is sometimes when I run the script it either doesn't make the second screen the active window or it brings up the wrong tab, and thus the update doesn't run.

here is my script:

SplashTextOn, 300, 100, AutoIt, Please do not touch the keyboard or mouse until the updates have finished.
Sleep, 2000

Run,C:\\Progra~1\\Networ~1\\VirusScan\\mcconsol.exe

WinWaitActive,VirusScan Console

Send,{DOWN}

Sleep, 500

Send,a

Sleep, 250

Send,{ENTER}

Sleep, 250

send,n

Sleep, 2500

WinClose,VirusScan AutoUpdate Properties

WinClose,VirusScan Console

Any help would be appreciated...

Link to comment
Share on other sites

Can autoit 3 automate gui processes to?

I've only used version 2 so far...

I have 3 installed but I don't know to much about programming right now and was hoping there might just be a switch or something I was missing in my version 2 script...

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...