Jump to content

[How To]: Nero 6.6.0.0


SiMoNsAyS

Recommended Posts

New to the unnattended scene but i am getting it to Work :)

Great Guide on nero, worked a charm

Just a little helper here....if you extract the nero6601.exe to c:\nero6601 this batch file will replace everything (I Think) that is not needed for the install with 0 byte files. When tested worked great and when recompiled it just installs the main "Nero Burning Rom" program without all that other junk (cover designer etc etc etc.....)

CLS
@echo off
TITLE Shrinking Nero 6.6.0.1
ECHO.
ECHO Removing any possible attributes set on C:\nero6601 and its subfolders...
attrib -R -H C:\nero6601 /S /D
ECHO.
ECHO Removing unneeded files...
DEL "C:\nero6601\Common Files\AudioPlugins\Aac.dll""
DEL "C:\nero6601\Common Files\AudioPlugins\aacenc32.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\Aiff.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\DefConvertor.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\lame_enc.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\mp3PP.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\mp3PRO.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\mp3PRO_dmo.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\mp3PRO_hlp.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\msa.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\ogg.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\TWINVQ2.CDB"
DEL "C:\nero6601\Common Files\AudioPlugins\Vqf.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\VqfDecLib.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\VqfEncLib.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\VqfEncLib1.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\wav.dll"
DEL "C:\nero6601\Common Files\AudioPlugins\msa7\msa.dll"
DEL "C:\nero6601\Common Files\DSFilters\aacplus.dll"
DEL "C:\nero6601\Common Files\DSFilters\NDParser.ax"
DEL "C:\nero6601\Common Files\DSFilters\NeAMR.dll"
DEL "C:\nero6601\Common Files\DSFilters\NeAudio.ax"
DEL "C:\nero6601\Common Files\DSFilters\NeFileSrc.ax"
DEL "C:\nero6601\Common Files\DSFilters\NeQTDec.ax"
DEL "C:\nero6601\Common Files\DSFilters\NeRender.ax"
DEL "C:\nero6601\Common Files\DSFilters\NeVideo.ax"
DEL "C:\nero6601\Common Files\Lib\AdvrCntr.dll"
DEL "C:\nero6601\Common Files\Lib\apreg.dll"
DEL "C:\nero6601\Common Files\Lib\DriveLocker.dll"
DEL "C:\nero6601\Common Files\Lib\NeroCBUI.dll"
DEL "C:\nero6601\Common Files\Lib\NeroIPP.dll"
DEL "C:\nero6601\CoverDesigner\CoverDes.exe"
DEL "C:\nero6601\CoverDesigner\covered-deu.nls"
DEL "C:\nero6601\CoverDesigner\CoverEdCtrl.ocx"
DEL "C:\nero6601\CoverDesigner\def.dat"
DEL "C:\nero6601\CoverDesigner\stocks.dat"
DEL "C:\nero6601\CoverDesigner\LSTemplates\Audio_Content.nct"
DEL "C:\nero6601\CoverDesigner\LSTemplates\Audio_Title.nct"
DEL "C:\nero6601\CoverDesigner\LSTemplates\Data_Content.nct"
DEL "C:\nero6601\CoverDesigner\LSTemplates\Data_Title.nct"
DEL "C:\nero6601\CoverDesigner\Templates\AudioData.nct"
DEL "C:\nero6601\CoverDesigner\Templates\AudioData_B&W.nct"
DEL "C:\nero6601\CoverDesigner\Templates\AudioData_Classic.nct"
DEL "C:\nero6601\CoverDesigner\Templates\Audio_Classic.nct"
DEL "C:\nero6601\CoverDesigner\Templates\DanceHiphop.nct"
DEL "C:\nero6601\CoverDesigner\Templates\DanceHiphop_B&W.nct"
DEL "C:\nero6601\CoverDesigner\Templates\Data.nct"
DEL "C:\nero6601\CoverDesigner\Templates\Data_B&W.nct"
DEL "C:\nero6601\CoverDesigner\Templates\Data_Classic.nct"
DEL "C:\nero6601\ImageDrive\idriveinst.dll"
DEL "C:\nero6601\ImageDrive\ImageDrive.cpl"
DEL "C:\nero6601\ImageDrive\ImageDrive.exe"
DEL "C:\nero6601\ImageDrive\imagedrv.dll"
DEL "C:\nero6601\ImageDrive\imagedrv.mpd"
DEL "C:\nero6601\ImageDrive\imagedrv.sys"
DEL "C:\nero6601\ImageDrive\imagesrv.sys"
DEL "C:\nero6601\Nero BackItUp\BackItUp-Deu.nls"
DEL "C:\nero6601\Nero BackItUp\BackItUp.exe"
DEL "C:\nero6601\Nero BackItUp\NBJ-Deu.nls"
DEL "C:\nero6601\Nero BackItUp\NBJ.exe"
DEL "C:\nero6601\Nero BackItUp\NBR-Deu.nls"
DEL "C:\nero6601\Nero BackItUp\NBR.exe"
DEL "C:\nero6601\nero soundtrax\EffectCtrl.ocx"
DEL "C:\nero6601\nero soundtrax\SoundTrax-Deu.nls"
DEL "C:\nero6601\nero soundtrax\SoundTrax.exe"
DEL "C:\nero6601\Nero StartSmart\NeroStartSmart.exe"
DEL "C:\nero6601\Nero Toolkit\CDSpeed.exe"
DEL "C:\nero6601\Nero Toolkit\DriveSpeed.exe"
DEL "C:\nero6601\Nero Toolkit\hwinfo.exe"
DEL "C:\nero6601\Nero Toolkit\InfoTool.exe"
DEL "C:\nero6601\Nero Wave Editor\AudioControls2.ocx"
DEL "C:\nero6601\Nero Wave Editor\Axis.ocx"
DEL "C:\nero6601\Nero Wave Editor\DXBridge.wpl"
DEL "C:\nero6601\Nero Wave Editor\DXEnum.exe"
DEL "C:\nero6601\Nero Wave Editor\LEDMeter.ocx"
DEL "C:\nero6601\Nero Wave Editor\vplugins-deu.nls"
DEL "C:\nero6601\Nero Wave Editor\vPlugIns.wpl"
DEL "C:\nero6601\Nero Wave Editor\VSTBridge.wpl"
DEL "C:\nero6601\Nero Wave Editor\waveedit-deu.nls"
DEL "C:\nero6601\Nero Wave Editor\waveedit.dll"
DEL "C:\nero6601\Nero Wave Editor\WaveEdit.exe"
DEL "C:\nero6601\Nero Wave Editor\Presets\1e61b927-8c5044d4-ae889c51-dd586cd3.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\2c7682e2-d38b40b0-afd3ab3f-1119f089.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\36b69eab-4da7410e-a9233458-ff920a91.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\3e837f70-d5764187-951f9de3-34cf0129.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\53e09fcc-6dc04140-9f962ece-93584bc.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\541c03d3-cbfb40c0-b0385740-afec9f4.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\5d1f0052-f8114a9f-9deea25e-39d99e88.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\6073de43-6e416f-90412ea3-2b56d0af.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\73a712b4-d614426e-bd00e28a-2680e483.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\73abe042-a4514a93-853113e3-8a42a686.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\7c25acb5-fb1c458e-87732cad-5b483c26.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\8c3d0948-7044dc-8325bbcd-3a3a56ce.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\9568266b-fc044b76-aad47a1d-2a20fe2c.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\9ccd71-dd314df9-b871a1b2-adb7d13c.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\9d61817f-45664ed8-9445daa0-a46641de.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\a1d2638d-b23f429f-b0afdee5-a3350131.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\ac92b519-53b641d6-89c2ba98-44554b2c.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\b12dd394-8ac74eb1-95c9d1ec-2bf2ee19.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\b18df606-87964fc1-8b5c6414-bbe887a3.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\c62798c7-f50a4226-a88470d-37015a98.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\d8684a6c-a1a14e4a-93c59908-d63ba37e.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\d9608ef8-5d0d4927-a0091465-535f57ed.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\e450dd9d-ff584493-9bfcd356-9d10547c.pre"
DEL "C:\nero6601\Nero Wave Editor\Presets\fed38076-c8f547a7-9f8e0da5-8e44486.pre"
DEL "C:\nero6601\Redist\50comupd.exe"
DEL "C:\nero6601\Redist\gdiplus.dll"
DEL "C:\nero6601\Redist\mfc42.dll"
DEL "C:\nero6601\Redist\MSVCP60.dll"
DEL "C:\nero6601\Redist\msvcrt.dll"
DEL "C:\nero6601\Redist\shfolder.exe"
DEL "C:\nero6601\setup\Eula_chs.txt"
DEL "C:\nero6601\setup\Eula_cht.txt"
DEL "C:\nero6601\setup\Eula_deu.txt"
DEL "C:\nero6601\setup\Eula_eng.txt"
DEL "C:\nero6601\setup\Eula_enu.txt"
DEL "C:\nero6601\setup\Eula_esp.txt"
DEL "C:\nero6601\setup\Eula_fra.txt"
DEL "C:\nero6601\setup\Eula_ita.txt"
DEL "C:\nero6601\setup\Eula_jpn.txt"
DEL "C:\nero6601\setup\Eula_kor.txt"
DEL "C:\nero6601\setup\Eula_nld.txt"
DEL "C:\nero6601\setup\Eula_ptg.txt"
DEL "C:\nero6601\setup\Eula_sve.txt"
DEL "C:\nero6601\setup\shortcut.dll"
DEL "C:\nero6601\System\ImagX7.dll"
DEL "C:\nero6601\System\ImagXpr7.dll"
DEL "C:\nero6601\System\ImagXR7.dll"
DEL "C:\nero6601\System\ImagXRA7.dll"
DEL "C:\nero6601\System\NeroCheck.exe"
DEL "C:\nero6601\System\TwnLib20.dll"
DEL "C:\nero6601\WMPBurn\NeroBurnPlugin.dll"
DEL "C:\nero6601\WMPBurn\WMPBurn.exe"
DEL "C:\nero6601\VersionInfo.txt"
ECHO.
ECHO Creating Empty Files...
@ECHO OFF
'>"C:\nero6601\Common Files\AudioPlugins\Aac.dll""
'>"C:\nero6601\Common Files\AudioPlugins\aacenc32.dll"
'>"C:\nero6601\Common Files\AudioPlugins\Aiff.dll"
'>"C:\nero6601\Common Files\AudioPlugins\DefConvertor.dll"
'>"C:\nero6601\Common Files\AudioPlugins\lame_enc.dll"
'>"C:\nero6601\Common Files\AudioPlugins\mp3PP.dll"
'>"C:\nero6601\Common Files\AudioPlugins\mp3PRO.dll"
'>"C:\nero6601\Common Files\AudioPlugins\mp3PRO_dmo.dll"
'>"C:\nero6601\Common Files\AudioPlugins\mp3PRO_hlp.dll"
'>"C:\nero6601\Common Files\AudioPlugins\msa.dll"
'>"C:\nero6601\Common Files\AudioPlugins\ogg.dll"
'>"C:\nero6601\Common Files\AudioPlugins\TWINVQ2.CDB"
'>"C:\nero6601\Common Files\AudioPlugins\Vqf.dll"
'>"C:\nero6601\Common Files\AudioPlugins\VqfDecLib.dll"
'>"C:\nero6601\Common Files\AudioPlugins\VqfEncLib.dll"
'>"C:\nero6601\Common Files\AudioPlugins\VqfEncLib1.dll"
'>"C:\nero6601\Common Files\AudioPlugins\wav.dll"
'>"C:\nero6601\Common Files\AudioPlugins\msa7\msa.dll"
'>"C:\nero6601\Common Files\DSFilters\aacplus.dll"
'>"C:\nero6601\Common Files\DSFilters\NDParser.ax"
'>"C:\nero6601\Common Files\DSFilters\NeAMR.dll"
'>"C:\nero6601\Common Files\DSFilters\NeAudio.ax"
'>"C:\nero6601\Common Files\DSFilters\NeFileSrc.ax"
'>"C:\nero6601\Common Files\DSFilters\NeQTDec.ax"
'>"C:\nero6601\Common Files\DSFilters\NeRender.ax"
'>"C:\nero6601\Common Files\DSFilters\NeVideo.ax"
'>"C:\nero6601\Common Files\Lib\AdvrCntr.dll"
'>"C:\nero6601\Common Files\Lib\apreg.dll"
'>"C:\nero6601\Common Files\Lib\DriveLocker.dll"
'>"C:\nero6601\Common Files\Lib\NeroCBUI.dll"
'>"C:\nero6601\Common Files\Lib\NeroIPP.dll"
'>"C:\nero6601\CoverDesigner\CoverDes.exe"
'>"C:\nero6601\CoverDesigner\covered-deu.nls"
'>"C:\nero6601\CoverDesigner\CoverEdCtrl.ocx"
'>"C:\nero6601\CoverDesigner\def.dat"
'>"C:\nero6601\CoverDesigner\stocks.dat"
'>"C:\nero6601\CoverDesigner\LSTemplates\Audio_Content.nct"
'>"C:\nero6601\CoverDesigner\LSTemplates\Audio_Title.nct"
'>"C:\nero6601\CoverDesigner\LSTemplates\Data_Content.nct"
'>"C:\nero6601\CoverDesigner\LSTemplates\Data_Title.nct"
'>"C:\nero6601\CoverDesigner\Templates\AudioData.nct"
'>"C:\nero6601\CoverDesigner\Templates\AudioData_B&W.nct"
'>"C:\nero6601\CoverDesigner\Templates\AudioData_Classic.nct"
'>"C:\nero6601\CoverDesigner\Templates\Audio_Classic.nct"
'>"C:\nero6601\CoverDesigner\Templates\DanceHiphop.nct"
'>"C:\nero6601\CoverDesigner\Templates\DanceHiphop_B&W.nct"
'>"C:\nero6601\CoverDesigner\Templates\Data.nct"
'>"C:\nero6601\CoverDesigner\Templates\Data_B&W.nct"
'>"C:\nero6601\CoverDesigner\Templates\Data_Classic.nct"
'>"C:\nero6601\ImageDrive\idriveinst.dll"
'>"C:\nero6601\ImageDrive\ImageDrive.cpl"
'>"C:\nero6601\ImageDrive\ImageDrive.exe"
'>"C:\nero6601\ImageDrive\imagedrv.dll"
'>"C:\nero6601\ImageDrive\imagedrv.mpd"
'>"C:\nero6601\ImageDrive\imagedrv.sys"
'>"C:\nero6601\ImageDrive\imagesrv.sys"
'>"C:\nero6601\Nero BackItUp\BackItUp-Deu.nls"
'>"C:\nero6601\Nero BackItUp\BackItUp.exe"
'>"C:\nero6601\Nero BackItUp\NBJ-Deu.nls"
'>"C:\nero6601\Nero BackItUp\NBJ.exe"
'>"C:\nero6601\Nero BackItUp\NBR-Deu.nls"
'>"C:\nero6601\Nero BackItUp\NBR.exe"
'>"C:\nero6601\nero soundtrax\EffectCtrl.ocx"
'>"C:\nero6601\nero soundtrax\SoundTrax-Deu.nls"
'>"C:\nero6601\nero soundtrax\SoundTrax.exe"
'>"C:\nero6601\Nero StartSmart\NeroStartSmart.exe"
'>"C:\nero6601\Nero Toolkit\CDSpeed.exe"
'>"C:\nero6601\Nero Toolkit\DriveSpeed.exe"
'>"C:\nero6601\Nero Toolkit\hwinfo.exe"
'>"C:\nero6601\Nero Toolkit\InfoTool.exe"
'>"C:\nero6601\Nero Wave Editor\AudioControls2.ocx"
'>"C:\nero6601\Nero Wave Editor\Axis.ocx"
'>"C:\nero6601\Nero Wave Editor\DXBridge.wpl"
'>"C:\nero6601\Nero Wave Editor\DXEnum.exe"
'>"C:\nero6601\Nero Wave Editor\LEDMeter.ocx"
'>"C:\nero6601\Nero Wave Editor\vplugins-deu.nls"
'>"C:\nero6601\Nero Wave Editor\vPlugIns.wpl"
'>"C:\nero6601\Nero Wave Editor\VSTBridge.wpl"
'>"C:\nero6601\Nero Wave Editor\waveedit-deu.nls"
'>"C:\nero6601\Nero Wave Editor\waveedit.dll"
'>"C:\nero6601\Nero Wave Editor\WaveEdit.exe"
'>"C:\nero6601\Nero Wave Editor\Presets\1e61b927-8c5044d4-ae889c51-dd586cd3.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\2c7682e2-d38b40b0-afd3ab3f-1119f089.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\36b69eab-4da7410e-a9233458-ff920a91.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\3e837f70-d5764187-951f9de3-34cf0129.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\53e09fcc-6dc04140-9f962ece-93584bc.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\541c03d3-cbfb40c0-b0385740-afec9f4.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\5d1f0052-f8114a9f-9deea25e-39d99e88.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\6073de43-6e416f-90412ea3-2b56d0af.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\73a712b4-d614426e-bd00e28a-2680e483.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\73abe042-a4514a93-853113e3-8a42a686.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\7c25acb5-fb1c458e-87732cad-5b483c26.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\8c3d0948-7044dc-8325bbcd-3a3a56ce.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\9568266b-fc044b76-aad47a1d-2a20fe2c.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\9ccd71-dd314df9-b871a1b2-adb7d13c.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\9d61817f-45664ed8-9445daa0-a46641de.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\a1d2638d-b23f429f-b0afdee5-a3350131.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\ac92b519-53b641d6-89c2ba98-44554b2c.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\b12dd394-8ac74eb1-95c9d1ec-2bf2ee19.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\b18df606-87964fc1-8b5c6414-bbe887a3.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\c62798c7-f50a4226-a88470d-37015a98.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\d8684a6c-a1a14e4a-93c59908-d63ba37e.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\d9608ef8-5d0d4927-a0091465-535f57ed.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\e450dd9d-ff584493-9bfcd356-9d10547c.pre"
'>"C:\nero6601\Nero Wave Editor\Presets\fed38076-c8f547a7-9f8e0da5-8e44486.pre"
'>"C:\nero6601\Redist\50comupd.exe"
'>"C:\nero6601\Redist\gdiplus.dll"
'>"C:\nero6601\Redist\mfc42.dll"
'>"C:\nero6601\Redist\MSVCP60.dll"
'>"C:\nero6601\Redist\msvcrt.dll"
'>"C:\nero6601\Redist\shfolder.exe"
'>"C:\nero6601\setup\Eula_chs.txt"
'>"C:\nero6601\setup\Eula_cht.txt"
'>"C:\nero6601\setup\Eula_deu.txt"
'>"C:\nero6601\setup\Eula_eng.txt"
'>"C:\nero6601\setup\Eula_enu.txt"
'>"C:\nero6601\setup\Eula_esp.txt"
'>"C:\nero6601\setup\Eula_fra.txt"
'>"C:\nero6601\setup\Eula_ita.txt"
'>"C:\nero6601\setup\Eula_jpn.txt"
'>"C:\nero6601\setup\Eula_kor.txt"
'>"C:\nero6601\setup\Eula_nld.txt"
'>"C:\nero6601\setup\Eula_ptg.txt"
'>"C:\nero6601\setup\Eula_sve.txt"
'>"C:\nero6601\setup\shortcut.dll"
'>"C:\nero6601\System\ImagX7.dll"
'>"C:\nero6601\System\ImagXpr7.dll"
'>"C:\nero6601\System\ImagXR7.dll"
'>"C:\nero6601\System\ImagXRA7.dll"
'>"C:\nero6601\System\NeroCheck.exe"
'>"C:\nero6601\System\TwnLib20.dll"
'>"C:\nero6601\WMPBurn\NeroBurnPlugin.dll"
'>"C:\nero6601\WMPBurn\WMPBurn.exe"
'>"C:\nero6601\VersionInfo.txt"
EXIT

it does spit out REM errors, but i believe that is a just and old DOS byproduct of REM misuse, but it works.

If you see anything wrong or any ideas please let me know.

Thanks

/fugg

Link to comment
Share on other sites


@fugg

Dude, I think you are doing it the hard way..  Isn't it much easier if you follow the guide on the first post?

From the First post:

Shrinking

I assume you already have installed WinRAR so rightclick the installer and unrar the file to C:\nero6601. If you want to shrink the source installation you'll need to create 0-byte files to replace unnecessary files. If you only want Nero you can replace everything, just leave the Nero folder and I think it will be down 10Mb (Untested).

the batch just does that part for you...

/fugg

Link to comment
Share on other sites

I works as in it creates the 0 byte files, but the install (for me) isn't, when i tested it it origanaly i already had nero installed. Now that ive uninstalled nero, when it runs it doesn't allow audio CD creation, nero errors out.

I'm going to do some testing toninght and repost a new batch file.

/fugg

Link to comment
Share on other sites

ok i think i got it all figured out... :thumbup

No longer gives the audio CD plugin errors, or the error on reboot. or the DOS REM errors.

Cuts off about 9.5MB

Just remember to replace the PATH with your path to winrar & replace the serial (near the bottom) with yours

Save as a batch file in the same folder as your nero6601.exe install file (Example: go.bat)

