Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Symantec AntiVirus Corporate v 10

Featured Replies

That would work fine under very limited circumstances.

Most times you'll see it reboots your system, or pops up a dialog-box asking to update your virus definitions thru LU - which is what we're trying to avoid.

Updating via LU works fine during an initial install. My RunOnceEx.cmd installs SAV 10.0.2.2000 like this (after unpacking to temp)

rem * Installing all components except LotusNotus Auto-Protect. Enabling "Tamper Protection".
REG ADD %KEY%\%NUM% /V 2 /D "%systemroot%\Temp\Symantec\SymantecAntiVirus.msi /QB!- RUNLIVEUPDATE=0 RUNSCAN=0 SYMPROTECTDISABLED=0 ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient" /f

Then does the defs update with this

"%programfiles%\Symantec AntiVirus\VPDN_LU.exe" /S

Works fine. Installs cleanly, and updates quietly in the background.

D.

  • 2 months later...
Not without doing the vbdefhub.zip "hack" (not really a hack because it does work, it can just cause problems with LiveUpdate later). You could write an AutoIt script to kill the window.

Here's one that I use for another application we install. All you need to do is change the Window Title in the WinClose statement and compile it.

If @OSVersion <> "WIN_98" And @OSVersion <> "WIN_ME" Then
BlockInput(1)
EndIf

Sleep(1000)
WinClose("Oracle for Windows NT")
Sleep(1000)

If @OSVersion <> "WIN_98" And @OSVersion <> "WIN_ME" Then
BlockInput(0)
EndIf

Exit

not working.. the dialog informing outdated virus def still pop up... any idea? i don't wanna use the vdefhub.zip replacement method coz it'll still pop up after some times eg. next year etc...

  • 1 year later...

I know this is an old thread BUT:

Does anyone know how to change the default update frequency of Virus definitions from Weekly to Daily? By Default, if you do a silent install, Definitions are only updated on a weekly basis. You can change / check this by opening up the tray icon, File -> Schedule Updates. You will see by default it is Weekly, and you can manually change it to Daily. Does anyone have any idea on how to do this silently (i.e. script or registry)? Thanks!!

  • 1 year later...

For reference i have just found this.

The key is located here:

[HKEY_LOCAL_MACHINE\SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion\PatternManager\Schedule]

And all these values represent how it works.

Hope that helps people

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.