Author Topic: (Solved) Silent manual update  (Read 4387 times)

0 Members and 1 Guest are viewing this topic.

Bozz

  • Guest
(Solved) Silent manual update
« on: June 18, 2010, 07:55:46 PM »
I have Avast Free version 5.0.545

'Silent' is probably not exactly the right word. Is it possible to use manual update from the tray icon and have the updates install without Avast opening up to the update page that shows the download progress and then having to click OK and then close Avast?

With auto updating you can set Avast to show a notification box after update. Avast doesn't open.

I don't see that sort of option for manual updates. Is there a command switch or ini edit that can set that same type of notification process and not open Avast?
« Last Edit: June 19, 2010, 12:22:20 AM by Bozz »

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Silent manual update
« Reply #1 on: June 18, 2010, 08:25:46 PM »
You can make it through a command line:

Usage: ashUpd.exe vps [/autoreboot] [/help]
          ashUpd.exe program [[/autoreboot] [/help]

          /autoreboot -- reboot the computer after update, if necessary
          /help -- display this help screen

You need admin rights.
Maybe use the task manager or making a script with AutoIt.
The best things in life are free.

Bozz

  • Guest
Re: Silent manual update
« Reply #2 on: June 18, 2010, 08:47:33 PM »
You can make it through a command line:

Usage: ashUpd.exe vps [/autoreboot] [/help]
          ashUpd.exe program [[/autoreboot] [/help]

          /autoreboot -- reboot the computer after update, if necessary
          /help -- display this help screen

You need admin rights.
Maybe use the task manager or making a script with AutoIt.

I try editing the properties of ashUpd.exe to add vps [/autoreboot] [/help] and I get this error.

« Last Edit: June 18, 2010, 09:12:27 PM by Bozz »

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Silent manual update
« Reply #3 on: June 18, 2010, 09:20:34 PM »
The quotes are wrong:
"path to file\ashupd.exe" vps
Only. You don't need to add the brackets [] or the other commands.
The best things in life are free.

Bozz

  • Guest
Re: Silent manual update
« Reply #4 on: June 18, 2010, 09:41:21 PM »
The quotes are wrong:
"path to file\ashupd.exe" vps
Only. You don't need to add the brackets [] or the other commands.
That seems to work but with that I get the attached popup. It closes after about 30 seconds or so. Is that normal? Can that popup be avoided and get the updated slider instead?

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Silent manual update
« Reply #5 on: June 18, 2010, 11:50:37 PM »
You need to use AutoIt with a compiled script... I have made one.
Did you try to schedule into Windows?
The best things in life are free.

Bozz

  • Guest
Re: Silent manual update
« Reply #6 on: June 18, 2010, 11:57:44 PM »
You need to use AutoIt with a compiled script... I have made one.
Did you try to schedule into Windows?
Task scheduler works fine. Thanks for your help. I appreciate it.