Jump to content

nero 6.0 wont install languagepack ?


Recommended Posts

ECHO Installing Nero Burning ROM v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nero63110.exe /silent /noreboot
ECHO.
ECHO  Installing Nero Burning ROM languagepack for v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nerotaalpakket63110.exe /silent /noreboot

i see nero is installing fine, the languagepack also installing without any errors.

but after the unattend install i see nero is still english and not dutch.

i start this program in "open command window here" and type start nerotaalpakket63110.exe /silent /noreboot and it runs the setup and like seems to install but if i check nero it stays english.

someone know what i am done wrong?

Link to comment
Share on other sites


do you need to tell nero to use Dutch instead of English after installing the language pack?

Perhaps you need to make the change, export the registry settings, and then modify the installation script to do that.

Here is a copy of the registry entries I add with Nero:

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

[HKEY_CURRENT_USER\Software\Ahead\Nero StartSmart\Settings]
"AdvancedMode"=dword:00000001
"DisplayLeftPanel"=dword:00000001

[HKEY_CURRENT_USER\Software\Ahead\Nero StartSmart\Defaults]
"1"=dword:00000001

;Real Recording Speed of a CD.
[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]
"ShowSingleRecorderSpeed"=dword:00000001

;Disable AutoStarting When Blank CD is Loaded.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\InCD]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\HandleCDBurningOnArrival]
"NeroAutoPlayEmptyCD" = -
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\NeroAutoPlayEmptyCD]

Link to comment
Share on other sites

do you need to tell nero to use Dutch instead of English after installing the language pack?

Perhaps you need to make the change, export the registry settings, and then modify the installation script to do that.

Here is a copy of the registry entries I add with Nero:

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

[HKEY_CURRENT_USER\Software\Ahead\Nero StartSmart\Settings]
"AdvancedMode"=dword:00000001
"DisplayLeftPanel"=dword:00000001

[HKEY_CURRENT_USER\Software\Ahead\Nero StartSmart\Defaults]
"1"=dword:00000001

;Real Recording Speed of a CD.
[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]
"ShowSingleRecorderSpeed"=dword:00000001

;Disable AutoStarting When Blank CD is Loaded.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\InCD]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\HandleCDBurningOnArrival]
"NeroAutoPlayEmptyCD" = -
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\NeroAutoPlayEmptyCD]

no, i dont need to tell nero to use dutch instead of english.

look, if i install nero on the normal way i first nero63110.exe and then i run nerotaalpakket63110.exe i see nero is dutch now without me help.

if i use it unattend it wont work, if i use on normal way it works.....?

do any know how to fix it?

ermmm.... bringing me on another point, "startsmart" i dont like, which key is to disable it? i dont understand, sometimes it is 1 sometimes it is 4.....

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

this is what i have ( no not with xxx, u understand me :) )

Link to comment
Share on other sites

try installing the language pack without the /silent switch to see if it runs properly from the script.

ECHO Installing Nero Burning ROM v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nero63110.exe /silent /noreboot
ECHO.
ECHO  Installing Nero Burning ROM languagepack for v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nerotaalpakket63110.exe

Also - I think you can do a /? or /HELP to see the install switches with NERO and possible the language pack.

Here are my switches - /NO_UI /NOCANCEL /SILENT /NOLICENSE /NOREBOOT

1 is usually enabled, 0 is disabled. not sure what the 4 means.

Link to comment
Share on other sites

try installing the language pack without the /silent switch to see if it runs properly from the script.

ECHO Installing Nero Burning ROM v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nero63110.exe /silent /noreboot
ECHO.
ECHO  Installing Nero Burning ROM languagepack for v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nerotaalpakket63110.exe

Also - I think you can do a /?  or /HELP to see the install switches with NERO and possible the language pack.

Here are my switches - /NO_UI /NOCANCEL /SILENT /NOLICENSE /NOREBOOT

1 is usually enabled, 0 is disabled.  not sure what the 4 means.

i have already try without silent and then without noreboot, then it is asking me to click on OK. but i now try out the /? or /help

i'll be back.....

Link to comment
Share on other sites

:rolleyes: AMAZING!! :D when i read the topic i thought my installation worked perfectly with the language pack (nero in spanish) because i didn't saw any errors but now that i opened the first time i see it in english :) so i'm really insterested in how this can be done. my installation looks like this:

ECHO.

ECHO Instalando Nero Burning Rom 6.3.1.10

ECHO Por favor espera...

start /wait %CDROM%\Software\Nero\nero63110.exe /silent /noreboot /no_ui /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_sn

start /wait %CDROM%\Software\Nero\NBR63110esp.exe /silent /noreboot /no_ui

Link to comment
Share on other sites

maybe you need to make a custom installer - of at least the language pack. So instead of installing it, you just sort of overwrite files with the language files.

Try using InstallRite to make a custom installer of the language pack.

Link to comment
Share on other sites

maybe you need to make a custom installer - of at least the language pack.  So instead of installing it, you just sort of overwrite files with the language files.

Try using InstallRite to make a custom installer of the language pack.

i dont understand installrite, but ok i will spend more time on installrite to learn how to work.......

edit: i get the next switches by typing /help

/help, /language=, /loglevel:,/nocancel,/nolicence,/noreboot,/no_ui,/path=,/silent,/sn=<serialnumber>,/write_sn

type un.exe/languagepack=dutch /noreboot /silent /sn=XXX wont help also

i think the problem is the silent switch, when not using silent it will works perfect, but then it isnot unattend anymore

Link to comment
Share on other sites

I HAVE FOUND IT !!!!

ECHO  Installing Nero Burning ROM languagepack for v6.3.1.10
ECHO Please wait...
start /wait %systemdrive%\install\Applications\nero6\nerotaalpakket63110.exe /nolicence=yes /silent

nolicence=yes is done the job. it is asking u if u agree with the terms and conditions. without that nero languagepack simply dont install himself!

@WwTIPPYwW your registry keys about nero, where u have found it?

Link to comment
Share on other sites

/nolicense=yes /silent does not work for me it appears to install it and then back to desktop and nero is still in english  :D

i dont understand it at all :)

i have try all switch and it was dutch when i using /nolicence=yes /silent

but it dont work anymore :rolleyes:

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