MSFN Forum: Symantec Antivirus won't install - MSFN Forum

Jump to content



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

Symantec Antivirus won't install Rate Topic: -----

#1 User is offline   arielsa 

  • Group: Members
  • Posts: 5
  • Joined: 08-December 05

Posted 08 December 2005 - 06:12 AM

Hi,
I'm trying to create my unattended version using RunOnceEx and for some reason the Symantec AntiVirus gets unpacked but does not get installed. I've tried to use the SFX option of winrar to make it execute after unpacking but it didn't work. also tried to use the command "/wait" which didn't help much.

this is my RunOnceEx file. any of you guys have any idea about what to do? (I'm not using an extracted folder of SAV since my CD is already 700MB after reducing it's size...)

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "Adobe Reader 7" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr70_enu_full.exe /s /v/qn" /f

REG ADD %KEY%\010 /VE /D "JVM" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\jre-1_5_0_06-windows-i586-p.exe /s /v/qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\SunJava\RemoveSunJavaUpdateCheck.reg" /f

REG ADD %KEY%\015 /VE /D "WinRAR 3.30" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\WRAR330.exe /s" /f


REG ADD %KEY%\020 /VE /D "Symantec AV Corp 10.0.1.1000" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\v10.0.1.1000.exe /wait" /f
REG ADD %KEY%\020 /V 2 /D "%systemdrive%\v10.0.1.1000\SymantecAntivirus.msi /Quiet /norestart" /f

REG ADD %KEY%\025 /VE /D "Win Iso 5.3" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\winiso53.exe /verysilent /sp-" /f

REG ADD %KEY%\035 /VE /D "Ad-Aware" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\aawsepersonal.exe /s" /f

REG ADD %KEY%\040 /VE /D "ie-spell" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\ieSpellSetup210552.exe /S" /f

REG ADD %KEY%\045 /VE /D "Changing Resolution" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\1365VidChng.exe 1024X768X24@75 -q" /f


REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT


Thanks...

This post has been edited by arielsa: 08 December 2005 - 06:13 AM



#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,001
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 December 2005 - 08:32 AM

Well, you're missing about 80% of the command needed to make it work. Try the following:

REG ADD %KEY%\020 /V 2 /D "\"%systemdrive%\v10.0.1.1000\SymantecAntivirus.msi\" REBOOT=ReallySuppress RUNLIVEUPDATE=0 ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=2 ENABLEAUTOPROTECT=1 /qn" /f


#3 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 December 2005 - 05:12 PM

I see a problem with this switch (what does it do? did you mean to have it as, "start /wait filename.exe" instead?):

Quote

%systemdrive%\install\v10.0.1.1000.exe /wait

And yes, the switches for the actual install seem too little - maybe SAV runs into problems with the liveupdate?

Quote

Instead of:
/Quiet /norestart

Try this:
/QB RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS



And finally, do some testing. Try installing from that file at a command-line when windows is running in normal mode. Does it complain of missing/corrupted files?

#4 User is offline   arielsa 

  • Group: Members
  • Posts: 5
  • Joined: 08-December 05

Posted 11 December 2005 - 02:52 AM

Thank you both. when I'm trying it from the command line (on VMWare - after it didn't install) it works fine with the same RunOnceEx.
when it's on the first installation - it just doesn't install it. no error reported. the files are extracted but setup doesn't run and the runOnceEx continues...
Cluberti, I've received an error about the "OutlookS" parameter, any idea why could it be? could you explain about those parameters a bit?
And last thing, is there a way to test it without running through the whole installation? (when I've tried to run only the RunOnceEx from windows it worked fine...)
Many Thanks!

#5 User is offline   arielsa 

  • Group: Members
  • Posts: 5
  • Joined: 08-December 05

Posted 11 December 2005 - 05:08 AM

Another thing i taught about, might it be something with the extraction of the files?
they extract as expected but can it prevent the setup from running??

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