Jump to content

Recommended Posts

Posted

I was wondering if anyone has a howto, or a tutorial on how to make a custom nero, like this one?

If not, hp38quser, would you be able to make one that contains:

Nero Burning Rom

Nero Express

Nero Vision

MP3 Skipping Fixed

Codecs

Thanks,

Juzman


Posted (edited)

I have on my UWXPCD:

CD Root -> Apps -> Nero

In that Directory I have:

before_install.reg

after_install.reg

Nero-7.2.3.2b_micro.exe

Setup.exe (plugin pack)

setup.iss

install_nero.cmd

--------------------------------------

inside install_nero.cmd i have:

CLS

@echo off

TITLE Nero 7.2.3.2b Micro + Plugins - Unattended Installation

ECHO.

ECHO Installing Nero 7.2.3.2b Micro

ECHO Please wait...

REGEDIT /S before_install.reg

start /wait "Nero-7.2.3.2b_micro.exe /VERYSILENT"

REGEDIT /S after_install.reg

ECHO.

ECHO Installing Nero 7 Plugin Pack

start /wait "Setup.exe -s -f2\%systemdrive%\pluginpack.log\"

EXIT

------------------------------------------------------------------------------

if i run that install_nero.cmd from the CD, will that:

Run the reg file

Install nero micro silently

run reg file

install pluginpack silently

all from the cd, or does it need to be copied to the HDD first.

**UPDATE: I just created a 7z installer, so nvm**

Edited by Juzman
  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...