Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Making Nero 8 a silent install

Featured Replies


Hi Rajesh,

The problem still the same. I follow step by step as you mentioned.

The message :

"A system reboot was requested by previous software installation (e.g. a Windows update). Please reboot your computer to resume the installation of Nero 8 Demo".

If I click OK, my computer will reboot, but nothing happened after reboot or the same message appear.

@yadzil and Gorki : do u install immediately after uninstalling previous nero installation? if yes, u have to reboot.

this is very simple method and you just "extract" the installation files from temp dir and execute some files through a cmd file. i tested with several machines and it works.

what steps did u go through exactly.

Anyone gone through the steps, kindly post your response.

Yes I understand that. I made addon from CEoCEo script and that addon makes that problem during installation. In other words it (nero 8) does not install? :blink:

EDIT:

4436ss.jpg

I disable windows update via Nlite...

Edited by Gorki

Hi Rajesh,

The problem still the same. I follow step by step as you mentioned.

The message :

"A system reboot was requested by previous software installation (e.g. a Windows update). Please reboot your computer to resume the installation of Nero 8 Demo".

If I click OK, my computer will reboot, but nothing happened after reboot or the same message appear.

is Automatic update turned on? it would be installing updates or something. samething happened to me when i tested yesterday after installing fresh windows and immediately installed nero8 after ie7 patch(didnt reboot). after rebooting, all went well. so what i did was, after everything else installed, reboot anyway and call neroinstall.cmd

Hi Gorki

I disable windows update via Nlite...

Does this solve your problem.

is Automatic update turned on? it would be installing updates or something. samething happened to me when i tested yesterday after installing fresh windows and immediately installed nero8 after ie7 patch(didnt reboot). after rebooting, all went well. so what i did was, after everything else installed, reboot anyway and call neroinstall.cmd

Maybe it's true. I'm gonna to try it now. Thanks Rajesh

Hi Gorki, Rajesh,

The problem still there even windows update being off. The wizard started but the installation not done. Msg says

"The wizard was interrupted before Nero 8 Demo could be completely installed"

:(

yadzil I always disable windows update...so I tested it that way with update disabled...result can bee seen in screen above. I have no idea how to solve this? :unsure:

ok from Gorki's screen, it seems it may not be possible to install through svcpack because there would be other files already installed and waiting for reboot.

try installing through RunOnceEx. If it too doesnt work, from RunOnceEx, call another cmd file(ex:RunOnceEx2.cmd) which adds nero installation to RunOnceEx registry and call restart. so after restart, nero would install.

Hey CEoCEo, thanks for that script.

I get an error when installing though. Nero works fine, but its just the error that halts the install process, so defeating the unattended process.

Heres the error.

line 0 (File "C:\Nero\Nero8110.exe");
RunWait ( @ScriptDir & "\" & $TF & " /S" )
Cannot find path specified

Nero8110.exe is the AutoIt script, compiled if you were wondering. Im using the trial download directly from the website link.

Thanks again, great script!

-Crawf

@crawf

I'm aware of this issue, just waited for someone to mention it. :rolleyes:

You get this error because you search for additional Template Packages and the script doesn't find any.

Replace this line

RunWait ( @ScriptDir & "\" & $TF & " /S" )

with

If Not $TF = 0 Then RunWait ( @ScriptDir & "\" & $TF & " /S" )

to get it working with whatever settings you use in the script.

@yadzil & Gorki

You're not alone, I hope someone can solve this problem too. :}

Yeah, i figured it was something to do with the Template Packages.

Thanks for that, it works a treat now!

-Crawf

  • Author
run the setup file first and dont install.

go to temp dir and copy the NERO13820 dir somewhere.

put this cmd file inside NERO13820 dir and run it.

neroinstall.cmd

@echo off
title Nero 8.1.2.0
echo.
echo Updating DirectX 9c Redistributable...
start /wait Data\Redist\DirectX\dxsetup.exe /silent
echo.
echo VCR...
start /wait Data\Redist\VCRedistSetup.msi /passive /norestart
echo.
echo Nero XML...
start /wait Data\Redist\neroxml.msi /passive /norestart
echo.
echo KB884016 v2...
start /wait Data\Redist\WindowsInstaller-KB884016-v2-x86.exe /passive /norestart
echo.
echo Installing Nero Premium 8.1.2.0...
start /wait SetupX.exe /qb! /NORESTART RebootYesNo="No" NERO_SCOUT="FALSE" serialnum_userval="---your-serial---no---" AgreeToLicense="Yes" EULA_AGREEMENT=1

if /passive used instead of /qb!, it asks for restart.

finally, use 7zip or winrar to create installer and repack to the normal size.

7zip installer : http://www.ryanvm.net/forum/viewtopic.php?...&highlight=

I can't find the temp map where nero extracts his files too. Can someone tell me where this is so i can put the extracted files on dvd so the installation will take less time.

run the setup file first and dont install.

go to temp dir and copy the NERO13820 dir somewhere.

put this cmd file inside NERO13820 dir and run it.

neroinstall.cmd

@echo off
title Nero 8.1.2.0
echo.
echo Updating DirectX 9c Redistributable...
start /wait Data\Redist\DirectX\dxsetup.exe /silent
echo.
echo VCR...
start /wait Data\Redist\VCRedistSetup.msi /passive /norestart
echo.
echo Nero XML...
start /wait Data\Redist\neroxml.msi /passive /norestart
echo.
echo KB884016 v2...
start /wait Data\Redist\WindowsInstaller-KB884016-v2-x86.exe /passive /norestart
echo.
echo Installing Nero Premium 8.1.2.0...
start /wait SetupX.exe /qb! /NORESTART RebootYesNo="No" NERO_SCOUT="FALSE" serialnum_userval="---your-serial---no---" AgreeToLicense="Yes" EULA_AGREEMENT=1

if /passive used instead of /qb!, it asks for restart.

finally, use 7zip or winrar to create installer and repack to the normal size.

7zip installer : http://www.ryanvm.net/forum/viewtopic.php?...&highlight=

I can't find the temp map where nero extracts his files too. Can someone tell me where this is so i can put the extracted files on dvd so the installation will take less time.

Nero folder is extracted to:

C:\Documents and Settings\**Your Name**\Local Settings\Temp

may I recommend ImgBurn as a nero alternative? I have been looking for something to replace nero since v7 came out as horrible bloatware...

and two days ago I found ImgBurn.

ImgBurn really impressed me... its burns several times faster and it is extremely light...

The one drawback. I don't think it can make an audio CD from files...

Edited by taltamir

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.