Jump to content

NERO 7.xx (All Versions) EASY TO SILENT + REG


midi2k6

Recommended Posts

I believe so many ppl trying to silent NERO 7 and many many differences way and you have to change the silent mode everytime NERO updates, like 7.9...7.10.0.0 7.10.0.1 ...blah blah blah. I am tired keep changing the silent switch so i decide to go the simple way to share ya'll. Especially, basic user need simple way without worry about scripts ...ect.

I was silent NERO 7.10.0 (Retail):

1. Extract NERO_SETUP.exe (on your desktop) folder name: NERO_7_RETAIL

(You'll see all the .mst files, Cab (folder) Redist (folder) Setup (folder), SetupX.exe ...

3. Open Redist -> Config -> conf.txt (need to edit conf.txt)

4. You will see EXCLUDE & INCLUDED like this:

INCLUDE (will install) EXCLUDE (will not install), change the option you want by replacing the text. make sure save it.

# ----------------------------------------------------------------------------------------

INCEXCFTR (2FF8B816) (Actions) NeroHome EXCLUDE

INCEXCFTR (3652819D) () NeroVisionAPI INCLUDE

INCEXCFTR (B035464E) (NeroStartSmart) NeroStartSmart INCLUDE

INCEXCFTR (BCAFF604) (Features) NeroBurningRom INCLUDE

INCEXCFTR (57D52359) (Features) NeroVision INCLUDE

INCEXCFTR (3652819D) (Features) NeroVisionAPI3652819DEC2154 INCLUDE

INCEXCFTR (CB9D5429) (Features) NeroBackItUp EXCLUDE

INCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner EXCLUDE

INCEXCFTR (FA3A3F7B) (Features) NeroWaveEditor EXCLUDE

INCEXCFTR (716FE146) (Features) NeroSoundTrax EXCLUDE

INCEXCFTR (D773A6E2) (Features) NeroShowTime EXCLUDE

INCEXCFTR (53BEFA20) (Features) NeroMediaHome EXCLUDE

INCEXCFTR (6035F00C) (Features) NeroRecode EXCLUDE

INCEXCFTR (ED1EAF52) (Features) NeroPhotoSnap EXCLUDE

INCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDE

INCEXCFTR (E38B9E06) (Features) NeroImageDrive EXCLUDE

INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE

INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE

INCEXCFTR (E72D824A) (Features) NeroInfoTool INCLUDE

INCEXCFTR (5AD292D8) (Features) NeroBurn INCLUDE

INCEXCFTR (79061EB3) (Features) NeroMediaStreaming EXCLUDE

INCEXCFTR (91F9B069) (Features) NeroMobile INCLUDE

# ----------------------------------------------------------------------------------------

5. Create a reg file name: Disable_Nero_Filter_Check.reg (with notepad and save it .REG extension)

----------------------------------------- Begin -----------------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"NeroFilterCheck"=-

----------------------------------------- End -------------------------------------------

6. Create a reg file name: Nero7_Registration.reg (replace xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx with your serial number)

----------------------------------------- Begin -----------------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]

"Serial7_1192857362"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

----------------------------------------- End -------------------------------------------

7. Create a batch file name with notepad and save as: Remove_Nero_Scout.cmd (.CMD extension)

----------------------------------------- Begin -----------------------------------------

@echo off

//Remove Nero Scout

regsvr32 /u /s \"%commonprogramfiles%\\Ahead\\Lib\\MediaLibraryNSE.dll

Exit

----------------------------------------- End -------------------------------------------

8. Put them in NERO7_RETAIL folder then PACK together (compress with WinRAR)

save compress file name: NERO7_RETAIL.EXE (.exe extension is SFX)

9. After compressed, right click NERO7_RETAIL.EXE choose Open With WinRAR

Highlight everything files/folders compress it with WinRAR create SFX: NERO7_RETAIL.EXE

Change the command -> Add archive comment (copy and paste):

----------------------------------------- Begin -----------------------------------------

;The comment below contains SFX script commands

Setup=REGEDIT /S Register_Nero7.reg

Setup=SetupX.exe /quiet /norestart

Setup=REGEDIT /S Disable_Nero_Filter_Check.REG

Setup=remove_neroscout.cmd

TempMode

