leon69_01 Posted December 26, 2005 Posted December 26, 2005 Hi, have read all the posts on this board regarding installation of nav2005Although 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 offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /fREG ADD %KEY%\010 /VE /D "Norton Antivirus 2005" /fREG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\NAV2005\NAVSETUP.reg" /fREG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\Applications\NAV2005\NAVSETUP.EXE" /O REBOOT=ReallySuppress /QB" /fEXITEverything 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
muiz Posted December 26, 2005 Posted December 26, 2005 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 SFXTo install First the reg file , then the SFX unpacking the "symlcrst.dll" to "C:\Program Files\Common Files\Symantec Shared\CCPD-LC"Then norton..itselfWORKS ONLY ON 1 COMPUTER, The one you copied the "symlcrst.dll" from.
cipher982 Posted December 27, 2005 Posted December 27, 2005 REG ADD %KEY%\010 /VE /D "Norton Antivirus 2005" /fREG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\NAV2005\NAVSETUP.reg" /fREG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\Applications\NAV2005\NAVSETUP.EXE" /O REBOOT=ReallySuppress /QB" /fLooks 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.
MHz Posted December 27, 2005 Posted December 27, 2005 (edited) 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" /fAs for registration, sorry, I use free Avast4Home instead for home pc. Edited December 27, 2005 by MHz
cyberloner Posted December 27, 2005 Posted December 27, 2005 "NAVSETUP.exe /qn /noreboot REBOOT=ReallySuppress"like that.... u miss use " navsetup" /switches " <--- wrong wrong wrong
oneless Posted December 27, 2005 Posted December 27, 2005 ...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 keyfor 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now