Jump to content

FIX for Norton Antivirus 2005 Reg. & Activation


jbright

Recommended Posts


So how about the firewall, antispam, and other updates?
If all those make use of other files, those can be replaced with newer versions too.

I've described in those posts linked - to replace the liveupdate,livereg,and such components of NAV. I'm sure NIS is also modular enough to make the "replace with new files" possible.

I just reformated and installed everything.

i had to dl about 20 MB of updates for NIS and Norton Antivirus.

I would really like to know how i can intergrate those updates. for NIS 2005

Link to comment
Share on other sites

That's great news.

*waiting eagerly*

I'm sorry... To bad, it did work when i uninstalled and reinstalled Norton. But when i install a brand new windows with Norton unattended. It doesn't work anymore. :(

The wizard is completed (unattended) but norton isn't activated anymore. The date is set to 1899 instead of 2005. The way i did this is:

Install norton.

Run the wizard (manuly).

Then i copyed CfgWiz.dat from %programfiles%\norton antivirus\ to my nav2k5 setup directory.

And in run.cmd i add the line: XCOPY /Y "%SYSTEMDRIVE%\install\applications\Nav2005\CfgWiz.dat" "%ProgramFiles%\Norton AntiVirus\"

I'm sorry it doesn't work. I'll try find a "real" solution tonight. :(

Link to comment
Share on other sites

The wizard is completed (unattended) but norton isn't activated anymore.
Oh?

Okay, I'll try a bit of thought on this (I'll see how dare Norton not listen, lol). In the meantime, if you do find the solution, do keep us posted.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.......

:}

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...