SAV 9 - Symantec AntiVirus 9.0
#101
Posted 30 August 2004 - 12:13 AM
#102
Posted 30 August 2004 - 12:18 AM
drthawhizkid, on Aug 30 2004, 09:10 AM, said:
Well, thanks.
I downloaded the new V.Defs update (28/8). I'll try your steps (you & killerbee) and see if it works.
But I'd like to say that I'm worried about other people, too.
#103
Posted 30 August 2004 - 05:56 AM
i had it a long time that it wanted to download new vir-defs after i "slipstreamed" them, but it came from extracting the virdefs manually and not via the /Extract-switch. Ater i switched to the /Extract-method all is fine now. and even after calling LU 10 times it don't want to download anything new...
hope this helps a bit
cya
Killer Bee
#104
Posted 30 August 2004 - 01:48 PM
I think the guide on the first page must be updated now. Updates should be:
- Use i32 not x86.
- Overwrite not delete then extract.
@killerbee
You can enhance extraction process to be short and completely silent:
Quote
attrib -r "%systemdrive%\SAV91400\program files\Symantec AntiVirus\Virus Defs\*.*"
start /wait 20040828-003-i32.exe /Extract /Q "%systemdrive%\SAV91400\program files\Symantec AntiVirus\Virus Defs"
NB: I created a batch file to do all the job silently.
- Creating AIP.
- Patching AIP.
- Extracting V.Defs to AIP directly.
#105
Posted 30 August 2004 - 02:01 PM
#106
Posted 30 August 2004 - 02:39 PM
would be nice if you could share that batch on the forum. And your suggested changes on first-page have been made, thank you.
@everybody
Any more contributions/suggestions here?
Since its a fact that many people consider SAV to be better than NAV, this topic's first page will be updated to reflect the new things we have learnt from each other here. I'll make it a consolidated guide, maybe.
If anybody is willing to set out in detail, step-by-step about what to do in simple language, I'll link that post to the first-post. Credits will be clearly acknowledged.
#107
Posted 30 August 2004 - 02:48 PM
prathapml, on Aug 30 2004, 11:39 PM, said:
would be nice if you could share that batch on the forum.
Sure, I will, soon!
@drthawhizkid
Thanks.
I hope Cee-Kay has got enough time to improve it.
#108
Posted 31 August 2004 - 06:14 AM
Before you use this guide, make sure SAV isn't installed on your system. Otherwise, you'll get errors when creating the Administrative Installation Point.
Create a folder anywhere on your hard disk and name it whatever you like. I'll assume you name it "SAVSource".
Copy the following files into "SAVSource":
1- 0x0409.ini (for French version, you need 0x040c.ini, instead)
2- Setup.ini
3- setup.exe
4- Data1.cab
5- Symantec AntiVirus.msi
Those 5 files are copied from your CD (of version 9.0.0.338), of course.
6- SAVCE_9.0.0.1400_AllWin_EN .msp
This file is extracted from SAVCE_9.0.0_mp2.zip (3 MB) downloadable from here.
(for French version, you download this, instead.)
7- yyyymmdd-###-i32.exe
It's usually 5+ MB in size and can be downloaded from here. The file I'm using in this guide is named 20040828-003-i32.exe!
(for French version, you start here, instead.)
8- lusetup.exe
It's 2.5+ MB in size and can be downloaded from here.
9- remote.cmd
The following quote shows the contents of remote.cmd!
Quote
@echo off
ECHO Creating AIP
start /wait setup.exe /A /V"/QB TARGETDIR=%systemdrive%\SAV91400"
sleep 30
copy lusetup.exe %systemdrive%\SAV91400\CommonAppData\Symantec\LiveUpdate\LuMMInst\Lsetup.exe
ECHO Patching AIP
copy "SAVCE_9.0.0.1400_AllWin_EN .msp" %systemdrive%\SAV91400\savce1400.msp
start /wait msiexec /p %systemdrive%\SAV91400\savce1400.msp /a "%systemdrive%\SAV91400\Symantec AntiVirus.msi" /QB
del %systemdrive%\SAV91400\savce1400.msp
ren "%systemdrive%\SAV91400\Symantec AntiVirus.msi" SAV.msi
ECHO Updating AIP Virus Definitions
attrib -r "%systemdrive%\SAV91400\program files\Symantec AntiVirus\Virus Defs\*.*"
start /wait 20040828-003-i32.exe /Extract /Q "%systemdrive%\SAV91400\program files\Symantec AntiVirus\Virus Defs"
exit
Before you run remote.cmd, make sure you put sleep.exe in your system32 or Windows folder.
After remote.cmd exits, you should have your AIP created (ready steady) as a folder in your system drive and named SAV91400.
Now, delete "SAVSource" folder, as it's no longer needed.
To install SAV using your AIP, add these lines to your batch file:
Quote
start /wait %systemdrive%\Install\SAV91400\SAV.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress
#109
Posted 31 August 2004 - 11:13 AM
#110
Posted 31 August 2004 - 11:34 AM
Quote
Still getting the same error, huh? That's strange as I totally uninstalled LU and SAV using Add/Remove Programs, making sure the relevant directories etc were deleted and tried the first revision of my installer silently, and I did get the error you reported.
I then completely removed LU and SAV again and ran my updated version of the installer and the problem didn't occur at all!
Using the contents of the two below files, I checked that both LiveUpdate v2.5 and SAV were infact installed sucessfully:
Install log - log.txt (created using the switch '/L*V log.txt')
MSI (s) (90:04) [19:13:52:669]: Product: Symantec AntiVirus -- Installation operation completed successfully.
'.\Program Files\Symantec\LiveUpdate\LuResult.txt' - LiveUpdate log file
LiveUpdate has been successfully installed on your machine.
Therefore, may I suggest that everyone who is experiencing this problem with my modified installer, to do the same as I have done, by completely uninstalling both SAV then LU (rebooting after each uninstall) and trying/retrying my latest revision preferably with logging enabled. If problems still occur, then I will investigate further.
Thanks for your help!
By the way, extracting the contents of the i32 version of the virus definitions into a temp directory as previously mentioned and overwriting the contents of the files already there seems to update the definitions correctly -- this is confirmed by running LU several times and the program not downloading any updates.
#111
Posted 31 August 2004 - 11:34 AM
Well!
As for LU 2.5, I'm using the same idea of killerbee.
But, since it becomes about 10 MB after extraction, I suggest you create a SFX for it with the same switch integrated inside the SFX, you know.
The new SFX size is 3.25 MB only. This was tested and worked for me. It runs unattendedly, you know.
I didn't add it to my guide because I thought it was off the course of AIP.
Thanks.
#113
Posted 31 August 2004 - 11:48 AM
#114
Posted 31 August 2004 - 12:34 PM
ECHO.
ECHO Installing Symantec Antivirus Corporate 9
ECHO Please wait...
start /wait %systemdrive%\install\Applications\sav\SymantecAntiVirus.msi /QB REBOOT=REALLYSUPPRESS RUNLIVEUPDATE=0 ENABLEAUTOPROTECT=1 REMOVE=NotesSnapin
after trial & error i found out that the .msi file doesn't like thease commands at all
i also tried Lusetup.exe -Q but it didn't work at all no silent install....
#115
Posted 31 August 2004 - 12:43 PM
XPC-001, on Aug 31 2004, 07:34 PM, said:
If SAV isn't already installed then REMOVE=... will not work, simply leave that option out and the NotesSnapin won't get installed.
Quote
In order to install LiveUpdate silently, install using 'Lusetup.exe /Q' instead, that should work for you, if not consider using the installer I made -- it's up to you.
#116
Posted 31 August 2004 - 12:46 PM
RyanVM, on Aug 31 2004, 11:48 AM, said:
version 9.0.1.1000 is available, but the installer it comes in won't let me do an administrative install to upack everything, at least not with the /a switch. anyone else give it a go yet?
#117
Posted 31 August 2004 - 01:28 PM
Cee-Kay, on Aug 31 2004, 12:43 PM, said:
Quote
In order to install LiveUpdate silently, install using 'Lusetup.exe /Q' instead, that should work for you, if not consider using the installer I made -- it's up to you.
fixed the previous problem and fixed the lusetup problem. i extracted the lusetup and ran start /wait %systemdrive%\install\Applications\sav\Lusetup\lsetup.exe /Q- and it worked silently
#118
Posted 31 August 2004 - 01:45 PM
mazin, on Aug 31 2004, 11:04 PM, said:
As for LU 2.5.........
The new SFX size is 3.25 MB only.......
I didn't add it to my guide because I thought it was off the course of AIP.
I'd be happy to see that as well in your guide. I really don't know what an AIP (as in the context of your post) is, LOL.
But I do know that my original intention in this thread was to have all necessary updates for SAV9 in one guide (that includes LU 2.5). Any more additions that I haven't mentioned are welcome too. Any cautions/notable-things to check on while making the SAV9 combined would be good too. Any more ideas/notes would be good.
Basically, EVERYTHING that there is to be about SAV9. Thanks for taking the time to put together that guide mazin!
#120
Posted 31 August 2004 - 01:54 PM
AIP? HUH? Kidding?
Well, I'll consider adding LU 2.5 to my guide. I'll see if it can be made via the same batch above!
Thanks.
EDIT:
@RyanVM
That guy is kidding.



Help


Back to top









