Jump to content

Nero 14 silent: can anyone help?


superskytten

Recommended Posts

i have this when nero start too install (see docx)

i have tried too make a NeroInstall.cmd file but it dont install it all

@echo off
title Nero2014_Platinum
echo VCR...
start /wait Data\Redist\VCRedistSetup.msi /passive /norestart
echo install_flash_player...
start /wait install_flash_player_11_active_x_32bit.exe /passive /norestart
echo msxml.msi...
start /wait msxml.msi /passive /norestart
echo
start /wait regedit.exe /s nero14.reg
start /wait PRQStarter-1.exe /qb!
start /wait nero.nero2014esd.msi /qb! /NORESTART RebootYesNo="no" NERO_SCOUT="FALSE" serialnum_userval=0000-0000-0000-0000-0000-0000-0000-0000 AgreeToLicense="Yes" EULA_AGREEMENT=1
start /wait msiexec.exe /i "nero.nero2014contentpack.msi" /qb

Link to comment
Share on other sites

  • 5 months later...

I know where to download? nero14.reg

Assuming that is meant as a registration key for Nero14 then you will have to look, and ask, elsewhere. You will find no help here.

Cheers and Regards

Link to comment
Share on other sites

  • 2 weeks later...

You did not mention what error message but you could just add a install log with screen output for nero as well..DP :zzz:

@echo offtitle Nero2014_Platinumset App=Nero2014 Platinumset InstallLog=C:\Install.logtitle Nero2014_Platinumecho VCR...start /wait Data\Redist\VCRedistSetup.msi /passive /norestartecho install_flash_player...start /wait install_flash_player_11_active_x_32bit.exe /passive /norestartecho msxml.msi...start /wait msxml.msi /passive /norestartechostart /wait regedit.exe /s nero14.regstart /wait PRQStarter-1.exe /qb!start /wait nero.nero2014esd.msi /qb! /NORESTART RebootYesNo="no" NERO_SCOUT="FALSE" serialnum_userval=0000-0000-0000-0000-0000-0000-0000-0000  AgreeToLicense="Yes" EULA_AGREEMENT=1start /wait msiexec.exe /i "nero.nero2014contentpack.msi" /qbcall :LOGGING:LOGGINGecho %date:~4%-%time:~0,8% Starting installation log...echo %App% was successfully installed >> %InstallLog%goto EOF:EOF
Link to comment
Share on other sites

  • 1 month later...

thanks for the reply

 

i didnt ask for a reg key

 

I found a solution too install it silent :)

 

call the cmd file- NeroInstall.cmd

 

write these command in it, and find these directory in your installation dvd as below + application directory

 

@echo off
title Nero2014_Platinum
echo Updating DirectX 9c Redistributable...
start /wait direct3d10.1Extensions9.29.952.3111D3dcsx\dxsetup.exe /silent
echo.
start /wait direct3d10.1Extensions9.29.952.3111D3dx9\dxsetup.exe /silent
echo.
start /wait direct3d10.1Extensions9.29.952.3111D3dx10\dxsetup.exe /silent
echo.
start /wait direct3d10.1Extensions9.29.952.3111D3dx11\dxsetup.exe /silent
echo.
start /wait direct3dHlslCompiler9.29.952.3111\dxsetup.exe /silent
echo. install_flash_player...
start /wait install_flash_player_11_active_x_32bit.exe -install
echo.
echo nero14.reg...
start /wait regedit.exe /s nero14.reg
echo.
start /wait msiexec.exe /i "nero.nero2014esd.msi" /qb RebootYesNo="no" NERO_SCOUT="FALSE" serialnum_userval=0000-0000-0000-0000-0000-0000-0000-00000  AgreeToLicense="Yes" EULA_AGREEMENT=1

 

 

 

download flash player ---- install_flash_player_11_active_x_32bit.exe (find it on the internet)

 

when the nero 2014 is install there will popup a register just close it and it will never come again

Edited by superskytten
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...