MSFN Forum: FIX for Norton Antivirus 2005 Reg. & Activation - 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
  • 5 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

FIX for Norton Antivirus 2005 Reg. & Activation Rate Topic: -----

#51 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 04 December 2004 - 06:50 PM

thank you all!

i suggest a .sfx because even removing component files were 70MB...

26 with a RAR, a bit slower but a lot less space

thanks

sonica


#52 User is offline   GateKeaper 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 20-October 04

Posted 08 December 2004 - 03:02 PM

I found a way to register, activate, AND run the wizard that come's after the NAV2005 Setup silently.
So I thought: "Lets share it with all the people on msfn"

So Here's the way to make the wizard disappear.

First of all. You need to install NAV2005 ;)
Second, Run the wizard, by a dubbelclick on the trayicon.
third, reboot and boot in safemode.
fourth, Copy all files and directory's below to a empty directory of your choice. I advise something like C:\NAV-WIZ\
Make sure you use the same structure as below. So copy these directory's also. Not only the files.

"%ProgramFiles%\Norton AntiVirus\CfgWiz.dat"
"%ProgramFiles%\Common Files\Symantec Shared\CCPD-LC\symlcrst.dll "
"%ProgramFiles%\Common Files\Symantec Shared\IDS\"
"%ProgramFiles%\Common Files\Symantec Shared\SymcData\"
"%ALLUSERSPROFILE%\Application Data\Symantec\LiveSubscribe\"

--------------------------------------------------------------
Make your C:\NAV-WIZ\ dir look like this one.
--------------------------------------------------------------
C:\NAV-WIZ\CfgWiz.dat 
C:\NAV-WIZ\navkey.reg       (made by yourself, not a copy-paste, explain later)
C:\NAV-WIZ\CCPD-LC\symlcrst.dll 

C:\NAV-WIZ\IDS\IDSSettg.dat 

C:\NAV-WIZ\LiveSubscribe\Catalog.LiveSubscribe

C:\NAV-WIZ\SymcData\ids-diskless\definfo.dat 
C:\NAV-WIZ\SymcData\ids-diskless\usage.dat 

C:\NAV-WIZ\SymcData\ids-diskless\BinHub\catalog.dat 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\metadata.dat 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\symidsco.sys 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\symidsco.vxd 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\SymIDSI.dll 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\v.grd 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\v.sig 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\virscan1.dat 
C:\NAV-WIZ\SymcData\ids-diskless\BinHub\zdone.dat

--------------------------------------------------------------

fifth, Reboot in normal mode.
sixth, Move the contents of your NAV-WIZ directory to X:\XPCD\$OEM$\$1\Install\Applications\NAV2005\NAV-WIZ\
seventh, Create a start_II.cmd in X:\XPCD\$OEM$\$1\Install\

--------------------------------------------------------------
Make your start_II.cmd dir look like this one.
--------------------------------------------------------------
ECHO.
ECHO Copy All files to deactivate Nortons wizard.
XCOPY /Y    "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\CfgWiz.dat"    "%ProgramFiles%\Norton AntiVirus\"
XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\SymcData"      "%ProgramFiles%\Common Files\Symantec Shared\SymcData\"
XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\IDS"           "%ProgramFiles%\Common Files\Symantec Shared\IDS\"
XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\LiveSubscribe" "%ALLUSERSPROFILE%\Application Data\Symantec\LiveSubscribe\"

ECHO.
ECHO Done.

EXIT

--------------------------------------------------------------

eight, Put the lines below, at the end of your start.cmd

--------------------------------------------------------------
The end of start.cmd.
--------------------------------------------------------------
ECHO.
ECHO Place some keys in the register, for the finishing touch.
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /V TITLE /D "Unattended XP v2005" /f
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /VE /D  "Continuing silent installs" /f
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /V 1 /D "CMD.exe /C \"%systemdrive%\install\start_II.cmd\"" /f

ECHO Rebooting...
shutdown.exe -r -f -t 15 -c "Windows XP will now restart for a second installation progress."

--------------------------------------------------------------

ninth, I'll gues you all know the navkey.reg, but for the one that doesn't, here it is.

--------------------------------------------------------------
Make your navkey.reg look like this. (replace the Xes by your serial)
--------------------------------------------------------------
Windows Registry Editor Version 5.00

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

--------------------------------------------------------------

And the final step.
thenth, Put these line's into your setup.cmd otherwise NAV2005 won't be installed at all ;)

