MSFN Forum: Help me with Nero Burning Rom - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Help me with Nero Burning Rom I can't install the spanish language Rate Topic: -----

#1 User is offline   ^|YeRBiTo|^ 

  • Group: Members
  • Posts: 4
  • Joined: 13-April 04

Posted 15 April 2004 - 08:12 AM

Hi¡

Can anybody help me with Nero? I can't install de spanish language pack in my unattended xp cd :rolleyes:

I use next command line to nero setup \nero6303.exe /silent /sn=xxxx-xxxx-xxxx-xxxx /write_sn /no_ui /noreboot and next one to set up the language pack: \nbresp6303.exe /silent but this don't pack nero

If i use /language=Spanish or /language=Español and don't work too

Please help me :)

Thanks :D


#2 User is offline   mdes 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 343
  • Joined: 07-November 03

  Posted 15 April 2004 - 10:00 AM

I am using the following without trouble:
@ECHO OFF
ECHO Installing Nero Burning ROM v6

rem nero    = Nero StartSmart + Nero Burning ROM 6 + Nero Express 6 + Nero BackItUp 
rem         + Nero Cover Designer + Nero Wave Editor + Nero SoundTrax + Nero Toolkit
rem         + Nero Image Drive 
rem nve     = NeroVision Express + Nero ShowTime + Nero Recode
rem NMP     = Nero Media Player
rem NeroMix = NeroMIX

MD "%systemdrive%\Program Files\Ahead"

ECHO --- Registering Nero Burning ROM...
REGEDIT /S Registry.reg

ECHO --- Installing StartSmart + Burning ROM 6 + Express 6 + BackItUp
ECHO              + Cover Designer + Wave Editor + SoundTrax + Toolkit
ECHO              + Image Drive
START /wait Nero6316.exe     /silent /noreboot
ECHO     + Language Pack
START /wait NBR6316FRA.exe   /silent /noreboot

ECHO --- Installing Nero Media Player...
START /wait NMP14020.exe     /silent /noreboot
ECHO     + Language Pack
START /wait NMP14020fra.exe  /silent /noreboot

ECHO --- Installing NeroMIX...
START /wait NeroMIX14020.exe /silent /noreboot
ECHO     + Language Pack
START /wait NMix14020FRA.exe /silent /noreboot

ECHO --- Installing NeroVision Express + Nero ShowTime + Nero Recode...
START /wait NVE2120.exe      /silent /noreboot
ECHO     + Language Pack
START /wait NVE2120FRA.exe   /silent /noreboot

ECHO --- Installing Nero WMA Plugin...
START /wait WMAPlugin2093.exe /silent /noreboot

EXIT
with Registry.reg being an export of
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead] and [HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom]


#3 User is offline   ^|YeRBiTo|^ 

  • Group: Members
  • Posts: 4
  • Joined: 13-April 04

Posted 15 April 2004 - 05:27 PM

Thanks mde¡ :rolleyes:

But i'm searchig something more easy

like start /wait nbr6303esp.exe /silent /language=????

What is the use of command language? Why doesn't work silent instalation of nero language pack? And if i add any entries to registry? :)

#4 User is offline   mdes 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 343
  • Joined: 07-November 03

Posted 15 April 2004 - 11:22 PM

Why would you like to have
start /wait nbr6303esp.exe /silent /language=????
because the file is already rated as Spanish (ESP)?!
Why is it more easy to add /language=...?

#5 User is offline   ^|YeRBiTo|^ 

  • Group: Members
  • Posts: 4
  • Joined: 13-April 04

Posted 16 April 2004 - 05:12 AM

This is a part of my command file:

ECHO Instalando Nero Burning Rom 6.3.0.3
ECHO Por favor, espera :)
start /wait %systemdrive%\install\Nero\Nero6303.exe /silent /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx/write_sn /no_ui /noreboot
ECHO.
ECHO Parcheando Nero
ECHO Por favor, espera :)
start /wait %systemdrive%\install\Nero\Nbr6303esp.exe /silent /language=Spanish /no_ui


Why nbr6303esp.exe doesn't update my nero to Spanish?

For me, it is more easy install nero whit 5 or 6 lines that install whit all of ur code. Can you understand me?

What is the parameter of command "/language" Do you know this?

Thank mdes and sorry me for my bad english :)

#6 User is offline   mdes 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 343
  • Joined: 07-November 03

  Posted 16 April 2004 - 05:35 AM

start /wait %systemdrive%\install\Nero\Nbr6303esp.exe /silent /language=Spanish /no_ui
Nbr6303esp is Spanish (because it contains ESP in its name), so I think that /language=Spanish is not required, and perhaps is an error (is THE error causing you troubles?)

#7 User is offline   muslim 

  • Junior
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 03-April 04

Posted 16 April 2004 - 07:33 AM

I's ok

#8 User is offline   ^|YeRBiTo|^ 

  • Group: Members
  • Posts: 4
  • Joined: 13-April 04

Posted 16 April 2004 - 08:29 AM

Problem is that if i install nero without command line parameters, it installs in Spanish language, but if i add some command line parameters, language installation get no changes, so i think i need to add the /language parameter to change that settings again.

I've tried to use this command with words like "spanish" "español" "esp" "es" "sp"... but still havin' the same problem.

Should i try another .exe version?
do you know where can i get the exhaustive command line parameter list or a /language command complete description?
should i try to apply language command on nero's installator or in nero's update file?

#9 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

  Posted 17 April 2004 - 03:53 PM

I'm having the same problem... the pack seems to be installed, but when clicking file -> preferences there's only English. :)

It seems the .nls and .chm files are not copied to the nero folder
The problem is not in the /language parameter. this is designed for the complete languagepack containing ALL languages

As a temporarily workaround I use AutoIt to install it.
Until I find a better solution this works fine for me..

#10 User is offline   boeur 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 16-April 04

Posted 21 April 2004 - 02:15 PM

I've the same problem with the french version.
I think, if I install the patch before software, it launch correctly in french.
I test that and I add an answer. :)

#11 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 04 May 2004 - 09:41 AM

I would like to install silently only Nero Burning ROM 6.x.x.xx - I don't want to install any of the other applications : BackItUp, Cover Designer, Express, ImageDrive, SoundTrax, Wave Editor and toolkit and SmartStart.

Does anybody know if switches exits to select which modules to install and to exclude others.

#12 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 04 May 2004 - 10:23 AM

To all those who are having troubles with installing in their language, I do it like this:

1. download the newest Nero from nero.com AND the language pack you need
2. install it like this:

nero6xxx.exe /SILENT /NOREBOOT
nerolangpack.exe /SILENT /NOREBOOT

works fine for me...

#13 User is offline   togarha 

  • Group: Members
  • Posts: 2
  • Joined: 06-May 04

Posted 10 May 2004 - 03:30 PM

Hi

I had this problem too, but I corrected this. I unpack languagepack file, and I repack this with winrar. I repack all files except setup.exe and setup folder. I create new sfx archive with winrar and it's all ok.

Bye

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy