Nucleus Posted August 12, 2007 Share Posted August 12, 2007 It seems to be OK. None of the services started, or were added in the registry. Link to comment Share on other sites More sharing options...
AuXBoX Posted August 20, 2007 Share Posted August 20, 2007 I installed nero 7.5.1.1 (Nero7 Ultra) silently (on MS virtual pc2007) by using methods quoted here using the switch /qn /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" in the original installer. installation went fine, but showed two errors Unable to register C:\Program Files\Ahead\Lib\NSG_dxFilter.dll. Error code 21 The speciFied module could not be Found, ERROR = 126 FACITLITY = 7andUnable to register C:\Program Files\Common es\Ahead\Lib\Nero3DMenuEFFects. dll. Error code The speciFied module could not be Found. ERROR = 126 FACITLITY = 7 If someone can help with the problemThanks in advanceCoolDude i'm pretty sure this is because you need a newer directX installed first. I had the same problem too Link to comment Share on other sites More sharing options...
kingfire Posted August 20, 2007 Share Posted August 20, 2007 this is what I use to install Nero 7 premium (the latest version)@echo offREM CREATED BY KINGFIRE>>don't remove this **** line!!REM I hope it works with you as it worked with me!!cd /d "%~dp0"color 0aif exist "%systemdrive%\Nero\setupx.exe" RD /S /Q "%systemdrive%\Nero"mkdir %systemdrive%\NeroTitle Installing NERO 7 by KingFireecho ::::::::::::::::::::::::::::::::::::::::::::::echo :::::::::::Welcome to Nero 7 Installer::::::::echo ::::::::::::::::::::::::::::::::::::::::::::::echo extracting files....Please Wait...START "" /WAIT /HIGH "7za.exe" x "nero.exe" -o"%systemdrive%\Nero" -aoaecho extracting done!echo installing DirectX...start "" /wait "%systemdrive%\Nero\Redist\DirectX\dxsetup.exe" /silentecho DirectX has installedecho installing Nero 7 (meh! finally!) PLEASE WAIT...start "" /wait %systemdrive%\Nero\setupx.exe /qb! /norestart SERIALNUM="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" SERIALNUM_USERVAL="xxxxxxxxxxxxxxxxxxxxxxxx" RebootYesNo="No"echo Finally, it's installed!!echo clean your system...del /f /s /q "%systemdrive%\Nero\*.*"RD /S /Q "%systemdrive%\Nero"del /f /q "%allusersprofile%\Desktop\Nero StartSmart.ink"del /f /q "%allusersprofile%\Desktop\Nero Home.ink"copy /y "Nero.ico" "%allusersprofile%\Application Data\Ahead"xxmklink "%allusersprofile%\Desktop\Nero StartSmart" "%%programfiles%%\Nero\Nero 7\Nero StartSmart\NeroStartSmart.exe" "-ScParameter=8" "" "" "" "%ALLUSERSPROFILE%\Application Data\Ahead\Nero.ico" /qecho cleanning your system is completed.exitI used the original nero package (yeah didn't modify anything), I use 7za.exe to extract the original package files, then run the setupx.exe from where 7za.exe extract the filesno more directX problemsxxmklink is a tool that makes shortcuts, I used it becuase I hate the Nero StartSmart icon on the desktop, I used an other cool iconsee the pic, then as always I used 7zip to make it switchless (config.txt + 7zsd.sfx + *.7z)I hope this helps you Link to comment Share on other sites More sharing options...
benjamminzIS Posted September 4, 2007 Share Posted September 4, 2007 (edited) used this script and I thought it installed ok, but I got an error referencing this line of code: If $HLP = 1 Or $NV4 = 1 Then RunWait ( @ComSpec & " /c " & "xcopy /EQY " & Chr ( 34 ) & "Nero 7" & Chr ( 34 ) & " " & Chr ( 34 ) & $ID & Chr ( 34 ), @ProgramFilesDir & "\Nero", @SW_HIDE )and even though I had Scout set to 0 (not installed) after reboot it was there in the taskbar integrated and also those files mentioned a few posts up were running in the background... I used the 7.10.1.0 update file from the nero.com site... is this the correct installation file to be using with this script?going to uninstall and try again... Edited September 4, 2007 by benjamminzIS Link to comment Share on other sites More sharing options...
benjamminzIS Posted September 4, 2007 Share Posted September 4, 2007 also just noticed that it spits the cd out when finished burning even though that option was set null Link to comment Share on other sites More sharing options...
CEoCEo Posted September 4, 2007 Share Posted September 4, 2007 I used the 7.10.1.0 update file from the nero.com site... is this the correct installation file to be using with this script?Please use the original trial version. I’m surprised to see that the upgrade version gets installed even if you don’t have any previous version.also just noticed that it spits the cd out when finished burning even though that option was set nullIf you read the settings more closely you see that you have to set this value to true (1).$ECD = 1; Prevent the CD/DVD from ejecting after burning is complete Link to comment Share on other sites More sharing options...
benjamminzIS Posted September 5, 2007 Share Posted September 5, 2007 (edited) If you read the settings more closely you see that you have to set this value to true (1).$ECD = 1; Prevent the CD/DVD from ejecting after burning is completewow talking about feeling stoopid... haha!and thanks for the info!!! Edited September 5, 2007 by benjamminzIS Link to comment Share on other sites More sharing options...
rajesh.kumar Posted September 10, 2007 Share Posted September 10, 2007 I installed nero 7.5.1.1 (Nero7 Ultra) silently (on MS virtual pc2007) by using methods quoted here using the switch /qn /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" in the original installer. installation went fine, but showed two errors Unable to register C:\Program Files\Ahead\Lib\NSG_dxFilter.dll. Error code 21 The speciFied module could not be Found, ERROR = 126 FACITLITY = 7andUnable to register C:\Program Files\Common es\Ahead\Lib\Nero3DMenuEFFects. dll. Error code The speciFied module could not be Found. ERROR = 126 FACITLITY = 7 If someone can help with the problemThanks in advanceyou have to update the directx before doing unattended install. this error was already discussed before. Link to comment Share on other sites More sharing options...
BaTLeZone Posted September 13, 2007 Share Posted September 13, 2007 This is great. Work for me with no problems. A dream come true. Link to comment Share on other sites More sharing options...
Bubbabad Posted August 2, 2008 Share Posted August 2, 2008 Script is in the same dir as the executables... I get msg box that popups "Nero Executable not found"Any help?? Link to comment Share on other sites More sharing options...
CEoCEo Posted August 4, 2008 Share Posted August 4, 2008 Script is in the same dir as the executables... I get msg box that popups "Nero Executable not found"Any help??Hi Bubbabad!This script is searching for a file starting with Nero-7*.exe in the same dir. Make sure that for an example Nero-7.10.1.0_eng_trial.exe exist in the same directory and try again. Remember that I have not tested this script with any other setup package, so use it at your own risk. Link to comment Share on other sites More sharing options...
jfcarbel Posted January 20, 2009 Share Posted January 20, 2009 (edited) Looks like there is no longer any way to download the trial from Nero. Links to 7 get redirected and the only page where 7 is downloadable is from an update.The file is:Nero-7.11.10.0_all_update.exeMD5: C930907465AC02EE33522E01A80F0A6AAnyone have any luck in getting this script to work with this latest version from Ahead's site?If not anyone have suggestions on how I can get the older 7.10.1.0 trial exe?Or can someone supply filenames and hashes. I found a full version:Nero-7.10.1.0_eng_full.exeMD5: E7C94A757600BD631807692B7BCD2BA4But not sure if this a valid file or not, can someone confirm the MD5 hash. I tried contating Nero, but get no response, go figure they are probably too busy refunding peoples money for v9 Will this work with a retail exe?Also I believe that maybe Nero added these apps in later versions and I noticed the script did not have these listed an install option variables at the beginning: Nero Sipps and Nero ScratchBox.Not sure what an MD5 is, see this tool:HashTab Edited January 20, 2009 by jfcarbel Link to comment Share on other sites More sharing options...
urie Posted January 20, 2009 Share Posted January 20, 2009 Looks like there is no longer any way to download the trial from Nero. Links to 7 get redirected and the only page where 7 is downloadable is from an update.The file is:Nero-7.11.10.0_all_update.exeMD5: C930907465AC02EE33522E01A80F0A6AAnyone have any luck in getting this script to work with this latest version from Ahead's site?If not anyone have suggestions on how I can get the older 7.10.1.0 trial exe?Or can someone supply filenames and hashes. I found a full version:Nero-7.10.1.0_eng_full.exeMD5: E7C94A757600BD631807692B7BCD2BA4But not sure if this a valid file or not, can someone confirm the MD5 hash. I tried contating Nero, but get no response, go figure they are probably too busy refunding peoples money for v9 Will this work with a retail exe?Also I believe that maybe Nero added these apps in later versions and I noticed the script did not have these listed an install option variables at the beginning: Nero Sipps and Nero ScratchBox.Not sure what an MD5 is, see this tool:HashTabYes it will work with that version all nero single language installers are the same file just renamed look at the hash for my version.I use CEoCEo script my self works great.Nero-7.10.1.0_eng_trial.exeMD5: E7C94A757600BD631807692B7BCD2BA4 Link to comment Share on other sites More sharing options...
jfcarbel Posted January 21, 2009 Share Posted January 21, 2009 Yes it will work with that version all nero single language installers are the same file just renamed look at the hash for my version.I use CEoCEo script my self works great.Nero-7.10.1.0_eng_trial.exeMD5: E7C94A757600BD631807692B7BCD2BA4Thanks for confirmation on the hash.How long have you been using 7 and does it seem stable? What do you choose to install or avoid?Looks like latest version is 7.11.10.0, have you upgraded to this version? Just wondering if maybe they just added more bloat in the newer version. I only use Recode and use Nero for audio CD creation and Cover Designer. Not much else. I wanted to use this AutoIt script since all the Lite versions never include Recode which is part of Nero Vision. Seems like using this installer is almost comparable to the Nero Lite, but it lets me allow Nero Recode to be added back into the mix. Link to comment Share on other sites More sharing options...
jfcarbel Posted January 21, 2009 Share Posted January 21, 2009 (edited) One concern I have is that the 2 versions significantly differ in sizes. See below.So just what is packed in that latest version of Nero? I opened the EXE using 7-Zip and the size differences seem to be in the CAB files. I know that older versions on Nero 6 used to offer Nero Vision/Recode as a separate download. Can someone who uses the older 7.10.1.0 confirm that it does include Nero Vision/Recode. And if so then what is making it such a big difference in size. Maybe its this Nero Sipps or something else.Nero-7.10.1.0_eng_full.exeMD5: E7C94A757600BD631807692B7BCD2BA4Size: 173 MB (182,002,016 bytes)Nero-7.11.10.0_all_update.exeMD5: C930907465AC02EE33522E01A80F0A6ASize: 388 MB (406,903,544 bytes) Edited January 21, 2009 by jfcarbel 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