Jump to content

Recommended Posts

Posted

I've tried all the suggestions in this forum. I can get Nero 7 Ultra Edition to silently install using the NeroSuite.msi (without doing the mst thing) but I can't get it to do it without rebooting. My version is 7.00.0177. Can someone please tell me how to get this to not reboot when it's done (without using an mst file)? Also, it's multilanguage, so is there a way to have it install just the English without the German. Finally, how do have it install without INCD?

Many thanks.


Posted

Never mind. I figured out how to do it, though I can't get NeroScout and INCD not to install. If anyone has any thoughts on that, I'd appreciate it. For those of you who would like to know the silent install for Nero 7 Ultra, this is what I unsed in RunOnceEx.cmd (the "Nero.reg" has the serial info registry import that others have posted here):

@Echo Off

SET PP=%SystemDrive%\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\010 /VE /D "Installing Nero 7" /f

REG ADD %KEY%\010 /V 1 /D "REGEDIT /S \"%PP%apps\Nero7\Nero.reg\"" /f

REG ADD %KEY%\010 /V 2 /D "\"%PP%apps\Nero7\SetupX.exe\" /quiet /norestart" /f

REG ADD %KEY%\020 /VE /D "Killing Nero Scout" /f

REG ADD %KEY%\020 /V 1 /D "regsvr32 /u /s \"%COMMONPROGRAMFILES%\Ahead\Lib\MediaLibraryNSE.dll\"" /f

REG ADD %KEY%\020 /V 2 /D "REGEDIT /S \"%PP%apps\Nero7\NeroScoutGone.reg\"" /f

EXIT

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