MSFN Forum: Nero 6 unattended problem - 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

Nero 6 unattended problem Rate Topic: -----

#1 User is offline   Readiosys 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 29-December 03

Posted 06 September 2004 - 03:07 PM

Hello,

I am having a little problem with the Nero 6 installation...

Here is the command line I am using :

start /wait Setup.exe /SILENT /NOREBOOT /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN

It installs all the files OK but there are no shortcuts at all in the start menu and the program isn't registered !

Another strange thing is that it works (program registered and shortcuts in place) 100% of the times on VMWare but once I install my unattended dvd on my real PC, the problem is still there...

I am using the exe file downloaded from the nero website, I did not extract it before like some other did (I used to do that, but since there is a way to use the self-extracting installer, I decided to use it).

Please could someone tell me how to solve this strange problem ?

Thank you in advance !


#2 User is offline   Lucius Snow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 17-August 04

Posted 06 September 2004 - 03:16 PM

I don't know about the self-extracting installer. But if you decide to use the other method with the extracted files, here is a working solution :

Quote

REG ADD %KEY%\005 /VE /D "Nero burning rom 6.3.1.20" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Apps\nero\setup.exe /silent /noreboot /no_ui" /f
REG ADD %KEY%\005 /V 2 /D "%systemdrive%\Apps\nero_fra\setup.exe /silent /no_ui" /f
REG ADD %KEY%\005 /V 3 /D "regedit /s %systemdrive%\Apps\nero\serial.reg" /f


serial.reg :

Windows Registry Editor Version 5.00

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


#3 User is offline   frezenius 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 05-September 04

Posted 06 September 2004 - 03:17 PM

my codes
ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg

ECHO.
ECHO Installing Nero Burning ROM v6.3.0.3
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /noreboot

and registry.reg:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="ur name"
"Company"="ur company"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"


worked

#4 User is offline   Readiosys 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 29-December 03

Posted 06 September 2004 - 03:21 PM

Thank you both for your quick answer : it is a method I previously used, but the advantage of setting the serial directly from the setup command-line is that it names the shortcuts correctly : yours must have "Demo" everywhere, because you "patch" the registration afterwards in the registry.

If you pass a correct serial to the Setup program as a parameter, it will name the shortcuts accordingly, without the Demo strings as it knows by this time it is a registered version. Another benefit is that you do not need to use the registry file...

Thanks!

#5 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 06 September 2004 - 03:25 PM

REG ADD %KEY%\1055 /VE /D "Nero Burning ROM 6.3.1.2.0" /f
REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f
REG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /f

works but only if you edit the nero63120.exe in winrar

;The comment below contains SFX script commands

Setup=setup.exe /SFX
TempMode
Silent=1
Overwrite=1
Title=Nero 6.0- 6.3.1.20 Ahead Software AG

;
if you dont you still see nero the nero extraction window

#6 User is offline   swampy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 92
  • Joined: 26-January 04

Posted 07 September 2004 - 03:18 AM

I put my nero reg into my regtweaks that runs before any install, never demo for any program, I used to do it the other way around, demo everywhere.

#7 User is offline   polecat 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 23-August 04

Posted 07 September 2004 - 01:04 PM

[QUOTE]ECHO.
ECHO Installing Nero Burning ROM v6.3.1.15
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Nero\Setup.exe /silent /noreboot /no_ui /sn=****-****-****-****-****-**** /write_sn

I have used this in start.cmd in the $1\install dir and it works fine and for nero vision express

#8 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 07 September 2004 - 01:22 PM

Here is mine. With all the plugins. hehe

ECHO Installing Nero Burning ROM
ECHO.
start /wait %systemdrive%\install\Applications\Nero\Nero.cmd


@echo off

ConsoleTool /HIDE

start /wait %systemdrive%\install\Applications\Nero\Nero.exe /SN=SERIAL REMOVED /WRITE_SN /SILENT /NOREBOOT

CHOICE.COM /N /CY /TY,3 >NUL

COPY /Y "%systemdrive%\install\Applications\Nero\Plugins\*.*"  "%ProgramFiles%\Common Files\Ahead\AudioPlugins"

EXIT


#9 User is offline   polecat 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 23-August 04

  Posted 09 September 2004 - 12:56 PM

The only problem i have using:

ECHO.
ECHO Installing Nero vision express 2.1.12
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Nero\Setup.exe /silent /noreboot /no_ui


For nero vision express 2 is that it hangs and waits at the file assosiations screen for user input!
I dont add the serial to this as it pulls it from the registry as nero has been installed already

So not unattended or silent realy unless any body has a solution for this please !!!

#10 User is offline   trpenner 

  • Group: Members
  • Posts: 6
  • Joined: 20-September 04

  Posted 21 September 2004 - 01:05 AM

urie, on Sep 6 2004, 03:25 PM, said:

REG ADD %KEY%\1055 /VE /D "Nero Burning ROM 6.3.1.2.0" /f
REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f
REG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /f

works but only if you edit the nero63120.exe in winrar

;The comment below contains SFX script commands

Setup=setup.exe /SFX
TempMode
Silent=1
Overwrite=1
Title=Nero 6.0- 6.3.1.20 Ahead Software AG

;
if you dont you still see nero the nero extraction window

Thank you for that post. I still get "invalid key name" when testing the batch file. Also I am not sure how to change the SFX script in Winrar. What I did manage to change it seems, is simply the comment about it. Please advise ??

Attached File(s)



#11 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 21 September 2004 - 06:38 AM

Quote

REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f


You need to edit the line and put your own key in

#12 User is offline   trpenner 

  • Group: Members
  • Posts: 6
  • Joined: 20-September 04

Posted 21 September 2004 - 02:31 PM

urie, on Sep 21 2004, 06:38 AM, said:

Quote

REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f


You need to edit the line and put your own key in

I have put my own serial number in for Nero. I think the error is regarding the "registry" key. I must be missing something. Can you advise further?

#13 User is offline   Annita 

  • Member
  • PipPip
  • Group: Members
  • Posts: 107
  • Joined: 10-September 04

Posted 21 September 2004 - 06:02 PM

My problem came with Nero 6.3.1.25. The program install works fine, registered and perfect, but when I execute (silently) the Spanish patch (NBR63125ESP.exe) it seems to run, but it's not installed.
I use:
start /wait %systemdrive%\Install\Applications\Nero\NBR63125ESP.exe /silent /noreboot

Does enybody know what's wrong?? With 6.3.1.20 used to work...

Thnx,

Annita

#14 User is offline   judas_iscariote 

  • Group: Members
  • Posts: 1
  • Joined: 01-October 04

Posted 01 October 2004 - 04:10 PM

try..

start /wait %systemdrive%\Install\Applications\Nero\NBR63125ESP.exe /silent /noreboot /no_ui /nolicence

:rolleyes:

#15 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 05 October 2004 - 10:40 AM

reg add %Key%\090 /VE /D "Nero Ultra Edition [Ver: 6.3.1.2.5]" /f
reg add %Key%\090 /V 1 /D "%CDROM%\Software\nero\nero63125.exe /Silent /no_ui /SN=XXXX-XXX-XXXXX-XXXXX-XXXX-XXXX /Write_SN /NoReboot" /f
reg add %Key%\090 /V 2 /D "%CDROM%\Software\nero\NBR63125ENG.exe" /f


*serial key removed
Hey, don't let your key reach others!

This post has been edited by prathapml: 05 October 2004 - 11:39 AM


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