Jump to content

Nero Help Please.


Recommended Posts


using this in batch file

ECHO installing Nero 63117

start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /****KEY****/WRITE_SN

still need to enter key after install any ideas please.

STW

You probably need to add 'SN=' before the actual KEY.

ECHO installing Nero 63117
start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /SN=****KEY****/WRITE_SN

Link to comment
Share on other sites

  • 2 weeks later...

I'm using exactly same version as you and my syntax works perfectly. Note the differences between mine and yours.

ECHO.

ECHO Installing Nero Burning ROM V6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Nero\Nero63117.exe /silent /noreboot /no_ui /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_sn

N.B. Syntax should all be on same line. But space limits split it here.

Link to comment
Share on other sites

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