When run it should unpack nero6601, replace the uneeded files, then repack into an new exe already commented

Only problem I've found is when you install it creates shortcuts for all the Nero programs, and all are not installed.

To fix this just add

DEL "nero6601\setup\shortcut.dll"

to the Removing unneeded files section

&

>>"nero6601\setup\shortcut.dll" ECHO.

to the Creating empty files section

only problem with that is, now you don't have any shortcuts...

My suggestion is just to add them manully during XP install such as:

Make a "$OEM\$Docs\All Users\Start Menu\Programs\Nero" folder on the CD

Then put the shortcut file (that points to the nero.exe) into that folder.

here it is...

CLS
@ECHO OFF
TITLE Shrinking and Repacking Nero 6.6.0.1

PATH=C:\Progra~1\WinRAR\

ECHO.
ECHO fugg's Nero 6.6.0.1. Shrinker
ECHO.
ECHO Unpacking Nero v6.6.0.1.
winrar.exe x -ad nero6601.exe
ECHO.
ECHO Removing unneeded files
DEL "nero6601\Common Files\DSFilters\aacplus.dll"
DEL "nero6601\Common Files\DSFilters\NDParser.ax"
DEL "nero6601\Common Files\DSFilters\NeAMR.dll"
DEL "nero6601\Common Files\DSFilters\NeAudio.ax"
DEL "nero6601\Common Files\DSFilters\NeFileSrc.ax"
DEL "nero6601\Common Files\DSFilters\NeQTDec.ax"
DEL "nero6601\Common Files\DSFilters\NeRender.ax"
DEL "nero6601\Common Files\DSFilters\NeVideo.ax"
DEL "nero6601\Common Files\Lib\AdvrCntr.dll"
DEL "nero6601\Common Files\Lib\apreg.dll"
DEL "nero6601\Common Files\Lib\DriveLocker.dll"
DEL "nero6601\Common Files\Lib\NeroCBUI.dll"
DEL "nero6601\Common Files\Lib\NeroIPP.dll"
DEL "nero6601\CoverDesigner\CoverDes.exe"
DEL "nero6601\CoverDesigner\covered-deu.nls"
DEL "nero6601\CoverDesigner\CoverEdCtrl.ocx"
DEL "nero6601\CoverDesigner\def.dat"
DEL "nero6601\CoverDesigner\stocks.dat"
DEL "nero6601\CoverDesigner\LSTemplates\Audio_Content.nct"
DEL "nero6601\CoverDesigner\LSTemplates\Audio_Title.nct"
DEL "nero6601\CoverDesigner\LSTemplates\Data_Content.nct"
DEL "nero6601\CoverDesigner\LSTemplates\Data_Title.nct"
DEL "nero6601\CoverDesigner\Templates\AudioData.nct"
DEL "nero6601\CoverDesigner\Templates\AudioData_B&W.nct"
DEL "nero6601\CoverDesigner\Templates\AudioData_Classic.nct"
DEL "nero6601\CoverDesigner\Templates\Audio_Classic.nct"
DEL "nero6601\CoverDesigner\Templates\DanceHiphop.nct"
DEL "nero6601\CoverDesigner\Templates\DanceHiphop_B&W.nct"
DEL "nero6601\CoverDesigner\Templates\Data.nct"
DEL "nero6601\CoverDesigner\Templates\Data_B&W.nct"
DEL "nero6601\CoverDesigner\Templates\Data_Classic.nct"
DEL "nero6601\ImageDrive\idriveinst.dll"
DEL "nero6601\ImageDrive\ImageDrive.cpl"
DEL "nero6601\ImageDrive\ImageDrive.exe"
DEL "nero6601\ImageDrive\imagedrv.dll"
DEL "nero6601\ImageDrive\imagedrv.mpd"
DEL "nero6601\ImageDrive\imagedrv.sys"
DEL "nero6601\ImageDrive\imagesrv.sys"
DEL "nero6601\Nero BackItUp\BackItUp-Deu.nls"
DEL "nero6601\Nero BackItUp\BackItUp.exe"
DEL "nero6601\Nero BackItUp\NBJ-Deu.nls"
DEL "nero6601\Nero BackItUp\NBJ.exe"
DEL "nero6601\Nero BackItUp\NBR-Deu.nls"
DEL "nero6601\Nero BackItUp\NBR.exe"
DEL "nero6601\nero soundtrax\EffectCtrl.ocx"
DEL "nero6601\nero soundtrax\SoundTrax-Deu.nls"
DEL "nero6601\nero soundtrax\SoundTrax.exe"
DEL "nero6601\Nero StartSmart\NeroStartSmart.exe"
DEL "nero6601\Nero Toolkit\CDSpeed.exe"
DEL "nero6601\Nero Toolkit\DriveSpeed.exe"
DEL "nero6601\Nero Toolkit\hwinfo.exe"
DEL "nero6601\Nero Toolkit\InfoTool.exe"
DEL "nero6601\Nero Wave Editor\AudioControls2.ocx"
DEL "nero6601\Nero Wave Editor\Axis.ocx"
DEL "nero6601\Nero Wave Editor\DXBridge.wpl"
DEL "nero6601\Nero Wave Editor\DXEnum.exe"
DEL "nero6601\Nero Wave Editor\LEDMeter.ocx"
DEL "nero6601\Nero Wave Editor\vplugins-deu.nls"
DEL "nero6601\Nero Wave Editor\vPlugIns.wpl"
DEL "nero6601\Nero Wave Editor\VSTBridge.wpl"
DEL "nero6601\Nero Wave Editor\waveedit-deu.nls"
DEL "nero6601\Nero Wave Editor\waveedit.dll"
DEL "nero6601\Nero Wave Editor\WaveEdit.exe"
DEL "nero6601\Nero Wave Editor\Presets\1e61b927-8c5044d4-ae889c51-dd586cd3.pre"
DEL "nero6601\Nero Wave Editor\Presets\2c7682e2-d38b40b0-afd3ab3f-1119f089.pre"
DEL "nero6601\Nero Wave Editor\Presets\36b69eab-4da7410e-a9233458-ff920a91.pre"
DEL "nero6601\Nero Wave Editor\Presets\3e837f70-d5764187-951f9de3-34cf0129.pre"
DEL "nero6601\Nero Wave Editor\Presets\53e09fcc-6dc04140-9f962ece-93584bc.pre"
DEL "nero6601\Nero Wave Editor\Presets\541c03d3-cbfb40c0-b0385740-afec9f4.pre"
DEL "nero6601\Nero Wave Editor\Presets\5d1f0052-f8114a9f-9deea25e-39d99e88.pre"
DEL "nero6601\Nero Wave Editor\Presets\6073de43-6e416f-90412ea3-2b56d0af.pre"
DEL "nero6601\Nero Wave Editor\Presets\73a712b4-d614426e-bd00e28a-2680e483.pre"
DEL "nero6601\Nero Wave Editor\Presets\73abe042-a4514a93-853113e3-8a42a686.pre"
DEL "nero6601\Nero Wave Editor\Presets\7c25acb5-fb1c458e-87732cad-5b483c26.pre"
DEL "nero6601\Nero Wave Editor\Presets\8c3d0948-7044dc-8325bbcd-3a3a56ce.pre"
DEL "nero6601\Nero Wave Editor\Presets\9568266b-fc044b76-aad47a1d-2a20fe2c.pre"
DEL "nero6601\Nero Wave Editor\Presets\9ccd71-dd314df9-b871a1b2-adb7d13c.pre"
DEL "nero6601\Nero Wave Editor\Presets\9d61817f-45664ed8-9445daa0-a46641de.pre"
DEL "nero6601\Nero Wave Editor\Presets\a1d2638d-b23f429f-b0afdee5-a3350131.pre"
DEL "nero6601\Nero Wave Editor\Presets\ac92b519-53b641d6-89c2ba98-44554b2c.pre"
DEL "nero6601\Nero Wave Editor\Presets\b12dd394-8ac74eb1-95c9d1ec-2bf2ee19.pre"
DEL "nero6601\Nero Wave Editor\Presets\b18df606-87964fc1-8b5c6414-bbe887a3.pre"
DEL "nero6601\Nero Wave Editor\Presets\c62798c7-f50a4226-a88470d-37015a98.pre"
DEL "nero6601\Nero Wave Editor\Presets\d8684a6c-a1a14e4a-93c59908-d63ba37e.pre"
DEL "nero6601\Nero Wave Editor\Presets\d9608ef8-5d0d4927-a0091465-535f57ed.pre"
DEL "nero6601\Nero Wave Editor\Presets\e450dd9d-ff584493-9bfcd356-9d10547c.pre"
DEL "nero6601\Nero Wave Editor\Presets\fed38076-c8f547a7-9f8e0da5-8e44486.pre"
DEL "nero6601\setup\Eula_chs.txt"
DEL "nero6601\setup\Eula_cht.txt"
DEL "nero6601\setup\Eula_deu.txt"
DEL "nero6601\setup\Eula_eng.txt"
DEL "nero6601\setup\Eula_esp.txt"
DEL "nero6601\setup\Eula_fra.txt"
DEL "nero6601\setup\Eula_ita.txt"
DEL "nero6601\setup\Eula_jpn.txt"
DEL "nero6601\setup\Eula_kor.txt"
DEL "nero6601\setup\Eula_nld.txt"
DEL "nero6601\setup\Eula_ptg.txt"
DEL "nero6601\setup\Eula_sve.txt"
DEL "nero6601\WMPBurn\NeroBurnPlugin.dll"
DEL "nero6601\WMPBurn\WMPBurn.exe"
DEL "nero6601\VersionInfo.txt"
ECHO.
ECHO Creating Empty Files...
>>"nero6601\Common Files\DSFilters\aacplus.dll" ECHO.
>>"nero6601\Common Files\DSFilters\NDParser.ax" ECHO.
>>"nero6601\Common Files\DSFilters\NeAMR.dll" ECHO.
>>"nero6601\Common Files\DSFilters\NeAudio.ax" ECHO.
>>"nero6601\Common Files\DSFilters\NeFileSrc.ax" ECHO.
>>"nero6601\Common Files\DSFilters\NeQTDec.ax" ECHO.
>>"nero6601\Common Files\DSFilters\NeRender.ax" ECHO.
>>"nero6601\Common Files\DSFilters\NeVideo.ax" ECHO.
>>"nero6601\Common Files\Lib\AdvrCntr.dll" ECHO.
>>"nero6601\Common Files\Lib\apreg.dll" ECHO.
>>"nero6601\Common Files\Lib\DriveLocker.dll" ECHO.
>>"nero6601\Common Files\Lib\NeroCBUI.dll" ECHO.
>>"nero6601\Common Files\Lib\NeroIPP.dll" ECHO.
>>"nero6601\CoverDesigner\CoverDes.exe" ECHO.
>>"nero6601\CoverDesigner\covered-deu.nls" ECHO.
>>"nero6601\CoverDesigner\CoverEdCtrl.ocx" ECHO.
>>"nero6601\CoverDesigner\def.dat" ECHO.
>>"nero6601\CoverDesigner\stocks.dat" ECHO.
>>"nero6601\CoverDesigner\LSTemplates\Audio_Content.nct" ECHO.
>>"nero6601\CoverDesigner\LSTemplates\Audio_Title.nct" ECHO.
>>"nero6601\CoverDesigner\LSTemplates\Data_Content.nct" ECHO.
>>"nero6601\CoverDesigner\LSTemplates\Data_Title.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\AudioData.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\AudioData_B&W.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\AudioData_Classic.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\Audio_Classic.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\DanceHiphop.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\DanceHiphop_B&W.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\Data.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\Data_B&W.nct" ECHO.
>>"nero6601\CoverDesigner\Templates\Data_Classic.nct" ECHO.
>>"nero6601\ImageDrive\idriveinst.dll" ECHO.
>>"nero6601\ImageDrive\ImageDrive.cpl" ECHO.
>>"nero6601\ImageDrive\ImageDrive.exe" ECHO.
>>"nero6601\ImageDrive\imagedrv.dll" ECHO.
>>"nero6601\ImageDrive\imagedrv.mpd" ECHO.
>>"nero6601\ImageDrive\imagedrv.sys" ECHO.
>>"nero6601\ImageDrive\imagesrv.sys" ECHO.
>>"nero6601\Nero BackItUp\BackItUp-Deu.nls" ECHO.
>>"nero6601\Nero BackItUp\BackItUp.exe" ECHO.
>>"nero6601\Nero BackItUp\NBJ-Deu.nls" ECHO.
>>"nero6601\Nero BackItUp\NBJ.exe" ECHO.
>>"nero6601\Nero BackItUp\NBR-Deu.nls" ECHO.
>>"nero6601\Nero BackItUp\NBR.exe" ECHO.
>>"nero6601\nero soundtrax\EffectCtrl.ocx" ECHO.
>>"nero6601\nero soundtrax\SoundTrax-Deu.nls" ECHO.
>>"nero6601\nero soundtrax\SoundTrax.exe" ECHO.
>>"nero6601\Nero StartSmart\NeroStartSmart.exe" ECHO.
>>"nero6601\Nero Toolkit\CDSpeed.exe" ECHO.
>>"nero6601\Nero Toolkit\DriveSpeed.exe" ECHO.
>>"nero6601\Nero Toolkit\hwinfo.exe" ECHO.
>>"nero6601\Nero Toolkit\InfoTool.exe" ECHO.
>>"nero6601\Nero Wave Editor\AudioControls2.ocx" ECHO.
>>"nero6601\Nero Wave Editor\Axis.ocx" ECHO.
>>"nero6601\Nero Wave Editor\DXBridge.wpl" ECHO.
>>"nero6601\Nero Wave Editor\DXEnum.exe" ECHO.
>>"nero6601\Nero Wave Editor\LEDMeter.ocx" ECHO.
>>"nero6601\Nero Wave Editor\vplugins-deu.nls" ECHO.
>>"nero6601\Nero Wave Editor\vPlugIns.wpl" ECHO.
>>"nero6601\Nero Wave Editor\VSTBridge.wpl" ECHO.
>>"nero6601\Nero Wave Editor\waveedit-deu.nls" ECHO.
>>"nero6601\Nero Wave Editor\waveedit.dll" ECHO.
>>"nero6601\Nero Wave Editor\WaveEdit.exe" ECHO.
>>"nero6601\Nero Wave Editor\Presets\1e61b927-8c5044d4-ae889c51-dd586cd3.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\2c7682e2-d38b40b0-afd3ab3f-1119f089.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\36b69eab-4da7410e-a9233458-ff920a91.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\3e837f70-d5764187-951f9de3-34cf0129.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\53e09fcc-6dc04140-9f962ece-93584bc.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\541c03d3-cbfb40c0-b0385740-afec9f4.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\5d1f0052-f8114a9f-9deea25e-39d99e88.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\6073de43-6e416f-90412ea3-2b56d0af.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\73a712b4-d614426e-bd00e28a-2680e483.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\73abe042-a4514a93-853113e3-8a42a686.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\7c25acb5-fb1c458e-87732cad-5b483c26.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\8c3d0948-7044dc-8325bbcd-3a3a56ce.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\9568266b-fc044b76-aad47a1d-2a20fe2c.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\9ccd71-dd314df9-b871a1b2-adb7d13c.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\9d61817f-45664ed8-9445daa0-a46641de.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\a1d2638d-b23f429f-b0afdee5-a3350131.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\ac92b519-53b641d6-89c2ba98-44554b2c.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\b12dd394-8ac74eb1-95c9d1ec-2bf2ee19.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\b18df606-87964fc1-8b5c6414-bbe887a3.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\c62798c7-f50a4226-a88470d-37015a98.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\d8684a6c-a1a14e4a-93c59908-d63ba37e.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\d9608ef8-5d0d4927-a0091465-535f57ed.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\e450dd9d-ff584493-9bfcd356-9d10547c.pre" ECHO.
>>"nero6601\Nero Wave Editor\Presets\fed38076-c8f547a7-9f8e0da5-8e44486.pre" ECHO.
>>"nero6601\setup\Eula_chs.txt" ECHO.
>>"nero6601\setup\Eula_cht.txt" ECHO.
>>"nero6601\setup\Eula_deu.txt" ECHO.
>>"nero6601\setup\Eula_eng.txt" ECHO.
>>"nero6601\setup\Eula_esp.txt" ECHO.
>>"nero6601\setup\Eula_fra.txt" ECHO.
>>"nero6601\setup\Eula_ita.txt" ECHO.
>>"nero6601\setup\Eula_jpn.txt" ECHO.
>>"nero6601\setup\Eula_kor.txt" ECHO.
>>"nero6601\setup\Eula_nld.txt" ECHO.
>>"nero6601\setup\Eula_ptg.txt" ECHO.
>>"nero6601\setup\Eula_sve.txt" ECHO.
>>"nero6601\WMPBurn\NeroBurnPlugin.dll" ECHO.
>>"nero6601\WMPBurn\WMPBurn.exe" ECHO.
>>"nero6601\VersionInfo.txt" ECHO.
ECHO.
ECHO Creating Answer Key
>>"key.txt" echo;The comment below contains SFX script commands
>>"key.txt" echo.
>>"key.txt" echo Setup=setup.exe /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
>>"key.txt" echo TempMode
>>"key.txt" echo Silent=1
>>"key.txt" echo Overwrite=1
>>"key.txt" echo Title=Nero 6.6.0.1 Ahead Software AG
ECHO.
ECHO Repacking Nero 6.6.0.1
winrar.exe a -df -ep1 -r -m5 -sfx -zkey.txt -- nero6601-Lite nero6601\*
ECHO.
ECHO Cleaning Up
RMDIR nero6601
DEL key.txt
ECHO.
ECHO Finished
EXIT

