Readiosys Posted September 6, 2004 Posted September 6, 2004 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_SNIt 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 !
Lucius Snow Posted September 6, 2004 Posted September 6, 2004 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 :REG ADD %KEY%\005 /VE /D "Nero burning rom 6.3.1.20" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Apps\nero\setup.exe /silent /noreboot /no_ui" /fREG ADD %KEY%\005 /V 2 /D "%systemdrive%\Apps\nero_fra\setup.exe /silent /no_ui" /fREG ADD %KEY%\005 /V 3 /D "regedit /s %systemdrive%\Apps\nero\serial.reg" /fserial.reg :Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]"User"="X""Company"="X""Serial6"="X"
frezenius Posted September 6, 2004 Posted September 6, 2004 my codesECHO.ECHO Registering Nero Burning ROM...REGEDIT /S %systemdrive%\install\Applications\Nero\register.regECHO.ECHO Installing Nero Burning ROM v6.3.0.3ECHO Please wait...start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /norebootand 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
Readiosys Posted September 6, 2004 Author Posted September 6, 2004 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!
urie Posted September 6, 2004 Posted September 6, 2004 REG ADD %KEY%\1055 /VE /D "Nero Burning ROM 6.3.1.2.0" /fREG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /fREG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /fworks but only if you edit the nero63120.exe in winrar;The comment below contains SFX script commandsSetup=setup.exe /SFXTempModeSilent=1Overwrite=1Title=Nero 6.0- 6.3.1.20 Ahead Software AG;if you dont you still see nero the nero extraction window
swampy Posted September 7, 2004 Posted September 7, 2004 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.
polecat Posted September 7, 2004 Posted September 7, 2004 ECHO.ECHO Installing Nero Burning ROM v6.3.1.15ECHO Please wait...start /wait %systemdrive%\Install\Applications\Nero\Setup.exe /silent /noreboot /no_ui /sn=****-****-****-****-****-**** /write_snI have used this in start.cmd in the $1\install dir and it works fine and for nero vision express
war59312 Posted September 7, 2004 Posted September 7, 2004 Here is mine. With all the plugins. heheECHO Installing Nero Burning ROMECHO.start /wait %systemdrive%\install\Applications\Nero\Nero.cmd@echo offConsoleTool /HIDEstart /wait %systemdrive%\install\Applications\Nero\Nero.exe /SN=SERIAL REMOVED /WRITE_SN /SILENT /NOREBOOTCHOICE.COM /N /CY /TY,3 >NULCOPY /Y "%systemdrive%\install\Applications\Nero\Plugins\*.*" "%ProgramFiles%\Common Files\Ahead\AudioPlugins"EXIT
polecat Posted September 9, 2004 Posted September 9, 2004 The only problem i have using:ECHO.ECHO Installing Nero vision express 2.1.12ECHO 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 alreadySo not unattended or silent realy unless any body has a solution for this please !!!
trpenner Posted September 21, 2004 Posted September 21, 2004 REG ADD %KEY%\1055 /VE /D "Nero Burning ROM 6.3.1.2.0" /fREG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /fREG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /fworks but only if you edit the nero63120.exe in winrar;The comment below contains SFX script commandsSetup=setup.exe /SFXTempModeSilent=1Overwrite=1Title=Nero 6.0- 6.3.1.20 Ahead Software AG;if you dont you still see nero the nero extraction windowThank 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 ??
urie Posted September 21, 2004 Posted September 21, 2004 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" /fYou need to edit the line and put your own key in
trpenner Posted September 21, 2004 Posted September 21, 2004 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" /fYou 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?
Annita Posted September 22, 2004 Posted September 22, 2004 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 /norebootDoes enybody know what's wrong?? With 6.3.1.20 used to work...Thnx,Annita
judas_iscariote Posted October 1, 2004 Posted October 1, 2004 try..start /wait %systemdrive%\Install\Applications\Nero\NBR63125ESP.exe /silent /noreboot /no_ui /nolicence
Astalavista Posted October 5, 2004 Posted October 5, 2004 (edited) reg add %Key%\090 /VE /D "Nero Ultra Edition [Ver: 6.3.1.2.5]" /freg add %Key%\090 /V 1 /D "%CDROM%\Software\nero\nero63125.exe /Silent /no_ui /SN=XXXX-XXX-XXXXX-XXXXX-XXXX-XXXX /Write_SN /NoReboot" /freg add %Key%\090 /V 2 /D "%CDROM%\Software\nero\NBR63125ENG.exe" /f*serial key removedHey, don't let your key reach others! Edited October 5, 2004 by prathapml
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now