Jump to content

Nero 8 custom Silent Install


RTK999

Recommended Posts

Guide For Nero 8 or before.

1 I write this guide with help of my own search and some post.

2 We gonna need the following:

2.1 Orca MSI

2.2 7z and 7z extra both can be found in 7-zip.org (section download) else both have to be the same version.

3.3 Original Installer of nero.

4.4 Patient.

3 lets work.

4 Install Software.

4.1 Install 7z after extract the content of 7z extra to the root folder of 7z replace if necessary

4.2 Install OrcaMSI(default instaltion).

5 Extract the content of nero installer with 7z.

5.1 If you are use some security suite like Za disable or shutdown.

5.2 In the extracted folder we gonna make a batch file called Exec.cmd(make it with notepad or any other text editor)

5.3 Edit Exec.cmd and put this inside:

     cmdow @ /HID
@Echo off

REGEDIT /S NeroReg.reg
SetupX.exe /qn

Exit

Description:

NeroReg.reg content

    Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Installation\Families\Nero 8\Info]
"Serial8_1201881472"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
"User"="Your username"
"Company"="Your Company"
"EulaAccepted"="1"

5.4 We gonna to search nero.msi it's into the folder Data at bottom of the list.

5.5 Edit nero.msi with orca now you gonna see a column with a list of properties.

5.5.1 First find column called Condition and edit what we want to keep and and wath we want dont

0 = disable

1= Enable

examples if we dont want keep NeroHome we gonna put a 0 in the condition column.

Enabled

NeroHome2FF8B816 NOT(C2FF8B816=1)

Disabled

NeroHome2FF8B816 NOT(C2FF8B816=0)

We changed 1 to 0

My config:

NeroHome 0

NeroStartSmart 1

NeroBurningRom 1

NeroVision 0

NeroBackItUp 0

NeroCoverDesigner 0

NeroWaveEditor 0

NeroSoundTrax 0

NeroShowTime 0

NeroMediaHome 0

NeroRecode 0

NeroPhotoSnap 0

NeroBurnRights 1

NeroCDDVDSpeed 1

NeroDriveSpeed 1

NeroInfoTool 0

NeroRescueAgent 0

NeroBurn 1

NeroMediaStreaming 0

NeroCopyGadget 0

NeroToolbar 0

5.5.2 Delete neroscout

Search any entrance with the follow string MediaLibraryNSE and delete it.

5.5.3 Save the nero.msi

5.6 we gonna Edit Config.txt search in Data/redist/config

Edit the following:

  INCEXCFTR (2FF8B816) (Actions) NeroHome EXCLUDE
INCEXCFTR (B035464E) (Features) NeroStartSmart INCLUDE
INCEXCFTR (BCAFF604) (Features) NeroBurningRom INCLUDE
INCEXCFTR (57D52359) (Features) NeroVision EXCLUDE
INCEXCFTR (CB9D5429) (Actions) NeroBackItUp EXCLUDE
INCEXCFTR (7CE8D626) (Features) NeroCoverDesigner EXCLUDE
INCEXCFTR (FA3A3F7B) (Actions) 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 NOTWOW64BITS
INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE
INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE
INCEXCFTR (E72D824A) (Features) NeroInfoTool EXCLUDE
INCEXCFTR (DE0B9FB0) (Features) NeroRescueAgent EXCLUDE
INCEXCFTR (5AD292D8) (Features) NeroBurn INCLUDE
INCEXCFTR (79061EB3) (Features) NeroMediaStreaming EXCLUDE
INCEXCFTR (ED8C2E75) (Features) NeroCopyGadget EXCLUDE
INCEXCFTR (6231A394) (Features) NeroToolbar EXCLUDE

Keep The same features that Condition column in nero.msi

save.

5.7 Now, compress the contents in the extracted folder, including Exec.cmd using 7-Zip. The compressed file must be a .7z file.

5.8 Now, create a folder called Installer with the follow files.

-the module (the compress 7z file)either one in my case nero8.7z

-7zS.sfx or 7zSD.sfx (found in the 7z root folder just copy and paste)

