Jump to content

99% success on NAV2005


leon69_01

Recommended Posts

Hi, have read all the posts on this board regarding installation of nav2005

Although most of them use Batch installation, i use RunOnceEx instead.

So this is what i got at the moment:

in the RunOnceEx:

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "Office 2003 Professional" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\010 /VE /D "Norton Antivirus 2005" /f

REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\NAV2005\NAVSETUP.reg" /f

REG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\Applications\NAV2005\NAVSETUP.EXE" /O REBOOT=ReallySuppress /QB" /f

EXIT

Everything seems to work fine, however the registry file doesn't seem to work. I don't want to activate the software, just install and that's it.

Here's my registry file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000082\0000000f\0000001b]

"Key"="XXXXXXXXXXXXXXXXXXXXX"

Only problem is, when i execute the registry, it doesn't seem to work on the computer, it only execute the navsetup.exe, which asks for the cd key....so forth, i don't want to do this.

could someone help me out on this one? thank you

Link to comment
Share on other sites


First install norton and register , then uninstall again.

Then copy "symlcrst.dll" from "C:\Program Files\Common Files\Symantec Shared\CCPD-LC"

And make a SFX

To install First the reg file , then the SFX unpacking the "symlcrst.dll" to "C:\Program Files\Common Files\Symantec Shared\CCPD-LC"

Then norton..itself

WORKS ONLY ON 1 COMPUTER, The one you copied the "symlcrst.dll" from.

Link to comment
Share on other sites

REG ADD %KEY%\010 /VE /D "Norton Antivirus 2005" /f

REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\NAV2005\NAVSETUP.reg" /f

REG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\Applications\NAV2005\NAVSETUP.EXE" /O REBOOT=ReallySuppress /QB" /f

Looks like your NAVSETUP.EXE switches belong inside the quotes. There's a syntax error. Maybe that's why the installer asks for the serial number.

Link to comment
Share on other sites

Untested, but you should add a backslash infront of each internal double quote of the quoted command.

REG ADD %KEY%\010 /V 2 /D "\"%systemdrive%\Install\Applications\NAV2005\NAVSETUP.EXE\" /O REBOOT=ReallySuppress /QB" /f

As for registration, sorry, I use free Avast4Home instead for home pc. :(:)

Edited by MHz
Link to comment
Share on other sites

...REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\NAV2005\NAVSETUP.reg" /f

...

work here with NIS2005 and NIS 2004 (must be the same with NAV2005) ,

with N*.reg launched BEFORE setup of NIS/NAV .

but my reg key was different from the key readed in astalavista's guide .

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000082\0000000f\0000001b]

i had there other numbers .

so , you must install first , and grab from registry the correct key

for your configuration .

anyway you need to install once for "symlcrst.dll" .

in NIS2004 is other name of "symlcrst.dll" , same place and functionality .

also "symlcrst.dll" must be placed in the right place before NAV setup

(on a fresh installation)

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