October 23, 200421 yr using this in batch fileECHO installing Nero 63117start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /****KEY****/WRITE_SNstill need to enter key after install any ideas please.STW
October 23, 200421 yr using this in batch fileECHO installing Nero 63117start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /****KEY****/WRITE_SNstill need to enter key after install any ideas please.STWYou probably need to add 'SN=' before the actual KEY.ECHO installing Nero 63117start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /SN=****KEY****/WRITE_SN
November 3, 200421 yr 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 V6ECHO Please wait...start /wait %systemdrive%\install\Applications\Nero\Nero63117.exe /silent /noreboot /no_ui /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_snN.B. Syntax should all be on same line. But space limits split it here.
November 4, 200421 yr 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 fileWindows 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" /fREG ADD %KEY%\001 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg" /fREG ADD %KEY%\001 /V 2 /D "%systemdrive%\install\Applications\Nero\nero.exe /silent /noreboot /no_ui" /f
Create an account or sign in to comment