-Config.txt

-Command.cmd

5.8.1 Now edit config.txt And paste the follow:

        ;!@Install@!UTF-8!
GUIMode="2"
RunProgram="Exec.cmd"
Directory=""
;!@InstallEnd@!

save.

Description:

GUIMode="2" --> Hide the extracting prompt

RunProgram="Exec.cmd" --> ejecute Exec.cmd in the nero root folder(nero extract folder)

5.8.1 Now edit command.cmd and paste the follow:

copy /b 7zSD.sfx + config.txt + nero8.7z Nero8Installer.exe

save.

Description:

7zSD.sfx --> the file copied from 7z root folder can be 7zSD or 7zS

Config.txt --> the config file containing information

nero8.7z --> the module (the compress 7z file)in my case nero8.7z

nero8Installer.exe --> this is the name of the final file you can named wathever you want doesnt matter but its has to be .exe

5.9 Now just doble click on command.cmd and it will create a sfx silent install of nero.

If you found a error or doubt post it.

Edited by RTK999
Link to comment
Share on other sites


Nice tutorial. Take a look here now.

I don't think you can compare that. This guide is unique!

It lets you create your own Nero Lite: a small sized Nero installer.

With the AutoIT script you still need the full huge nero original installer.

But Nero Lite/Nero Micro, the original ones, still have big benefits. Like the audiocodec thing. Nero messes around with your own default settings for playing audio/video. Thats 1 of the main reasons I have been using custom Nero since v6.0. And its also the reason I will stay with the original Micro (Lite is too big, and you can add Nerotools + Mausau plugins yourself... so I don't need Lite anymore, Coverdesigner would be nice but who cares).

Compliments to RTK999. Good to see new people are now spending their time to create optimized installers and also take the time to share.

Edited by ZileXa
Link to comment
Share on other sites

  • 2 weeks later...
Can You please upload done file somewhere ?

As the topic starter includes a part for the serial number in his tutorial, asking for the final file basically equals asking for warez as this file would contain someone else's serial number, which is not allowed according to the forum policy.

Link to comment
Share on other sites

  • 2 weeks later...
YAY Yet another guide for nero 8 installs. :rolleyes::wacko:

Yep you are correct what is wrong with the autoit scripts posted before, instead of noobs trying to unpack nero edit MSI file and then repack it. in fact better going back to nero 6 and using Ncab_211 i,e 25MB :rolleyes:

Edited by urie
Link to comment
Share on other sites

YAY Yet another guide for nero 8 installs. :rolleyes::wacko:

Yep you are correct what is wrong with the autoit scripts posted before, instead of noobs trying to unpack nero edit MSI file and then repack it. in fact better going back to nero 6 and using Ncab_211 i,e 25MB :rolleyes:

Hey i'd consider myself a noob with only one unattended disk under my belt thus far and id much rather repack a couple MSI's then use AutoIT. Using AutoIT is like saying you were to stupid to drive a car so you took the bus. And in your case i think it might be a short bus.

Link to comment
Share on other sites

Hey i'd consider myself a noob with only one unattended disk under my belt thus far and id much rather repack a couple MSI's then use AutoIT. Using AutoIT is like saying you were to stupid to drive a car so you took the bus. And in your case i think it might be a short bus.

This topic is getting out of hand... :}

Everyone have their own way of maintaining their installationplatform and there is no right or wrong in any form of guide. I created that script so people don't have to recreate the entire package when a new version comes out the door, mainly because to save time to do something else. It's up to the individual to decide what to use or implement to their setup environment. I'm just preferring an always working bus rather than an old car that needs to be maintained to save my precious time.

Link to comment
Share on other sites

Using AutoIT is like saying you were to stupid to drive a car so you took the bus. And in your case i think it might be a short bus.

If you are such a great expert in batch scripting, try to install silently Zone Alarm Free with that method and if your tiny car is still OK, let as know the method.

By the way, Nero 8.3.2.1 is out and waiting you. :)

Link to comment
Share on other sites

  • 2 weeks 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...