rajesh.kumar Posted October 8, 2007 Share Posted October 8, 2007 just noted that if nero installed immediately after other KB installation, it needs to reboot. Link to comment Share on other sites More sharing options...
yadzil Posted October 8, 2007 Share Posted October 8, 2007 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. Link to comment Share on other sites More sharing options...
Gorki Posted October 8, 2007 Share Posted October 8, 2007 (edited) @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? EDIT:I disable windows update via Nlite... Edited October 9, 2007 by Gorki Link to comment Share on other sites More sharing options...
rajesh.kumar Posted October 9, 2007 Share Posted October 9, 2007 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 Link to comment Share on other sites More sharing options...
yadzil Posted October 9, 2007 Share Posted October 9, 2007 Hi GorkiI 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.cmdMaybe it's true. I'm gonna to try it now. Thanks Rajesh Link to comment Share on other sites More sharing options...
yadzil Posted October 9, 2007 Share Posted October 9, 2007 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" Link to comment Share on other sites More sharing options...
Gorki Posted October 9, 2007 Share Posted October 9, 2007 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? Link to comment Share on other sites More sharing options...
yadzil Posted October 9, 2007 Share Posted October 9, 2007 Hope someone can solve our problem Gorki. Link to comment Share on other sites More sharing options...
rajesh.kumar Posted October 9, 2007 Share Posted October 9, 2007 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. Link to comment Share on other sites More sharing options...
crawf Posted October 10, 2007 Share Posted October 10, 2007 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 specifiedNero8110.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 Link to comment Share on other sites More sharing options...
CEoCEo Posted October 10, 2007 Share Posted October 10, 2007 @crawfI'm aware of this issue, just waited for someone to mention it. You get this error because you search for additional Template Packages and the script doesn't find any.Replace this lineRunWait ( @ScriptDir & "\" & $TF & " /S" )withIf Not $TF = 0 Then RunWait ( @ScriptDir & "\" & $TF & " /S" )to get it working with whatever settings you use in the script.@yadzil & GorkiYou're not alone, I hope someone can solve this problem too. Link to comment Share on other sites More sharing options...
crawf Posted October 11, 2007 Share Posted October 11, 2007 Yeah, i figured it was something to do with the Template Packages.Thanks for that, it works a treat now!-Crawf Link to comment Share on other sites More sharing options...
xavier73 Posted October 12, 2007 Author Share Posted October 12, 2007 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 offtitle Nero 8.1.2.0echo.echo Updating DirectX 9c Redistributable...start /wait Data\Redist\DirectX\dxsetup.exe /silentecho.echo VCR...start /wait Data\Redist\VCRedistSetup.msi /passive /norestartecho.echo Nero XML...start /wait Data\Redist\neroxml.msi /passive /norestartecho.echo KB884016 v2...start /wait Data\Redist\WindowsInstaller-KB884016-v2-x86.exe /passive /norestartecho.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=1if /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. Link to comment Share on other sites More sharing options...
urie Posted October 12, 2007 Share Posted October 12, 2007 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 offtitle Nero 8.1.2.0echo.echo Updating DirectX 9c Redistributable...start /wait Data\Redist\DirectX\dxsetup.exe /silentecho.echo VCR...start /wait Data\Redist\VCRedistSetup.msi /passive /norestartecho.echo Nero XML...start /wait Data\Redist\neroxml.msi /passive /norestartecho.echo KB884016 v2...start /wait Data\Redist\WindowsInstaller-KB884016-v2-x86.exe /passive /norestartecho.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=1if /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 Link to comment Share on other sites More sharing options...
taltamir Posted October 12, 2007 Share Posted October 12, 2007 (edited) 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 October 12, 2007 by taltamir Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now