Video Screencast Help
Search Video Help Close Back
to help

Any way to delay or disable liveupdate at SEP new installation

Created: 08 Jan 2013 | 7 comments
SymQNA's picture
0 0 Votes
Login to vote

according to SEP article, http://www.symantec.com/business/support/index?page=content&id=TECH177946 ,cannot use switch to disable liveupdate at new installation package. Any solution? Any way to disable liveupdate to run right after new installation,but run at the schedule time we set on SEPM policy?

Comments 7 CommentsJump to latest comment

pete_4u2002's picture

have you checked this article

RUNLIVEUPDATE =0
•0: Does not run LiveUpdate during installation

http://www.symantec.com/business/support/index?pag...

0
Login to vote
Ajit Jha's picture

Hi

MSI script:

Add the "RUNLIVEUPDATE=0" to the MSI command

Refer to TECH102668 for the details of using MSI command line switches and scripting of SEP installation

Exported Install Package

When a install package is exported without the "create a single .EXE file for this package" option selected you can edit the setaid.ini or the setup.ini files within the same directory as the setup.exe file for the install package

setaid.ini*

change the "CONNECT_LU_SERVER=1" entry to "CONNECT_LU_SERVER=0"

setup.ini

this file contains the MSI string used to install SEP. Add "RUNLIVEUPDATE=0" to the string

 

*settings in the setaid.ini file will override any settings in the MSI command string

Regard's

Ajit Jha

Technical Consultant

ASC & STS

+1
Login to vote
Ashish-Sharma's picture

HI,

Are you want when sep client package install live update not run automatically ?

 

Thanks In Advance

Ashish Sharma

SEPM Knowledgebase Documents  

 

0
Login to vote
SMLatCST's picture

As per my post in your previous thread (https://www-secure.symantec.com/connect/forums/wha...), did you take a look at the below article?

http://www.symantec.com/docs/TECH184654

+1
Login to vote
SymQNA's picture

Thank you very much SMLatCST, and Ajit Jha
Both of you gave me the answer.
But shall I add the "RUNLIVEUPDATE=0" after CmdLine=/qb! /l*v "%TEMP%\SEP_INST.LOG"
in [Startup] ,

or

WIInstallCmdLine=/quiet /norestart
in [MSI_Schema]

0
Login to vote
pete_4u2002's picture

it has to be added along with the msi.

0
Login to vote
Ajit Jha's picture

Hi SymQNA

The Format would be like setup /s /v"/l*v log.txt /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS

Regard's

Ajit Jha

Technical Consultant

ASC & STS

+1
Login to vote