FIX for Norton Antivirus 2005 Reg. & Activation
#51
Posted 04 December 2004 - 06:50 PM
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
Posted 08 December 2004 - 03:02 PM
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
Posted 08 December 2004 - 03:09 PM
So now it is possible to have the entire NAV-thing done totally silent.
#54
Posted 13 December 2004 - 01:41 AM
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
Posted 13 December 2004 - 02:57 AM
#56
Posted 13 December 2004 - 01:58 PM
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
Posted 13 December 2004 - 07:50 PM
Had to reactivate after an second update.
I'll try to find the problem as soon as posible... Sorry for the problems and incomplete unattended wizard "solution"
#58
Posted 14 December 2004 - 11:40 AM
So if 3 months from now I use this DVD, I'll only have 9 months before it expires.
Wisc
#59
Posted 14 December 2004 - 11:44 AM
www2000, on Dec 14 2004, 11:10 PM, said:
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
Posted 14 December 2004 - 04:36 PM
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
#61
Posted 17 December 2004 - 08:55 AM
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
Posted 17 December 2004 - 03:24 PM
DLF, on Nov 18 2004, 02:36 PM, said:
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
Posted 18 December 2004 - 11:39 AM
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
Posted 21 December 2004 - 09:30 AM
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
Posted 21 December 2004 - 09:34 AM
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
Posted 22 December 2004 - 06:04 AM
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
Posted 22 December 2004 - 11:44 AM
reni, on Dec 22 2004, 05:34 PM, said:
#68
Posted 23 December 2004 - 01:41 AM
#69
Posted 28 December 2004 - 07:08 AM
i used the method described here
http://www.msfn.org/board/index.php?showto...10entry222997
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
Posted 28 December 2004 - 10:27 AM
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.



Help

Back to top









