MSFN Forum: Symantec AV 10.1.4.4000 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Symantec AV 10.1.4.4000 Rate Topic: -----

#1 User is offline   TruBlu01 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 22-February 05

Posted 21 November 2006 - 02:45 PM

I was using:

echo Installing SAV 10.0.1.2000...
msiexec /i "c:\Apps\SAV\Symantec AntiVirus.msi" ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin NETWORKTYPE=2

for years in the cleanup.bat file without issues. I recently replaced Symantec Antivirus.msi, Data1.cab, and VDefHub.zip with updated 10.1.4.4000 files and now it does not install during my unattended install. Did Symantec change any thing that anyone knows about?

Thanks,

Marc


#2 User is offline   TruBlu01 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 22-February 05

Posted 22 November 2006 - 09:12 AM

40 Views, huh

#3 User is offline   JasonK 

  • Group: Members
  • Posts: 4
  • Joined: 12-March 06

Posted 23 November 2006 - 05:13 PM

I've been using the same switches since SAVCE 10.0. I don't use MSIEXEC in mine; I'm using Symantec's setup.exe.

REGEDIT /S .\SAV10Fix\NoScan.reg
Setup.exe /S /V"/qn NETWORKTYPE=2 RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS"
.\SAV10Fix\SAV4010.msp /quiet /norestart
%windir%\system32\xcopy.exe ".\SAV10Fix\grc.dat" "%AllUsersProfile%\Application Data\Symantec\Symantec AntiVirus Corporate Edition\7.5\"

1) Registry file to disable the silly startup scan
2) SAVECE silent install
3) 10.1.4.4010 patch
4) Copy settings file (if you have the full client/server CD it has a utility to build the file)

- Jason

#4 User is offline   JasonK 

  • Group: Members
  • Posts: 4
  • Joined: 12-March 06

Posted 23 November 2006 - 06:19 PM

View PostJasonK, on Nov 23 2006, 08:13 PM, said:

REGEDIT /S .\SAV10Fix\NoScan.reg


Here's the .reg file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks]
"CreatedUserQuickScan"=dword:00000001
"CopiedDefaultScanOptions"=dword:00000001


#5 User is offline   Stalkie 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 19-November 03

Posted 03 December 2006 - 07:15 AM

View PostTruBlu01, on Nov 21 2006, 02:45 PM, said:

I was using:

echo Installing SAV 10.0.1.2000...
msiexec /i "c:\Apps\SAV\Symantec AntiVirus.msi" ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin NETWORKTYPE=2

for years in the cleanup.bat file without issues. I recently replaced Symantec Antivirus.msi, Data1.cab, and VDefHub.zip with updated 10.1.4.4000 files and now it does not install during my unattended install. Did Symantec change any thing that anyone knows about?

Thanks,

Marc


Hi, I had a similar problem, until I noticed that the installer complained about a file missing.
The installer wants to run LUSETUP.EXE during install, so just download the newest LiveUpdate from Symantec, rename it LUSETUP.EXE and replace the original in the installer folder.

#6 User is offline   TruBlu01 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 22-February 05

Posted 06 December 2006 - 01:42 PM

View PostStalkie, on Dec 3 2006, 08:15 AM, said:

View PostTruBlu01, on Nov 21 2006, 02:45 PM, said:

I was using:

echo Installing SAV 10.0.1.2000...
msiexec /i "c:\Apps\SAV\Symantec AntiVirus.msi" ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin NETWORKTYPE=2

for years in the cleanup.bat file without issues. I recently replaced Symantec Antivirus.msi, Data1.cab, and VDefHub.zip with updated 10.1.4.4000 files and now it does not install during my unattended install. Did Symantec change any thing that anyone knows about?

Thanks,

Marc


Hi, I had a similar problem, until I noticed that the installer complained about a file missing.
The installer wants to run LUSETUP.EXE during install, so just download the newest LiveUpdate from Symantec, rename it LUSETUP.EXE and replace the original in the installer folder.


Thanks, I only have these files in the install folder: data1.cab, SAV.msi, VDefhub.zip Is there more to it now? Isn't the LUSETUP.EXE in the SAV.msi?


Also, do I need the msiexec /i before the actual command? as in

msiexec /i c:\Apps\SAV\SAV.msi ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin
NETWORKTYPE=2 REBOOT=ReallySuppress /qn

#7 User is offline   cmowl 

  • Group: Members
  • Posts: 4
  • Joined: 01-June 06

Posted 21 December 2006 - 01:07 PM

View PostTruBlu01, on Dec 6 2006, 03:42 PM, said:

View PostStalkie, on Dec 3 2006, 08:15 AM, said:

View PostTruBlu01, on Nov 21 2006, 02:45 PM, said:

I was using:

echo Installing SAV 10.0.1.2000...
msiexec /i "c:\Apps\SAV\Symantec AntiVirus.msi" ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin NETWORKTYPE=2

for years in the cleanup.bat file without issues. I recently replaced Symantec Antivirus.msi, Data1.cab, and VDefHub.zip with updated 10.1.4.4000 files and now it does not install during my unattended install. Did Symantec change any thing that anyone knows about?

Thanks,

Marc


Hi, I had a similar problem, until I noticed that the installer complained about a file missing.
The installer wants to run LUSETUP.EXE during install, so just download the newest LiveUpdate from Symantec, rename it LUSETUP.EXE and replace the original in the installer folder.


Thanks, I only have these files in the install folder: data1.cab, SAV.msi, VDefhub.zip Is there more to it now? Isn't the LUSETUP.EXE in the SAV.msi?


Also, do I need the msiexec /i before the actual command? as in

msiexec /i c:\Apps\SAV\SAV.msi ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin
NETWORKTYPE=2 REBOOT=ReallySuppress /qn


I am also using SAV build 10.1.4.4000 with the following command (using runonceex.cmd)

"%systemdrive%\install\sav10\symantecantivirus.msi NetworkType=1 Servername=parentserver /qb"

in the sav10 folder I have the pki folder (with certificate for parent server), 0x0409.ini, Data1.cab, grc.dat (from parent server), instmsiw.exe, lusetup.exe, setup.exe, setup.ini. symantecantivirus.msi, & vdefhub.zip

I grabbed the grc.dat straight from the parent server's VPHOME share

Works fine.

Also install a point patch after the install completes and a reboot is done

"%systemdrive%\install\sav10\sav10.1.4.4020.msp reboot=reallysuppress /qb"

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy