norton antivirus 2005 unattend install
#1
Posted 14 September 2004 - 02:26 PM
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
Posted 15 September 2004 - 12:19 AM
machines?????
#4
Posted 15 September 2004 - 03:35 AM
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
Posted 16 September 2004 - 11:17 AM
spachtler, on Sep 15 2004, 12:19 AM, said:
machines?????
Of course the pre activated files are only valid for your machine !
#6
Posted 16 September 2004 - 11:19 AM
ALiAS_2004, on Sep 15 2004, 03:35 AM, said:
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
Posted 16 September 2004 - 11:43 AM
MCT, on Sep 15 2004, 11:51 AM, said:
That's correct, but its a continuation from the win9x days.
The recommended variable to be used for "%systemdrive%\WINDOWS" is
Quote
#8
Posted 16 September 2004 - 12:30 PM
Disregard I Goofed
#9
Posted 18 September 2004 - 10:36 AM
*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
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:
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
#11
Posted 20 September 2004 - 10:47 AM
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
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:
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
i didn't see you changed the order of the lines
#13
Posted 20 September 2004 - 12:15 PM
#14
Posted 20 September 2004 - 01:05 PM
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
Posted 20 September 2004 - 02:00 PM
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
Posted 20 September 2004 - 02:46 PM
In the command
NAVSetup.exe /O REBOOT=ReallySuppress /qbwhich is run to make it install silently, what is the function of the "/O" switch ?
#17
Posted 20 September 2004 - 08:51 PM
a06lp, on Sep 20 2004, 03:05 PM, said:
^
#18
Posted 21 September 2004 - 01:49 AM
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 !
This Method is machine specific, therefore can not be used for other machine
#19
Posted 21 September 2004 - 06:37 AM
ALiAS_2004, on Sep 21 2004, 03:49 AM, said:
Is there a method that would work on every machine?
#20
Posted 21 September 2004 - 10:45 PM
i am confused
tks in advance
- ← testing switches without vpc/vdm in cmd
- Application Installs
- benefits of slipstreaming vs. silent installs →



Help

Back to top









