Jump to content

silent install of nero 2014 solved


Recommended Posts

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

Link to comment
Share on other sites

  • 1 year later...

Silent install  "Nero.Burning.ROM.16.0.02700"   for win7, 8, 8.1

 

1. Run the installer, don't start with install after first extract,  go to temp folder in user acc and copy complete extracted folder to safe place.

 

2. Continue with install normaly and register with serial. 

 

Pick up next 2 files:

 

NOSProductRegistration.dll  -->  find in %ProgramFiles OR (x86) %\Nero\Nero 2015\Nero Burning ROM\OnlineServices

 

AdvrCntr6.dll  --> find in "%ProgramFiles OR (x86)%\Common Files\Nero\AdvrCntr6

 

Open registry editor and extract :

 

FOR 32bit:

[HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Shared\NL11]
"ProductId"=xxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx"
"Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx"

 

save as: register.x86.reg

 

FOR 64bit:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Nero\Shared\NL11]

"ProductId"=xxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx"
"Serial11_xxxxxxxxxxxxx"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxxx-xxxx"

 

save as: register.x64.reg

 

 

Download version of c++   from 2008-2012  for 32 and 64 bit

vcredist_2008
vcredist_2010
vcredist_2012

 

 

And most important, here is the batch script .

 

@echo off
title Nero Burning ROM 16.0.02700
color 6
echo  Nero Burning ROM 16.0.02700
echo  Unattended install by Softkiller Team
echo ==================================================================
echo  Hacking is the pursuit of knowledge..
echo  Cracking, however, is the malevolent use of programs to break into systems.
echo  Some hacking (for security purposes) can be good.
echo  Some hacking (illegally breaking into systems) can be bad....
echo  Alongwith Hacking here WE ARE going to cover all Hacking Stuffs.
echo ==================================================================

echo Install in progress ..
msiexec.exe /i "nero.neroburningrom2015.msi" /qb /norestart

 

FOR 32 BIT
ren "%ProgramFiles%\Common Files\Nero\AdvrCntr6\AdvrCntr6.dll" AdvrCntr6.dll.orig
copy AdvrCntr6.dll "%ProgramFiles%\Common Files\Nero\AdvrCntr6"

ren "%ProgramFiles%\Nero\Nero 2015\Nero Burning ROM\OnlineServices\NOSProductRegistration.dll" NOSProductRegistration.dll.orig
copy NOSProductRegistration.dll "%ProgramFiles%\Nero\Nero 2015\Nero Burning ROM\OnlineServices"

regedit /s register.x86.reg
vcredist_2008.x86.exe /qb
vcredist_2010.x86.exe /q:a /c:\”Setup.exe /q /norestart\”
vcredist_2010x64.exe /passive /norestart
vcredist_2012.x64.exe /S
vcredist_2012.x86.exe /S

 

 

FOR 64BIT
ren "%ProgramFiles(x86)%\Common Files\Nero\AdvrCntr6\AdvrCntr6.dll" AdvrCntr6.dll.orig
copy AdvrCntr6.dll "%ProgramFiles(x86)%\Common Files\Nero\AdvrCntr6"
ren "%ProgramFiles(x86)%\Nero\Nero 2015\Nero Burning ROM\OnlineServices\NOSProductRegistration.dll" NOSProductRegistration.dll.orig
copy NOSProductRegistration.dll "%ProgramFiles(x86)%\Nero\Nero 2015\Nero Burning ROM\OnlineServices"
regedit /s register.x64.reg
vcredist_2008.x86.exe /qb
vcredist_2010.x86.exe /q:a /c:\”Setup.exe /q /norestart\”
vcredist_2012.x86.exe /S

exit

 

If you wish batch installer for bouth 32 and 64 bit , try with

http://stackoverflow.com/questions/6570313/batch-script-if-exist-copy-to-localappdata-error

 

 

 

A simple thank you enough.

 

Šljivovica rules

 

Softkiller

 

 

 

 

 

 

 

 

 

 

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