Silent=1

Overwrite=1

Title=Nero 7.10.0.0 Ultra Edition (you can change the title version what ever you like)

----------------------------------------- End -------------------------------------------

Click OK.

10. That's it! what r u waiting for? install it and see what happen. Some PC (depend OS) may need to restart to complete dissappear the stupid NERO SCOUT.

Have Fun and Enjoy, don't forget to say THANKz to MSFN ;) Goodnite all.

------------------------------------------------------------------------------------------

Quick guide for advanced users:

Extract NERO.exe -> edit conf.txt in \Redist\Config\ -> Exclude and Include (save)

Get your Serial from reg file, compress with winrar -> SetupX.exe /quiet /norestart

Winrar command:

SETUP=REGEDIT /S Nero7_Registration.REG

SETUP=SetupX.EXE /quiet /norestart

Link to comment
Share on other sites


well so many way to make NERO7 SILENTLY

i am working on the new way and alot easier than this without adding REG, Disable command ... or any BAT files, i will post it as soon i verify and tested (the best solutions for all versions 7.xx)

Link to comment
Share on other sites

Above instructions is correct so far, there is no way to remove other files to shrink down the NERO 7 like NERO lite or Nero Micro, unless someone got AutoIT and repack it.

By the way, i just got something newer (update) solutions above:

Winrar SFX command:

SetupX.exe /qn /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

Batch.cmd

ECHO.

ECHO Installing... NERO 7.10.0 Ultra Edition

Start /wait %systemdrive%\Install\Apps\NERO7.10\SetupX.exe /qn /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

__________________________________________________________________________

This method will completely remove Nero Scout, Nero Search even disable it from registry:

Create reg file name it:

Disable_Nero_Startup.REG

-------------------------------------- Begin --------------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"NeroFilterCheck"=-

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\RunOnce]

"NeroHomeFirstStart"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]

"NeroHomeFirstStart"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]

"BgMonitor_{79662E04-7C6C-4d9f-84C7-88D8A56B10AA}"=-

-------------------------------------- End --------------------------------------

Create a Batch file name it:

Remove_NERO_Unneeded.cmd

-------------------------------------- Begin --------------------------------------

DEL "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk"

regsvr32 /u /s "%ProgramFiles%\Common Files\Ahead\Lib\NeroSearch.dll"

regsvr32 /u /s "%ProgramFiles%\Common Files\Ahead\Lib\NeroSearchBar.dll"

regsvr32 /u /s "%ProgramFiles%\Common Files\Ahead\Lib\NeroSearchTray.dll"

regsvr32 /u /s \"%commonprogramfiles%\\Ahead\\Lib\\MediaLibraryNSE.dll\\1

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroSearchTray.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroSearchBar.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroSearch.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\MediaLibraryNSE.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroSearchAdvanced.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroSearchTrayHook.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroScoutOptions.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroScout_Eng.chm"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroCheck.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMBgMonitor.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroUpgrade.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMIndexStoreSvr.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMIndexingService.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\ndaudio.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeGuideStore.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeGuideStoreLoader.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\Nero3DMenuEffects.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NeroMediaCon.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMAudioCDContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMCoFoundation.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMDataServices.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMDefaultDRMDialogs.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMDvdContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMFileContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMFirstStart.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMFullTextExtraction.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMHDirServices.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMIndexingServicePS.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMIndexStoreSvrPS.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMInternetServices.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMLogCxx.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMPFContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMPlaybackComponent.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMPluginBase.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSearch.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSearchPluginMediaLibrary.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSearchPluginSimilarImages.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSearchPluginWeb.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSlideShow.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSQLDB.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSSContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSSEffects.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMSVCDContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMThumbnailIconsGen.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVConfigdvbc.xml"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVConfigdvbs.xml"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVConfigdvbt.xml"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVEpgPluginXmlTv.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVServer.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVServices.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTVStreamContentHandler.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMTvWizard.exe"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMUPnPBrowser.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMUPnPServices.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMUPnPServicesLibPS.dll"

DEL "C:\Program Files\Common Files\Ahead\Lib\NMVisualizerNas.dll"

Exit

-------------------------------------- End --------------------------------------

Link to comment
Share on other sites

  • 2 years later...

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