MSFN Forum: Norton Antivirus 2004 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Norton Antivirus 2004 Couldn't Install it Rate Topic: -----

#1 User is offline   Alphaz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 26-November 03

Posted 26 November 2003 - 07:47 PM

Hi,

Does anyone succeded a silent install for NAV2004? I tried by applying the explanations given for NAV2003 (NAV.MSI /QB), but it didn't work:

I got the message : "Impossible to install Norton Antivirus 2004 without symsetup"

Rgrds, Alex


#2 User is offline   willlangford 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 25-November 03

Posted 27 November 2003 - 12:22 AM

same here. i am using nav2004 and it would be nice to add it to my cd im making.

thanks,

~William

#3 User is offline   Alphaz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 26-November 03

Posted 27 November 2003 - 06:19 AM

Hi there,

I asked Symantec's support how to silent install NAV 2004. According to their site, I should get an answer to my question within 24 hours. I'll let you know.

Alex

#4 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 27 November 2003 - 08:21 AM

We've already asked them about that:

http://www.MSFN.org/...showtopic=10981

#5 User is offline   ToBe 

  • WannaBe
  • PipPip
  • Group: Members
  • Posts: 220
  • Joined: 21-November 03

Posted 27 November 2003 - 01:36 PM

Localized (non-english) version without product activation:

Antivirus:
navsetup.exe /QB

Internet Security:
symsetup.exe /O REBOOT=ReallySuppress /QB

Sorry, but I can't tell how to activate it silently. :)

#6 User is offline   willlangford 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 25-November 03

Posted 27 November 2003 - 04:01 PM

thanks for the help on that!!

~William

#7 User is offline   Alphaz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 26-November 03

Posted 27 November 2003 - 05:23 PM

They're weirdos at Symantec, to make it impossible to silent install NAV2004... There must be a way to do it :rolleyes: :)

#8 User is offline   Alphaz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 26-November 03

Posted 28 November 2003 - 11:03 AM

I'll use instead Norton Antivirus Corporate Edition, using 'setup.exe /S' to install silently.

#9 User is offline   OldMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 17-October 03

Posted 04 January 2004 - 01:27 PM

I have installed Norton Antivirus 2004 Professional and it did not reboot my computer.

Here is what I did:
If you have your activation key you can preinsert it via a reg file:

NAV2004.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MCHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000083\0000001B\000000A9]
"Key"="XXxXX-XXXXx-XXXx-XXXXx-XxXxx"



This will insert your key into registry and you can then activate with the CfgWiz without entering it. I ran this from cmdlines.txt.

My cmdlines.txt looks like this:

[Commands]
"RunOnceEx.cmd"
"REGEDIT /S pspf1.reg"
"REGEDIT /S NAV2004.reg"


I am considering putting both .reg files in one register.reg file. More testing..... :rolleyes:

My RunOnceEx.cmd entry was this:

REG ADD %KEY%\060 /VE /D "Norton Antivirus 2004 Pro" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\NAV2004\NAVSetup.exe /QB" /f
REG ADD %KEY%\060 /V 2 /D "taskkill /F /IM CfgWiz.exe" /f


This will prevent the CfgWiz from rebooting the PC. When all the apps are installed and the system rebooted, the NAV Config Wizard will be launched and you can register, activate, and update your virus definitions. Nough said. :)

The Old Dude

#10 User is offline   elduderino 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 19-November 03

Posted 05 January 2004 - 12:51 PM

Hi
just tested this for Norton Internet security and it works fine, Silent and No reboot, but of course activation is needed at first start-up.


This is the reg file,

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000082\0000000a\0000000e]
"Key"="XXxXX-XXXXx-XXXx-XXXXx-XxXxx"

This is my Batch_file,


ECHO.
ECHO Registering Norton Internet SecurityProfessional 2004....
REGEDIT /S %systemdrive%\install\Applications\Norton_Internet_Security_Pro2004\register.reg


ECHO.
ECHO Installing Norton Internet SecurityProfessional 2004
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Norton_Internet_Security_Pro2004\SYMSETUP.EXE /O REBOOT=ReallySuppress /QB

Thanks go to

OldMan, and ToBe :)

#11 User is offline   hysel 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 02-February 04

Posted 02 February 2004 - 07:38 AM

10x m8

that was realy help full

#12 User is offline   spachtler 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 07-February 04

Posted 08 February 2004 - 10:23 AM

if i use the taskkill optin like this:

REG ADD %KEY%\035 /V 2 /D "taskkill /F /IM CfgWiz.exe" /f


a cmd windows stays open till i cloe it manually........

what do i wrong?

spachtler

#13 User is offline   OldMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 51
  • Joined: 17-October 03

Posted 10 February 2004 - 02:52 PM

sprach...
Are you installing NAV2004 Pro?


The Old Dude

#14 User is offline   Jeweliettev 

  • Group: Members
  • Posts: 5
  • Joined: 25-February 04

  Posted 29 February 2004 - 09:00 PM

Don't know if this helps but I have successfully preinstalled many machines with Norton

AntiVirus 2004 or Norton AntiVirus 2004 Professional. Don't know if it's "The correct way to

silent install !" according to Symantec, but it works for me in full and complete silent mode

using WinPE in audit mode. I have the program preloading with the latest definitions and the

latest [ lusetup-2.0.39.0 ] live updater. After installation the program will not run in Audit

mode and will not ask for product installation code. After the Windows installation has been

sysprep'd and "Resealed", upon running the customer first user experiance and getting to the

desktop, the first screen to show it's head will be the Norton Product activation screen. If you

continue with this screen and opt to activate the product it will first ask you for your

"Product Installation Key" then continue to Symantec site to activate your product. Job done. I

have yet to have any customers returning to say that Norton is not working. So my assumption -

no problems. AntiVirus working, auto\manual live update working. The only minor problem is the

15day counter starts ticking the moment you install the product, so a stored image of an install

will have an expired product "time elapsed - activate in 15days".

The how do I make it work bit :
UK/US version
Make a folder inside you OPKTools folder and name it Apps, inside this make a folder called

NVUS2004, copy the entire contents of your oem AntiVirus2004 disk into here {174mb}.

C:\OPKTools\Apps\NVUS2004.
Place this line in your winbom.ini file within your config set {not fdd winbom.ini]

[OemRunOnce]
"Installing Norton Anti Virus 2004","""\\MACHINENAME\OPKTools\Apps\NVUS2004\NAVSETUP.EXE"" /qn"
Suffice to say the above list MUST go in as a one liner including the quotation marks.

#15 User is offline   gregpell 

  • Group: Members
  • Posts: 1
  • Joined: 17-March 04

Posted 18 March 2004 - 12:00 AM

does anyone know if there is a way to manually download the program updates as well as the virus definitions and slipstream the install process? Or at least download all the updates without having to use LiveUpdate?

#16 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 01 April 2004 - 03:34 AM

You can go here and manually download virus definitions updates:

http://securityresponse.symantec.com/avcen...ges/US-N95.html FIXED!

The file to download is named something like this: 20040331-019-i32.exe

To silently install, activate, and update NAV2004Pro, you can read this:

http://www.msfn.org/board/index.php?showtopic=15884&st=0

I suggest that you read that thread till its end because there is updated news.

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