MSFN Forum: norton antivirus 2005 unattend install - 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
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

norton antivirus 2005 unattend install Rate Topic: -----

#1 User is offline   snakesnake 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 10-September 04

Posted 14 September 2004 - 02:26 PM

I dit this with NAV2005 french version
If the files and dirs are the same, it shoud work

in english : \Program Files\Common Files\
in french : \Program Files\Fichiers communs\
in other languages i don't know


First install NAV 2005 on your system and activate it

Create those directories in your install cd

$OEM$\$1\install\NAV2005\
copy your original cd inside it
$OEM$\$$\system32\
to place a file that will automaticaly copy inside \windows\system32 during the windows installation



1. cd key file

create a file called "navreg.reg" inside the folder NAV2005
edit it and paste this

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000082\0000000f\0000001b]
"Key"="XXXXXXXXXXXXXXXXXXXXXXXX"

replace Xs with your cd key and don't type dashes (-)
save and exit


2. creation of a self extract archive with activation files

Activation files are here
\Program Files\Common Files\Symantec Shared\CCPD-LC

You MUST boot in FAIL SAFE MODE to copy the files ! F8 at boot

Open winrar
Go to that directory

select:

symlcnet.dll
symlcrst.dll
symlctnk.dll

(I'm not sure the 3 files are absolutely needed, but at least it works, maybe symlcrst.dll is enough)

Click on "commands" ==> "add files to archive"

click the button "profiles" "defauld profile"
in "archive name" type CCPD-LC.exe
archive format: RAR
compression method: best
archiving options: create SFX archive

go to "advanced" tab and click on "SFX options"

in "path to extract" type
%systemdrive%\Program Files\Common Files\Symantec Shared\CCPD-LC\

and choose: "create in the current folder"

now go to "modes" tab and click on "hide all" and "overwrite all files"

click "OK" on all dialog boxes and close winrar

Make a CUT/PASTE of CCPD-LC.exe inside the folder "$OEM$\$$\system32\"

reboot windows in normal mode


3. integrate the last virus definitions files

you can download the last version

english: http://securityresponse.symantec.com/avcen...ges/US-N95.html
french : http://securityresponse.symantec.com/avcen...ges/FR-N95.html
others : http://securityresponse.symantec.com/avcen...s.download.html

extract all the files with winrar in the NAV install folder
$OEM$\$1\install\NAV2005\VirusDef\
replace all existing files


4. batch file

here is the batch for the silent install


CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
ECHO.
taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
EXIT



I know we can replace "%systemdrive%\WINDOWS" with something else but i don't remember. It works this way


#2 User is offline   spachtler 

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

Posted 15 September 2004 - 12:19 AM

did you try this method with the same pre-activated files on different
machines?????

#3 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 15 September 2004 - 12:21 AM

%systemdrive%\WINDOWS === %windir%

#4 User is offline   ALiAS_2004 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 30-August 04

Posted 15 September 2004 - 03:35 AM

You can save time if you do : :o

CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
REM taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
EXIT


=> No need to taskkill !!!

GoodBye.

#5 User is offline   snakesnake 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 10-September 04

Posted 16 September 2004 - 11:17 AM

spachtler, on Sep 15 2004, 12:19 AM, said:

did you try this method with the same pre-activated files on different
machines?????

Of course the pre activated files are only valid for your machine !

#6 User is offline   snakesnake 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 10-September 04

Posted 16 September 2004 - 11:19 AM

ALiAS_2004, on Sep 15 2004, 03:35 AM, said:

You can save time if you do :  :o

CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
REM taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
EXIT


=> No need to taskkill !!!

                                                      GoodBye.

it doesn't work here if i don't kill this task

#7 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 16 September 2004 - 11:43 AM

MCT, on Sep 15 2004, 11:51 AM, said:

%systemdrive%\WINDOWS    ===    %windir%

That's correct, but its a continuation from the win9x days.
The recommended variable to be used for "%systemdrive%\WINDOWS" is

Quote

%systemroot%


#8 User is offline   sambrus 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 09-March 04

Posted 16 September 2004 - 12:30 PM

Does anybody have the Navreg.reg code? whoops I didn't see it the first time.

Disregard I Goofed

#9 User is offline   spachtler 

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

Posted 18 September 2004 - 10:36 AM

maybe this is a solution...
:whistle:

*link to image removed (no discussion of warez or circumventing activation non-legally is allowed)


dont pee your pants man.... its just an image....

however, i made it!!! works fine, NAV2005 fully unattended.
no userpromts to made, automatic activation and this
config-screens when nav is started the first time.
its an autoit-script. should be no problem to made it working for
other languages than german.

This post has been edited by spachtler: 18 September 2004 - 07:08 PM


#10 User is offline   ALiAS_2004 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 30-August 04

Posted 20 September 2004 - 04:45 AM

snakesnake, on Sep 16 2004, 11:19 AM, said:

ALiAS_2004, on Sep 15 2004, 03:35 AM, said:

You can save time if you do :  :o

CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
REM taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
EXIT


=> No need to taskkill !!!

                                                    GoodBye.

it doesn't work here if i don't kill this task

it doesn't work here if i don't kill this task !!!

NAV NOT YET INSTALLED !!! WHAT TASK TO KILL => NOTHING.

100% TESTED AND VERIFIED WORKING :D

#11 User is offline   Tweaker 

  • Newbie
  • Group: Members
  • Posts: 32
  • Joined: 19-September 04

Posted 20 September 2004 - 10:47 AM

I'm trying to integrate this into RunOnceEx.cmd:

REG ADD %KEY%\011 /VE /D "Norton AntiVirus 2005" /f
REG ADD %KEY%\011 /V 1 /D "REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg" /f
REG ADD %KEY%\011 /V 2 /D "taskkill.exe /F /IM symlcsvc.exe" /f
REG ADD %KEY%\011 /V 3 /D run "CCPD-LC.exe" /f
REG ADD %KEY%\011 /V 4 /D del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe" /f
REG ADD %KEY%\011 /V 5 /D "%systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb" /f


Are lines 3 and 4 for running and deleting the file CCPD-LC.exe in RunOnceEx.cmd correct?

#12 User is offline   snakesnake 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 10-September 04

Posted 20 September 2004 - 11:17 AM

ALiAS_2004, on Sep 20 2004, 04:45 AM, said:

snakesnake, on Sep 16 2004, 11:19 AM, said:

ALiAS_2004, on Sep 15 2004, 03:35 AM, said:

You can save time if you do :  :o

CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
REM taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
EXIT


=> No need to taskkill !!!

                                                       GoodBye.

it doesn't work here if i don't kill this task

it doesn't work here if i don't kill this task !!!

NAV NOT YET INSTALLED !!! WHAT TASK TO KILL => NOTHING.

100% TESTED AND VERIFIED WORKING :D

i didn't see you changed the order of the lines

#13 User is offline   MaDxCrEaM 

  • Newbie
  • Group: Members
  • Posts: 48
  • Joined: 21-August 04

Posted 20 September 2004 - 12:15 PM

Thanks alot snakesnake. This worked fine for the English release for me. Your directions were very easy to follow. Thanks again.

#14 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 20 September 2004 - 01:05 PM

so which is the right code to use?

ALiAS_2004's?

CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
REM taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
EXIT



Also, if I follow these directions, and install NAV, using this method, onto another computer, will it still work?

#15 User is offline   Tweaker 

  • Newbie
  • Group: Members
  • Posts: 32
  • Joined: 19-September 04

Posted 20 September 2004 - 02:00 PM

yes I wonder that aswell?

BTW what if I create a seperate .cmd file just for installing nav2005 with the above commands, and for the rest of the install use my RunOnceEx.cmd, would it be best to start this .cmd file before RunOnceEx.cmd, so I add it to the cmdlines.txt? Will RunOnceEx.cmd wait, or will both .cmd files be launched together then?

#16 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 20 September 2004 - 02:46 PM

Hey, we have used other switches before, but not the "/O" switch.


In the command
NAVSetup.exe /O REBOOT=ReallySuppress /qb
which is run to make it install silently, what is the function of the "/O" switch ?

#17 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 20 September 2004 - 08:51 PM

a06lp, on Sep 20 2004, 03:05 PM, said:

if I follow these directions, and install NAV, using this method, onto another computer, will it still work?

^

#18 User is offline   ALiAS_2004 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 30-August 04

  Posted 21 September 2004 - 01:49 AM

HELLO snakesnake,

YOUR BATCH IS :
*************************************************
4. batch file
here is the batch for the silent install
CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb
ECHO.
taskkill.exe /F /IM symlcsvc.exe
CCPD-LC.exe
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe"
EXIT
*************************************************

I MODIFIED TO :

======================================
CLS
@echo off
ECHO.
REGEDIT /S %systemdrive%\Install\NAV2005\navreg.reg *** INCHANGED
ECHO.
REM taskkill.exe /F /IM symlcsvc.exe *** NOT USED
CCPD-LC.exe *** SECOND
del "%systemdrive%\WINDOWS\system32\CCPD-LC.exe" *** THIRD
ECHO.
start /wait %systemdrive%\Install\NAV2005\NAVSetup.exe /O REBOOT=ReallySuppress /qb *** BECAME FOURTH
EXIT
======================================

I assume that is very clear !

:realmad:
This Method is machine specific, therefore can not be used for other machine
:realmad:
:D HAVE A NICE DAY

#19 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 21 September 2004 - 06:37 AM

ALiAS_2004, on Sep 21 2004, 03:49 AM, said:

This Method is machine specific, therefore can not be used for other machine.

Is there a method that would work on every machine?

#20 User is offline   shaokahn 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 20-May 04

Posted 21 September 2004 - 10:45 PM

Can you Guys make a final post of what do do?
i am confused :(

tks in advance :thumbup

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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