Nero Burning ROM 6.x

Download: Nero Burning ROM

Copy the downloaded file to: \$OEM$\$1\install\Applications\nero\

Unattended XPCD

If you are a registered user, you can also silently register this application. Copy and paste into Notepad and save as register.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="InsertName"
"Company"="InsertCompanyName"
"Serial6"="InsertSerial"


Add these lines to your batch file:

ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg
ECHO.
ECHO Installing Nero Burning ROM v6.0.0.9
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Nero\Nero6009.exe /silent /noreboot


» Why are we registering Nero before installing?

By doing it this way, this prevents the Nero folder from being created as "Nero 6 Demo" in the Start Menu.

» An alternative to installing and registering Nero Burning ROM

Since Nero 6.0.0.15, more switches have been included. You can hide the Nero Installation screen and insert your serial number:

Nero60015.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn


For a listing of full switches, use the /help switch on the Nero Setup executable.
Submitted by Alanoll.
Last updated 2005-12-22 19:40:54 by Alanoll