Page 1 of 1
Symantec AV 10.1.4.4000
#1
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
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
#3
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
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
Posted 23 November 2006 - 06:19 PM
#5
Posted 03 December 2006 - 07:15 AM
TruBlu01, 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
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
Posted 06 December 2006 - 01:42 PM
Stalkie, on Dec 3 2006, 08:15 AM, said:
TruBlu01, 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
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
Posted 21 December 2006 - 01:07 PM
TruBlu01, on Dec 6 2006, 03:42 PM, said:
Stalkie, on Dec 3 2006, 08:15 AM, said:
TruBlu01, 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
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



Help
Back to top