--------------------------------------------------------------
Place this somewhere in your setup.cmd file.
--------------------------------------------------------------
ECHO.
ECHO Installing Norton AntiVirus 2005
ECHO Please wait...

MKDIR "%ProgramFiles%\Common Files\Symantec Shared\CCPD-LC"
REGEDIT /S "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\navkey.reg"
XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\CCPD-LC" "%ProgramFiles%\Common Files\Symantec Shared\CCPD-LC\"
start /wait %SYSTEMDRIVE%\Install\Applications\NAV2005\NAVSETUP.exe "/qb /noreboot REBOOT=ReallySuppress" 

taskkill.exe /F /IM cfgwiz.exe
taskkill.exe /F /IM ccApp.exe
taskkill.exe /F /IM symlcsvc.exe
taskkill.exe /F /IM ccSetMgr.exe
taskkill.exe /F /IM ccEvtMgr.exe
taskkill.exe /F /IM SAVScan.exe
taskkill.exe /F /IM navapsvc.exe
taskkill.exe /F /IM NPROTECT.EXE

--------------------------------------------------------------

You're done!
NOTE: Now setup runs as folow's.
Create directory %ProgramFiles%\Common Files\Symantec Shared\CCPD-LC
Ad navkey.reg to your register.
Copy symlcrst.dll to the created directory.
Install NAV2005
Reboot
Copy a lot of files, to make the wizard disapear.
Now there's just one little problem. Norton Worm Protection seems to be broken. BUT!, after you run liveupdate it's fixed!
So just run liveupdate once your unattended install is completed. ;)

Hope you all can understand my first tutorial. If not... just ask.

Greetz
GK

#53 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 08 December 2004 - 03:09 PM

Great guide GK! :thumbup
So now it is possible to have the entire NAV-thing done totally silent.

#54 User is offline   BBQmyNUTZ 

  • Group: Members
  • Posts: 7
  • Joined: 03-December 04

Posted 13 December 2004 - 01:41 AM

Anyone else having an issue with NAV2005 asking for you to activate again if you're using a symlcrst.dll file that was activated on a previous date?

I activated on the 11th, at around 10 o'clock. Did a test install about a half hour later and it worked fine. Did a run after 12am, and it asked to be activated.

Kai

#55 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 13 December 2004 - 02:57 AM

What about a Guide for Norton Internet Security 2005 as well. :P

#56 User is offline   reni 

  • Group: Members
  • Posts: 7
  • Joined: 05-December 04

Posted 13 December 2004 - 01:58 PM

BBQmyNUTZ:

Having the same problem. Installed it on my first pc. Everything was fine and activate was already done. Installing it to a second one. And hat one is asking for a activation again.

strange.......

:}

#57 User is offline   GateKeaper 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 20-October 04

Posted 13 December 2004 - 07:50 PM

Hmm... strange, I tested in VMWare and it works just fine. But i installed on my laptop this evening. and got the same problem as you guys did.
Had to reactivate after an second update. :wacko:

I'll try to find the problem as soon as posible... Sorry for the problems and incomplete unattended wizard "solution" :blushing:

#58 User is offline   www2000 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 09-October 04

Posted 14 December 2004 - 11:40 AM

Not only is it asking to re-activate, when you do, it throws the expiration date the same as when you first installed the application.

So if 3 months from now I use this DVD, I'll only have 9 months before it expires.

Wisc

#59 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 14 December 2004 - 11:44 AM

www2000, on Dec 14 2004, 11:10 PM, said:

it throws the expiration date the same as when you first installed the application.

Are you referring to virus defs subscription?
If so, its expected behaviour. Keep in mind that it can only be used on the same machine where it was activated, and that all other info will get carried over too.

#60 User is offline   jrf2027 

  • Member
  • PipPip
  • Group: Members
  • Posts: 238
  • Joined: 06-September 04

Posted 14 December 2004 - 04:36 PM

Just a thought here...

Of the several of you who are having problems with the symlcrst.dll file...how are you grabbing the file? Are you installing and activating NAV, then deleting it and retrieving the file, or are you booting into Windows using safe mode and retrieving the file?

Are you installing symlcrst.dll to the expected location before or after NAV is installed?

Also, as far as the activation date for the new installation being the same as the original activation date, is this on a new, clean installation of Windows, or reinstalling NAV on a Windows installation where it was once before installed? My personal experience shows that if it's a clean install of Windows, you get another full 366 days, but if it's a reinstall, you only get the 366 from the original date of activation.

