Jump to content

Little problem with Nero


Recommended Posts

Hello all!

First off, I must say this board is awesome! I have learned a TON of things here! :thumbup:thumbup

I tried searching for this but, was unable to find what I'm after. I have installed Nero 6.3.120 with the "start.cmd" method (along with everything else) and everything is working great but, when Nero Is completed and about 3 more programs along the install, I get a Nero Registration Screen\Nag that appears. I have to manually close it and the never register button and I was wondering if there is any way to get rid of it..... Here is my Start.cmd lines to look at.....

ECHO Assimilating all Applications

ECHO.
ECHO Assimilating Winrar 3.30 Corporate Edition....
ECHO Please wait...
start /wait %systemdrive%\Install\Application\Winrar\winrar3.30.exe /s

ECHO.
ECHO Assimilating Nero Burning Rom 6.3.120.....
Echo Please Wait...
start /wait %systemdrive%\Install\Application\Nero\Nero63120.exe /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE

ECHO.
ECHO Installing Alcohol 120%.....
ECHO Please wait...
start /wait %systemdrive%\Install\Application\Alcohol\setup.exe /qn REBOOT=ReallySuppress DRIVER0=ide1bus DRIVER1=bus1scsi

ECHO.
ECHO Assimilating Alcohol Reg file...
ECHO Please wait...
REGEDIT /S %systemdrive%\Install\Application\Alcohol\regfile.reg

Link to comment
Share on other sites


This one works for me:

ECHO.

ECHO Installing Nero Burning ROM v6.3.1.17

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Nero\nero63117.exe /silent /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn

ECHO Please wait...

ECHO Please wait...

ECHO Please wait...

ECHO.

ECHO Installing Nero Burning ROM v6.3.1.17 Fininshed

:hello:

Link to comment
Share on other sites

What kind of key do you have?

if you have an OEM key you cannot use this switch /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx and you should put your key in a .reg file

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="Something"
"Company"="Something"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

and call this file before your installation of nero (example with RunOnceEx.cmd)

REG ADD %KEY%\001 /VE /D "Nero Burning ROM 6.6.0.0" /f
REG ADD %KEY%\001 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg" /f
REG ADD %KEY%\001 /V 2 /D "%systemdrive%\install\Applications\Nero\nero.exe /silent /noreboot /no_ui" /f

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