QUOTE
Nero 6.6 supports for the first time a burning of short Lead Outs. Thus one can save up to 80 seconds when burning and has 12 Mb more storage location. A function is offered, which makes it possible to examine at the end of the combustion the medium for errors. The Tool Nero Vision Express was revised completely and is provided now in the version 3.
New version "Reloaded". First start saying that this is applied only to QUOTE
Package 1
* Nero StartSmart 2
* Nero Express 6
* Nero BackItUp
* Nero SoundTrax
* Nero Image Drive
* Nero Burning ROM 6
* Nero Cover Designer
* Nero Wave Editor
* Nero Toolkit
Current version: 6.6.0.5
Release date: January 10th, 2005
Filesize: 28.92 MB (30333395 bytes)
Package 2 and Package 3 probably can be silent installed with the same procedure.* Nero StartSmart 2
* Nero Express 6
* Nero BackItUp
* Nero SoundTrax
* Nero Image Drive
* Nero Burning ROM 6
* Nero Cover Designer
* Nero Wave Editor
* Nero Toolkit
Current version: 6.6.0.5
Release date: January 10th, 2005
Filesize: 28.92 MB (30333395 bytes)
We're going to start downloading Nero 6.6.0.5 version from here. Method of installation will be the same from previous versions (until nero 6.6.0.0)
Shrinking
I assume you already have installed WinRAR so rightclick the installer and unrar the file to C:\nero6605. 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).
Building Installer
Go to C:\nero6605 and select all files, rightclick on 1 of them and select "WinRAR>Add to archive" create a new SFX file with this comment:
CODE
;The comment below contains SFX script commands
Setup=setup.exe /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
TempMode
Silent=1
Overwrite=1
Title=Nero 6.6.0.5 Ahead Software AG
Replace "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" with your serial number. Take a look at the attached .zip file, you'll find an icon to make your installation look more "professional", or optionally you can add a new Nero.SFX module that @totoymola built Setup=setup.exe /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
TempMode
Silent=1
Overwrite=1
Title=Nero 6.6.0.5 Ahead Software AG
Language Pack
It's easy to build a language pack for Nero, just download the exe file. Rightclick and select WinRAR>Extract to... In that folder delete "Setup.exe", "setup.cfg" and "Setup\" folder. Now select all files and add them to a new RAR-SFX archive. Add this comment.
CODE
;El comentario siguiente contiene secuencias de órdenes para SFX
Path=Ahead
Silent=1
Overwrite=1
In the example I'll name it NeroLang.exe.Path=Ahead
Silent=1
Overwrite=1
Language Packs can be downloaded from this link on Nero Website.
Calling the Installer
From RunOnceEX
CODE
REG ADD %KEY%\028 /VE /D "Nero Burning Rom 6.6.0.5" /f
REG ADD %KEY%\028 /V 1 /D "%CDROM%\Software\Nero\nero6605.exe" /f
REG ADD %KEY%\028 /V 2 /D "%CDROM%\Software\Nero\NeroLang.exe" /f
From cmdlinesREG ADD %KEY%\028 /V 1 /D "%CDROM%\Software\Nero\nero6605.exe" /f
REG ADD %KEY%\028 /V 2 /D "%CDROM%\Software\Nero\NeroLang.exe" /f
CODE
ECHO Installing Nero Burning Rom 6.6.0.5
start /wait %CDROM%\Software\Nero\nero6605.exe
start /wait %CDROM%\Software\Nero\NeroLang.exe
start /wait %CDROM%\Software\Nero\nero6605.exe
start /wait %CDROM%\Software\Nero\NeroLang.exe
Fixing Annoying "Demo Shortcuts"
I will only left this section temporaly for people that still need it but this issue it's solved on 6.6.0.1 release.
This is only if you get those annoying "demo" shortcuts, caused by an old, un-updated serial. Until calling the installer you'll need this .reg file.
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Nero - Burning Rom\Info]
"User"=""
"Company"=""
"Serial6"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
Replace the X's strings with the same serial as the used in the installer. Then simply call it before the installation so it will look like from RunOnceEx[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Nero - Burning Rom\Info]
"User"=""
"Company"=""
"Serial6"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
CODE
REG ADD %KEY%\028 /VE /D "Nero Burning Rom 6.6.0.5" /f
REG ADD %KEY%\028 /V 1 /D "REGEDIT /S %CDROM%\Software\Nero\nero6601.reg" /f
REG ADD %KEY%\028 /V 2 /D "%CDROM%\Software\Nero\nero6601.exe" /f
REG ADD %KEY%\028 /V 3 /D "%CDROM%\Software\Nero\NeroLang.exe" /f
From cmdlinesREG ADD %KEY%\028 /V 1 /D "REGEDIT /S %CDROM%\Software\Nero\nero6601.reg" /f
REG ADD %KEY%\028 /V 2 /D "%CDROM%\Software\Nero\nero6601.exe" /f
REG ADD %KEY%\028 /V 3 /D "%CDROM%\Software\Nero\NeroLang.exe" /f
CODE
ECHO Installing Nero Burning Rom 6.6.0.1
REGEDIT /S %CDROM%\Software\Nero\nero.reg
start /wait %CDROM%\Software\Nero\nero6605.exe
start /wait %CDROM%\Software\Nero\NeroLang.exe
REGEDIT /S %CDROM%\Software\Nero\nero.reg
start /wait %CDROM%\Software\Nero\nero6605.exe
start /wait %CDROM%\Software\Nero\NeroLang.exe
Final Notes
The installation now it's really silent. No progress bar it's shown (if you want to show it just change the rar comment to Silent=2). For me installation it's reduced 1 Mb or so, 27,9 MB (29.272.649 bytes) for installer and 7,11 MB (7.456.271 bytes) for language pack.
QUOTE
Changelog:
- Some typos corrected

- Added attached file
- 0-byte (dummy) files
- Removed a line in the langpack section to prevent confusion
- Solved "Demo Shortcuts"
- Updated to Nero 6.6.0.5
- totoymola's Nero.SFX link