MSFN Forum: [How To]: Nero 6.6.0.0 - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 15 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

[How To]: Nero 6.6.0.0 Rate Topic: -----

#1 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 07 October 2004 - 04:18 PM

Introduction

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.
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:
;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 :lol:

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.
;El comentario siguiente contiene secuencias de órdenes para SFX

Path=Ahead
Silent=1
Overwrite=1
In the example I'll name it NeroLang.exe.
Language Packs can be downloaded from this link on Nero Website.

Calling the Installer
From RunOnceEX
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 cmdlines
ECHO Installing Nero Burning Rom 6.6.0.5
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.
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
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 cmdlines
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


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

Attached File(s)


This post has been edited by SiMoNsAyS: 10 January 2005 - 05:27 PM



#2 User is offline   MolTraS 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 13-April 04

Posted 07 October 2004 - 04:41 PM

Nice ;) :thumbup

#3 User is offline   neotron 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 07 October 2004 - 05:02 PM

is there a way of installing vision express too? :blink:

#4 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 07 October 2004 - 05:04 PM

deleted to prevent confussion. correted reply here

This post has been edited by SiMoNsAyS: 08 October 2004 - 01:57 PM


#5 User is offline   MtK 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 909
  • Joined: 02-December 03

Posted 07 October 2004 - 05:09 PM

10x for the guide & for the Icno...

btw, I can still see the RAR progress bar...

#6 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 07 October 2004 - 05:15 PM

@mtk fixed :P
silent=1 no progress bar
silent=2 progress bar

#7 User is offline   neotron 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 07 October 2004 - 05:20 PM

cool i'll give it a try :thumbup

#8 User is offline   MtK 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 909
  • Joined: 02-December 03

Posted 07 October 2004 - 05:27 PM

10x...

have any explanation about the "Demo" shortcuts?

#9 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 October 2004 - 05:48 PM

MtK, on Oct 8 2004, 04:57 AM, said:

have any explanation about the "Demo" shortcuts?
You need a key compatible with v6.6 - only then you'd get a non-Demo shortcut.
Some pirated keys keep getting blocked with each new version. And some people have older keys, which are valid only for an older version - they'd need to pay an upgrade key to get a new key.
If you used the method Simon said, and have a valid key, you will see the properly named shortcut folder in Start menu.


@SiMoNsAyS
Great! We have an unattended method evolved 2 weeks before public release, lol.
(yeah, I know its the same method as for older versions, its just that 6.6 is exciting ;) )

#10 User is offline   neotron 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 07 October 2004 - 05:52 PM

@simonsays:

if i use
nero6600.exe /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE


an installer is coming up and stops :(

i'm sorry but what am i doing wrong?

#11 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 07 October 2004 - 07:05 PM

@neotron no worries man, you're not doing nothing wrong it's just that i'm stupid :whistle:
i thought on previous versions of nero, with 6.6 you need to follow the method from the first post with Nero, Nero Media Player and NeroVision Express 3. that means 3 different installers and u can rip any1 of those components.

@prathapml yes with the updated serial, demo shortcuts aren't created, only with 6.3 version and blacklisted serials, and it's not the same method as before it's only the same commandline, if it was i didn't need to redo my nero installer and i didn't write this guide ;)

... at this moment i'm trying to shrink the installation but my headache it's against me, some news tomorrow :}

This post has been edited by SiMoNsAyS: 07 October 2004 - 07:13 PM


#12 User is offline   galvanocentric 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 31-August 04

Posted 07 October 2004 - 07:05 PM

Wow, as Nero keeps overcomplicatings things, y'all keep undercomplicating them.
And for that, I thank you.

#13 User is offline   neotron 

  • Group: Members
  • Posts: 8
  • Joined: 17-September 04

Posted 07 October 2004 - 07:36 PM

ah, i get it ;)

thx for your help

EDIT: AH! finally thx again :thumbup

#14 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,290
  • Joined: 19-May 04

Posted 07 October 2004 - 09:40 PM

instead of having nero install image drive & all those other things i never use..

if i were to copy \nero 6\nero

can i just use that? it seems 2 launch everything & work .. am i wrong ? :P wonder if any1 has tried it

EDIT: cuz if i can get this 2 work.. its only like 20MB :P (which IMO is better then like 200 installed) :P

#15 User is offline   RogueSpear 

  • OS: SimplyMEPIS
  • Group: Supreme Sponsor
  • Posts: 1,529
  • Joined: 18-September 04

Posted 07 October 2004 - 10:30 PM

I built myself an msi file today for Nero 6.6. I used InstallShield Repackager, using the single step snapshot method. I also made a seperate msi file for the Vision half of the product. The msi file for the Nero end of the product came out to 35.5MB, which kind of surprised me a bit. I thought it would be smaller. I did test out burning to a CD-R and DVD+R and all went well. I haven't tested every conceivable function however. I will begin testing on the vision msi over the weekend.

From Nero proper I removed ImageDrive, BackItUp, Cover Designer, and SmartStart. I did leave the audio applications as they generally suit my needs. From Vision I removed the new Photo utility, Media Home, and ShowTime as I prefer Photoshop, Winamp, and PowerDVD.

After the repack for each product was done, I had to go through the generated registry info and meticulously remove all of the extraneous entries for the removed applications :wacko: . I'm going to need reading glasses for sure now. And I'll just bet ya they come out with a new version to fix some initial bugs any day now. Maybe next time I'll just run Reg Checkup to find all the invalid settings and use the resulting log file.

The changes I made to the install may not appeal to all. I always install Nero products to \Program Files\CD-R. Thats where I install all CD-R related programs. And the shortcuts are in the All Users menu under CD-R. I'm rather "type A" with my folder and start menu structures in case you couldn't tell.

I don't have any hosting space currently, but if anyone wants to host it, I'll edit the msi to remove my key code and upload. It's obviously to large to email, so requests for emailing it can't be fulfilled.

#16 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 October 2004 - 10:44 PM

@MCT
You want only 20 MB installed? That's too much - make it 7 MB. :P
The way to reduce Nero install-size, by removing unwanted files, and replacing them with dummy (zero byte) files has been discussed some weeks ago.

I already do that - Install only Nero (the CD-burning thing alone, without all the annoying cover-designer, audio editing, etc.) - and its 7 MB only.

#17 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,290
  • Joined: 19-May 04

Posted 08 October 2004 - 12:33 AM

can u send me your copy prath? without the serial of course :P

#18 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 October 2004 - 12:57 AM

MCT, on Oct 8 2004, 12:03 PM, said:

can u send me your copy prath?

Sure. When I get home today, I'll re-make it for v6.6 and send it along to your e-mail, or PM you an FTP link.
Might take me till tomorrow, so some time please. :)

I dunno, if the 6.6 is going to swell the size, though. But even then, it couldn't possibly have swollen by too much. Let's see how it goes....

#19 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,290
  • Joined: 19-May 04

Posted 08 October 2004 - 01:06 AM

ok thanks, i dont have an ftp, & my email isnt big.. (i just use hotmail's 2MB crap) lol

ill pm u

#20 User is offline   lieblingsbesuch 

  • Member
  • PipPip
  • Group: Members
  • Posts: 170
  • Joined: 29-June 04

Posted 08 October 2004 - 03:52 AM

hi,

The installer is very cool, thx, but....during an install, an error occurs that says, it can't install windowsmedia, or sth.

i think (no....im sure!) that is because i uninstalled windows media player with nlite (i didnt uninstall the codecs!)

after the error, Nero is working perfectly either. but it's annoying.

any chance to get him away?

Share this topic:


  • 15 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy