MSFN Forum: nero 6.0 wont install languagepack ? - 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
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

nero 6.0 wont install languagepack ? Rate Topic: -----

#1 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 01 June 2004 - 07:15 AM

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?


#2 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 01 June 2004 - 07:45 AM

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]


#3 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 01 June 2004 - 06:53 PM

WwTIPPYwW, on Jun 1 2004, 07:45 AM, said:

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 :) )

#4 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 01 June 2004 - 07:15 PM

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.

#5 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 02 June 2004 - 01:46 PM

WwTIPPYwW, on Jun 1 2004, 07:15 PM, said:

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

#6 User is offline   hinet 

  • Group: Members
  • Posts: 8
  • Joined: 23-December 03
  • OS:none specified
  • Country: Country Flag

Posted 02 June 2004 - 07:09 PM

http://www.eputian.n...t/nero63110.rar

password:www.eputian.net

#7 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 02 June 2004 - 08:06 PM

hinet, on Jun 2 2004, 07:09 PM, said:


i firstly want to know what it is? i try to download it but the downloadspeed is very low. 5 kb/s for 35 MB :)

#8 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 02 June 2004 - 08:22 PM

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

Quote

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


#9 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 02 June 2004 - 08:49 PM

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.

#10 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 03 June 2004 - 05:01 AM

WwTIPPYwW, on Jun 2 2004, 08:49 PM, said:

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

#11 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 03 June 2004 - 07:19 AM

do you need to add this switch: /language=

making sure that the language selected is the right one (and I guess in the format that they want)

#12 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 June 2004 - 07:22 AM

deleted

This post has been edited by SiMoNsAyS: 06 June 2004 - 10:44 AM


#13 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 04 June 2004 - 01:30 AM

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?

#14 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 05 June 2004 - 09:37 PM

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

#15 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 06 June 2004 - 04:05 AM

SiMoNsAyS, on Jun 5 2004, 09:37 PM, said:

/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:

#16 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 06 June 2004 - 07:16 AM

Solid - I believe I got them in this forum. But not 100% sure. Maybe Nero's site had a forum or something.

Or maybe just compared the registries. Do a snapshot before configuration and then after. Then compare the results.

#17 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 06 June 2004 - 07:25 AM

Are your RAR sfxs set to overwrite the files?

ALSO - i found this
just solved by myself: language executable creates a directory in user's temp folder: take it, make an xcopy batch that copies its contents in the program folder and that's it


and this
just extract the contents of the language packs and copy them into your nero folder if you want to select them as main language 


HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\General" 


add "Language" REG_SZ or actually modify the value to "FRA,ENG"

the first value FRA will be the main language...


Can you just do a modified custom installer.

Install NERO silently like normal.

Then do a snapshot with INSTALLRITE and then install the language pack.

Then create a custom installer. It seems as though it is just a matter of overwritting files?

#18 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 06 June 2004 - 08:39 AM

WwTIPPYwW, on Jun 6 2004, 07:25 AM, said:

Are your RAR sfxs set to overwrite the files?

ALSO - i found this
just solved by myself: language executable creates a directory in user's temp folder: take it, make an xcopy batch that copies its contents in the program folder and that's it


and this
just extract the contents of the language packs and copy them into your nero folder if you want to select them as main language 


HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\General" 


add "Language" REG_SZ or actually modify the value to "FRA,ENG"

the first value FRA will be the main language...


Can you just do a modified custom installer.

Install NERO silently like normal.

Then do a snapshot with INSTALLRITE and then install the language pack.

Then create a custom installer.  It seems as though it is just a matter of overwritting files?

my temp is empty, i have unrarred it but what is the next step? place in the nero folder on the cd OR on hdd? installrite i dont understand....

i have try regshot. 440 key changes

i am sorry but this is to difficult for me. i am not a programmer....

#19 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 06 June 2004 - 10:38 AM

forget everything in every post before this:
1.- open .exe language file with winrar and extact it to a temp folder.
2.- delete setup.exe setup.cfg and \setup\ folder (if you don't delete this will be unpacked to \Ahead\ folder)
2.- create new rar file and mark "create sfx file"
3.- comment tab>enter command manually and copy/paste this

Quote

;The comment below contains SFX script commands

Path=Ahead
Silent=2
Overwrite=1


4.- place and entry calling your installation %path%\nerolanguagefile.exe /s

easy enought??
note ahead folder it's default installation path in program files. that's all :)

pd: sorry SolidasRock i can't understand what do you want but i think now it's clearly

This post has been edited by SiMoNsAyS: 06 June 2004 - 03:04 PM


#20 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 06 June 2004 - 01:12 PM

SiMoNsAyS, on Jun 6 2004, 10:38 AM, said:

forget everything in every post before this:
1.- open .exe language file with winrar and extact it to a temp folder.
2.- delete setup.exe setup.cfg and \setup\ folder
2.- create new rar file and mark create sfx file
3.- comment > enter command manually and copy/paste this

Quote

;The comment below contains SFX script commands

Path=Ahead
Silent=2
Overwrite=1


4.- place and entry calling your installation %path%\nerolanguagefile.exe /s

easy enought??
note ahead folder it's default installation path in program files. that's all :)

much better :rolleyes:

but please change this:
2.- create new rar file and mark "create sfx archive"
3.- winrar tab comment > go to "enter a command manually" and copy/paste this

before more people dont understand step 2 and 3. i never noticed that tab. but thanks it works great!!

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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