M_BLOND Posted April 18, 2006 Posted April 18, 2006 If you want to make nero silent than use winrar to open not extract the nero-noyt_enu_.exe installer click on comment add this to setup=nero_7.bat click ok keeping the winrar window openmake the batch file like this: regedit /s nero_7.reg msiexec.exe /i Nero.msi /qb-! USERSEL=6 STARTMODE="-1" FAMILYNAME="nero 7" STARTPARAM="CallFromExe" DONOTRUNSETUPX=1 DONOTRUNNERO_SCOUT=1 REBOOT=ReallySuppress reg file like this:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]"Version"="7.0.8.2""User"="User""Company"="Company""Serial7_1145397093"="YOUR serial number"once u made this two files drop them into the archive an press ok now you have an silent install of nerothis way u don't have to repack neronero_7.zip
Sanjay Posted April 20, 2006 Posted April 20, 2006 Works fine except this method too has the problem of Nero not registering as a 'Handler' for 'AutoPlay'. Looks like it is a bug with any kind of silent install of Nero 7 itself.
Sanjay Posted April 26, 2006 Posted April 26, 2006 Works fine except this method too has the problem of Nero not registering as a 'Handler' for 'AutoPlay'. Looks like it is a bug with any kind of silent install of Nero 7 itself.Nero 7.2.0.3 is out and the problem with Nero not registering Handlers for 'Auto Play' seems to be resolved.There is one slight problem though. While using this silent installer method to install, the following error occurs:Although, if you continue with the installation it seems to continue installing with no problems.
Dynaletik Posted April 26, 2006 Posted April 26, 2006 (edited) Yeah, this is why I use the following AutoIT script to close that error message and install Nero 7.2.0.3:AutoItSetOption("TrayIconHide", 1)BlockInput(1)Run(@ComSpec & " /c " & 'Nero.msi /qb-! STARTPARAM=CallFromExe', "", @SW_HIDE)Sleep(4000)Send("{ENTER}")WinWaitClose("Nero 7")Sleep(2000)BlockInput(0)I customized my Nero.msi with Installshield, so only my the components that I want get installed, slimmed down the installer to a 38,2 MB sfx archive now. (Nero Burning Rom, CoverDesigner, CD-DVD Speed and DriveSpeed) Edited April 27, 2006 by Dynaletik
Smitson03 Posted May 10, 2006 Posted May 10, 2006 Works fine except this method too has the problem of Nero not registering as a 'Handler' for 'AutoPlay'. Looks like it is a bug with any kind of silent install of Nero 7 itself.Nero 7.2.0.3 is out and the problem with Nero not registering Handlers for 'Auto Play' seems to be resolved.There is one slight problem though. While using this silent installer method to install, the following error occurs:Although, if you continue with the installation it seems to continue installing with no problems.to avoid error try to use command line switch - NSIROOTDIRECTORY="%TEMP%\Nero7\"."%TEMP%\Nero7\" - folder where Nero will be unpacked.also create folder "Cab" in install directory and put 0AA0A4EA.cab, 307C0B60.cab there.for autoplay try switch AUTOPLAY=TRUE
M_BLOND Posted May 26, 2006 Author Posted May 26, 2006 I NEVER HAD ANY PROBELM BUT IWILL TRY AUTOPLAY=TRUE OR AUTOPLAY=1
teapleasebob Posted June 1, 2006 Posted June 1, 2006 i installed it with the bat like thiscls@echo offclsregedit /s nero_7.regStart setupx.exe /quiet /norestart exit and it install quietly with no errors the only problem is it doesnt seem to be adding it to the add remove programs but other than that it is all working fine
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