Jump to content

switch for nero?


Hammett

Recommended Posts


The command syntax is:

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

To call it from a batch file in [GUIRunOnce]:

ECHO.
ECHO Installing Nero Burning ROM v6.6.0.3
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Nero\Nero6603.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx/write_sn
REGEDIT /S %systemdrive%\Install\Applications\Nero\RemoveFilterCheck.reg

If you prefer RunOnceEx.cmd:

REG ADD %KEY%\xxx /VE /D "Nero 6.6.0.3" /f
REG ADD %KEY%\xxx /V 1 /D "%systemdrive%\Install\Applications\WinRAR\Nero6603.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx/write_sn" /f
REG ADD %KEY%\xxx /V 2 /D "REGEDIT /S %systemdrive%\Install\Applications\Nero\RemoveFilterCheck.reg"

Contents of RemoveFilterCheck.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"NeroFilterCheck"=-

For this lines to work as is, both Nero6603.exe and RemoveFilterCheck.reg should be located in \$OEM$\$1\Install\Applications\Nero off the root of your unattended CD.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...