any questions, comments, ideas etc etc etc... please let me know.

Thank You

/fugg

Link to comment
Share on other sites

if you transform nero and nve to use a 7zip sfx archive, you will save 10mb on top of the winrar.  If people want a guide on how to do this, I can post it, but it will take a while for me to get it all together.

good call...

winrar = 18.5mb

7zip = 13.8mb

awsome prog, never heard of it, thank you

/fugg

Link to comment
Share on other sites

This is slightly off topic, but deal with some of SiMoNsAyS' code as shown below:

REG ADD %KEY%\028 /VE /D "Nero Burning Rom 6.6.0.1" /f
REG ADD %KEY%\028 /V 1 /D "%CDROM%\Software\Nero\nero6601.exe" /f
REG ADD %KEY%\028 /V 2 /D "%CDROM%\Software\Nero\NeroLang.exe" /f

Specifically, how do you set the %CDROM% path variable before running RunOnceEx?

I've just realized that there's no point in having everything copied to the %SystemDrive% if I can just install everything straight from the CD.... (duh, ok I'm slow...)

Do you just call a .cmd file at some point while performing the RunOnceEx commands that identifies the CDROM as shown below:

:CDsearchA
FOR %%a IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO Dir %%a\XPProSP2.txt > NUL && SET XPCD=%%a || echo %%a failed
IF NOT Exist %XPCD%\XPProSP2.txt GOTO NEEDXPCD

If so, will that "SET" command in the .cmd be retained throughout the running of the RunOnceEx, or is it lost upon completion of the .cmd file?

Link to comment
Share on other sites

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