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
![]() ![]() |
Aug 30 2004, 12:13 AM Post
#101 | |
| A Part of a Dying Breed... ![]() ![]() ![]() ![]() Group: Members Posts: 669 Joined: 31-August 03 From: Chi-Town Member No.: 6102 OS: Windows 7 x64 |
Also it seems VIRSCANT.DAT IS not updated when I extracted the files to virusdefs directory, but it didn't affect SAV reporting the current date of virusdefs (my case 8/28/2004) and LiveUpdate still didn't see any new updates.
|
| | |
Aug 30 2004, 12:18 AM Post
#102 | |
| MSFN Addict Group: Supreme Sponsors Posts: 1952 Joined: 12-January 04 Member No.: 12365 OS: XP Pro x86 | QUOTE (drthawhizkid @ Aug 30 2004, 09:10 AM) @mazin I ran LiveUpdate more than once to see if it would show updates and it didn't. I don't know why its not working for ya. Sorry I hope you find an solution. 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. |
| | |
Aug 30 2004, 05:56 AM Post
#103 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 500 Joined: 22-April 03 Member No.: 3276 |
hi, 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 |
| | |
Aug 30 2004, 01:48 PM Post
#104 | |
| MSFN Addict Group: Supreme Sponsors Posts: 1952 Joined: 12-January 04 Member No.: 12365 OS: XP Pro x86 |
i32 worked fine for me, too. Thank you all. 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 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" NB: I created a batch file to do all the job silently. - Creating AIP. - Patching AIP. - Extracting V.Defs to AIP directly. |
| | |
Aug 30 2004, 02:01 PM Post
#105 | |
| A Part of a Dying Breed... ![]() ![]() ![]() ![]() Group: Members Posts: 669 Joined: 31-August 03 From: Chi-Town Member No.: 6102 OS: Windows 7 x64 |
I'm glad to hear it worked for mazin. Now if I could just get LiveUpdate working using cee-kay' modified installer everything would cool.
|
| | |
Aug 30 2004, 02:39 PM Post
#106 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
@mazin 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. |
| | |
Aug 30 2004, 02:48 PM Post
#107 | |
| MSFN Addict Group: Supreme Sponsors Posts: 1952 Joined: 12-January 04 Member No.: 12365 OS: XP Pro x86 | QUOTE (prathapml @ Aug 30 2004, 11:39 PM) @mazin 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. |
| | |
Aug 31 2004, 06:14 AM Post
#108 | |
| MSFN Addict Group: Supreme Sponsors Posts: 1952 Joined: 12-January 04 Member No.: 12365 OS: XP Pro x86 | 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 cls @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 ECHO SAV 9.0.0.1400 V.Defs updated 28.8.2004 start /wait %systemdrive%\Install\SAV91400\SAV.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress |
| | |
Aug 31 2004, 11:13 AM Post
#109 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
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). |
| | |
Aug 31 2004, 11:34 AM Post
#110 | |
| Member ![]() ![]() Group: Members Posts: 126 Joined: 20-May 04 Member No.: 20333 OS: Windows 7 x64 | QUOTE @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') CODE MSI (s) (90:04) [19:13:52:669]: Product: Symantec AntiVirus -- Installation operation completed successfully. '.\Program Files\Symantec\LiveUpdate\LuResult.txt' - LiveUpdate log file CODE 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. |
| | |
Aug 31 2004, 11:34 AM Post
#111 | |
| MSFN Addict Group: Supreme Sponsors Posts: 1952 Joined: 12-January 04 Member No.: 12365 OS: XP Pro x86 |
@prathapml 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. |
| | |
Aug 31 2004, 11:47 AM Post
#112 | |
| A Part of a Dying Breed... ![]() ![]() ![]() ![]() Group: Members Posts: 669 Joined: 31-August 03 From: Chi-Town Member No.: 6102 OS: Windows 7 x64 |
New version out v9.0.1.1100
|
| | |
Aug 31 2004, 11:48 AM Post
#113 | |
| Like a big surly teddy bear. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2661 Joined: 31-August 03 From: Philadelphia, PA Member No.: 6091 |
I've heard rumblings about v9.0.1, but all I've seen for purchase is 9.0.0
|
| | |
Aug 31 2004, 12:34 PM Post
#114 | |
| Newbie Group: Members Posts: 37 Joined: 23-January 04 From: Southern California Member No.: 12999 |
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 file 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.... |
| | |
Aug 31 2004, 12:43 PM Post
#115 | |
| Member ![]() ![]() Group: Members Posts: 126 Joined: 20-May 04 Member No.: 20333 OS: Windows 7 x64 | QUOTE (XPC-001 @ Aug 31 2004, 07:34 PM) ...after trial & error i found out that the .msi file doesn't like thease commands at all If SAV isn't already installed then REMOVE=... will not work, simply leave that option out and the NotesSnapin won't get installed. QUOTE 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. |
| | |
Aug 31 2004, 12:46 PM Post
#116 | |
| Group: Members Posts: 8 Joined: 15-August 04 Member No.: 27667 | QUOTE (RyanVM @ Aug 31 2004, 11:48 AM) I've heard rumblings about v9.0.1, but all I've seen for purchase is 9.0.0 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? |
| | |
Aug 31 2004, 01:28 PM Post
#117 | |
| Newbie Group: Members Posts: 37 Joined: 23-January 04 From: Southern California Member No.: 12999 | QUOTE (Cee-Kay @ Aug 31 2004, 12:43 PM) QUOTE 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 |
| | |
Aug 31 2004, 01:45 PM Post
#118 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 | QUOTE (mazin @ Aug 31 2004, 11:04 PM) @prathapml 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! |
| | |
Aug 31 2004, 01:46 PM Post
#119 | |
| Like a big surly teddy bear. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2661 Joined: 31-August 03 From: Philadelphia, PA Member No.: 6091 |
AIP = Administrative Install Point (I assume)
|
| | |
Aug 31 2004, 01:54 PM Post
#120 | |
| MSFN Addict Group: Supreme Sponsors Posts: 1952 Joined: 12-January 04 Member No.: 12365 OS: XP Pro x86 |
@prathapml 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. |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 09:32 AM |