prathapml Posted August 30, 2004 Author Posted August 30, 2004 @mazinwould be nice if you could share that batch on the forum. And your suggested changes on first-page have been made, thank you.@everybodyAny 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.
mazin Posted August 30, 2004 Posted August 30, 2004 @mazinwould be nice if you could share that batch on the forum.Sure, I will, soon! B)@drthawhizkidThanks.I hope Cee-Kay has got enough time to improve it.
mazin Posted August 31, 2004 Posted August 31, 2004 My Useless Guide for SAV's AIP 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.ini3- setup.exe4- Data1.cab5- Symantec AntiVirus.msiThose 5 files are copied from your CD (of version 9.0.0.338), of course.6- SAVCE_9.0.0.1400_AllWin_EN .mspThis 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.exeIt'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.exeIt's 2.5+ MB in size and can be downloaded from here.9- remote.cmdThe following quote shows the contents of remote.cmd!cls@echo offECHO Creating AIPstart /wait setup.exe /A /V"/QB TARGETDIR=%systemdrive%\SAV91400" sleep 30copy lusetup.exe %systemdrive%\SAV91400\CommonAppData\Symantec\LiveUpdate\LuMMInst\Lsetup.exeECHO Patching AIPcopy "SAVCE_9.0.0.1400_AllWin_EN .msp" %systemdrive%\SAV91400\savce1400.mspstart /wait msiexec /p %systemdrive%\SAV91400\savce1400.msp /a "%systemdrive%\SAV91400\Symantec AntiVirus.msi" /QBdel %systemdrive%\SAV91400\savce1400.mspren "%systemdrive%\SAV91400\Symantec AntiVirus.msi" SAV.msiECHO Updating AIP Virus Definitionsattrib -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"exitBefore 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:ECHO SAV 9.0.0.1400 V.Defs updated 28.8.2004start /wait %systemdrive%\Install\SAV91400\SAV.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress
prathapml Posted August 31, 2004 Author Posted August 31, 2004 Thanx a lot mazin - now we'll wait for a day or two, for additions/suggestions to your guide, then post it as the primary guide (I'll replace my instructions on first page of topic).
Cee-Kay Posted August 31, 2004 Posted August 31, 2004 @cee-kay Bad news I'm still getting the error I reported earlier when trying to install SAV. I tried both my Main OS (on my laptop) and a Virtual OS (VMWare).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 fileLiveUpdate 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.
mazin Posted August 31, 2004 Posted August 31, 2004 @prathapmlWell!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.
RyanVM Posted August 31, 2004 Posted August 31, 2004 I've heard rumblings about v9.0.1, but all I've seen for purchase is 9.0.0
XPC-001 Posted August 31, 2004 Posted August 31, 2004 after doing the admin install [setup /a] and sliping in the .msp patch & updated virus defs i tried to pass the following switches to .msi fileECHO.ECHO Installing Symantec Antivirus Corporate 9ECHO 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 "REBOOT=REALLYSUPPRESS RUNLIVEUPDATE=0 ENABLEAUTOPROTECT=1 REMOVE=NotesSnapin" and resulting in an error. so i just left in the /QB switch and it silently installed with no error....i also tried Lusetup.exe -Q but it didn't work at all no silent install....
Cee-Kay Posted August 31, 2004 Posted August 31, 2004 ...after trial & error i found out that the .msi file doesn't like thease commands at all "REBOOT=REALLYSUPPRESS RUNLIVEUPDATE=0 ENABLEAUTOPROTECT=1 REMOVE=NotesSnapin" and resulting in an error. so i just left in the /QB switch and it silently installed with no error....If SAV isn't already installed then REMOVE=... will not work, simply leave that option out and the NotesSnapin won't get installed.i also tried Lusetup.exe -Q but it didn't work at all no silent install....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.
nocheebo Posted August 31, 2004 Posted August 31, 2004 I've heard rumblings about v9.0.1, but all I've seen for purchase is 9.0.0version 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?
XPC-001 Posted August 31, 2004 Posted August 31, 2004 i also tried Lusetup.exe -Q but it didn't work at all no silent install....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
prathapml Posted August 31, 2004 Author Posted August 31, 2004 @prathapmlAs 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!
mazin Posted August 31, 2004 Posted August 31, 2004 @prathapmlAIP? HUH? Kidding? Nice joke, really.Well, I'll consider adding LU 2.5 to my guide. I'll see if it can be made via the same batch above! If can't, I'll do it manually.Thanks.EDIT:@RyanVMThat guy is kidding.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now