Jump to content

Making your own Nero Installer


ippsatsi

Recommended Posts

I did a program to make Nero Installer. Testes with Nero-7.10.1.0_esp.

This program generates cab necessary for a particular installation removing unused cabs reducing the installer.

You need download AdminStidio trial and modify your Nero.msi deleting unnecessary FEATURES

Like this post:

Step IV : ( Installing Installshield 11.5)

Step V : (Editing MSI)

th_25bb0_Nero_0002.jpg

th_1985e_Nero_0003.jpg

th_51acb_Nero_0004.jpg

th_6a177_Nero_0005.jpg

Refer to your Removed Folder i told you to create when you start to delete componets using installshield.

The most difficult part is to track down all the NeroMediaLibary#######.

Open up all the "+" and delete all the NeroMediaLibary#######, triple check to see you got them all.

Otherwise your installation will fail bec. we already remove the NeroMedia cab files. So if you leave one

just one, installation will fail.

and this: but not mst else .msi file

Guide for making MST

1)In order to to make the .mst download AdminStudio trial, the password is utopia05 (Mod's the password is standard and not a serial). Install

2)Open FLEXnet AdminStudio 7

3)Then go to the tab Assistant

4)Select the .msi created by the admin install, then hit start

5)Then in the windows select under Customization option, select create a mst file. Then name the file.

6)Hit Customize

7)In the Window that opens you should see a list, Expand organization folder, then click on the setup design

8) Select a Feature if you do not want to install a feature, simply hit del, and say yes to the dialog box.

9)Hit save.

My program:

dibujo2gr7.th.jpg

First, Select Original Nero Installer (downloaded from Nero.com) and Path to Nero Installer Custom (a empty folder) an then click in EXTRACT.

Once extracted files to "(Path Nero Installer Custom)\Source" folder, copy Nero.msi from this folder for modify

with InstallShield.

Dont delet this:

dibujo5xr9.th.jpg

If not this error appear when installing Nero

dibujo3xg5.th.jpg

Second, Select your modified Nero.msi with "path custom nero" and then Go button.

At the end pops folder with new Nero Installer, this installer is the same like original but without unused cabs ....delete Redist folder and unnecessary *.mst files (language files)

like this: Let it English .mst (1033.mst file) and your mst language

dibujo4si4.th.jpg

Code Language

(This setupnero.exe is the next autoit script)

Third, using autoit script

RunWait('SetupX.exe /qb SERIALNUM_USERVAL="XXX-XXXX-XXXX-XXXX-XXX-XXXX-XXXX"')
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info", "MissingFilesState", "REG_SZ", "0")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info", "EulaAccepted", "REG_SZ", "1")
RegWrite("HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\General", "Language", "REG_SZ", "ESP")

replace with your serial.

The last RegWrite is for Spanish Languague("ESP"), replace with your Languague .

Compile it and copy together at setupx.exe and run autoit script for installing Nero.

That´s all.

My program

Download link

Nero Custom Maker

Run Nero_custom.exe.

Requirements:

MSXML 6.0

MSXML 6.0

OR NetFramework 2.0 or 3.0 (bundled with MSXML 6.0)

Edited by ippsatsi
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...