Perhaps Symantec found out we cracked the unattended installation, and has NAV modify the symlcrst.dll file after first download of updates to prevent future cracking...in which case the :realmad: smiley is appropriate...but as for my own trials, it's always worked (so far)... which means the B) smiley is more appropriate for me... :D

#61 User is offline   reni 

  • Group: Members
  • Posts: 7
  • Joined: 05-December 04

Posted 17 December 2004 - 08:55 AM

I grabed the dll after an uninstallation of nav2005.

copyed the dll before installing. And the strange thing is that i have tested it on my laptop. and there it works and says that it is activated.
then with the same dvdunattendedxpwithnav2005 etc of mine i installed it on another machine wich says:

"NAV was unable to scan beacause your license of this product has expired." or something like it.

:-s.....
hmmm

#62 User is offline   demitrix 

  • Group: Members
  • Posts: 3
  • Joined: 16-December 04

Posted 17 December 2004 - 03:24 PM

DLF, on Nov 18 2004, 02:36 PM, said:

Use this syntax in your batch_file.cmd =

ECHO.
ECHO Registering and Activating Norton Anti-Virus 2005
ECHO Please wait...
MKDIR "%systemdrive%\Program Files\Common Files\Symantec Shared\ccpd-lc"
COPY "%systemdrive%\install\applications\Nav2005\symlcrst.dll" "%systemdrive%\Program Files\Common Files\Symantec Shared\ccpd-lc\"
REGEDIT /S %SYSTEMDRIVE%\install\applications\Nav2005\NAVSETUP.reg

ECHO.
ECHO Installing Norton Anti-Virus 2005
ECHO Please wait...
start /wait %SYSTEMDRIVE%\install\applications\Nav2005\NAVSETUP.exe "/qn /noreboot REBOOT=ReallySuppress"

i dont see how that could work %systemdrive at the time refers to the CD doesnt it...so your copy and mkdir commands dont make sense to me, correct me if im wrong im new to this whole thing

#63 User is offline   DLF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 02-November 04

Posted 18 December 2004 - 11:39 AM

@demitrix

No it doesn't refer to the cd drive! %systemdrive% refers to the drive that Windows has just been installed on. It is written that way so that whatever drive Windows has been put on C, D, E etc or wherever it will be discovered.
Also at that stage Windows is already on the PC, and the $OEM$ folders have all been copied over to the hard drive and my "batch_file.cmd" is executing.
Please review/read the overview of the directory (folders) structure at http://unattended.ms.../oemfolders.htm and also the timeline of events at http://unattended.ms...xp/timeline.htm

#64 User is offline   mssaad66 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 09-June 04

Posted 21 December 2004 - 09:30 AM

Hi all......

Sorry Can I ask you that is this way will work with more than one machine or not becouse with me it have not work >>>>>so any one have test it before??

#65 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 21 December 2004 - 09:34 AM

By its very nature, activation is machine-specific.
And this method does not try to break any of such components.

So yeah, it will still not work on more than 1 machine.

#66 User is offline   reni 

  • Group: Members
  • Posts: 7
  • Joined: 05-December 04

Posted 22 December 2004 - 06:04 AM

Yeah 2bad i also can confirm that this activation method works only machine specified. So if you copy the dll of machine 1 the activation will only work on machine 1...

Too bad...

If someone has a solution to make a universal activation... it would be very nice to share the thing with me cq. us.

Grtz..

ReNi

#67 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 22 December 2004 - 11:44 AM

reni, on Dec 22 2004, 05:34 PM, said:

a universal activation...
Now that would be illegal, and neither posting it nor PM'ing such a thing would be allowed.

#68 User is offline   reni 

  • Group: Members
  • Posts: 7
  • Joined: 05-December 04

Posted 23 December 2004 - 01:41 AM

It 's for me not an illegally manor but an automation of the activation process.... for my unattended install on several machines

#69 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 28 December 2004 - 07:08 AM

hi
i used the method described here

http://www.msfn.org/board/index.php?showto...10&#entry222997

and it seemed to work with VMWare without network support

but when i used it in a VMachine with network it failed and it ask to activate...


can you confirm this?

is there a way to make it thinking that i don't have any network?

thanks

sonica

#70 User is offline   Confused Amused 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 20-December 04

Posted 28 December 2004 - 10:27 AM

I'd like to mention that jbright's mention on the first page of this thread works excellent for NIS2005. No problems whatsoever if you follow his instructions.

I omitted the virus defs part to save space since I'm critically near 700 MB on my disc, and although I have to update the files after installation, it still works great.

Share this topic:


  • 5 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 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