Jump to content

Nero Burning ROM v7 installation


BoardBabe

Recommended Posts

well, the first couple of lines will just say something about not for dos, win32 only or something along those lines...but what i would do is put it in a hex editor and do a search for silent...and if that doesnt work, then s i l e n t (the spaces are actually "00" in the hex editor,,,and search for that...of if someone would like to post just the setupx.exe file, i could look at it...also, which one are you running (cuz there are 2, or there should have been)

Link to comment
Share on other sites


well, this is interesting...in the setupx.exe file it says that there is a file that will not be available until Oct (the release date of nero 7) so it could be possible that this version is impossible to silent install...which actually would be quite logical since the only reason to use this version is to test out the programs and not really the setup program (as Im pretty sure they have that down pat and I havent seen it change in quite a while, sotheyll prolly just use the old setupx.exe from nero 6)...but yea, from what I can tell, there isnt a way to silent install. At least not through setupx.exe

Link to comment
Share on other sites

on second thought, another thing you could try is putting that config.txt (i think thats the name) in the same dir as setupx.exe and see if that works, if not, rename config to config.ini...in setupx.exe it says something about ini file being deleted.

Link to comment
Share on other sites

  • 2 weeks later...

I have finally worked out a way to install Nero 7 Premium, just follow these steps and you will be fine... :

1. Add the following key to your registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
"Serial7_1127858803"="*whatever_your_serial_is"

** Please note the * in front of the serial number

2. Run the NeroSuite.msi in the Nero 7 Premium folder with the usual MSI switches.I used:

NeroSuite.msi /passive

this worked lovely for me..

Try it Guys..

:thumbup

Link to comment
Share on other sites

You can use this too

@echo off

NeroSuite .msi ADDLOCAL=ALL PIDKEY=xxxxxxxxxxxxxxxxxxxxx  /norestart /qb-!

EXIT

plus reg key
HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]

"Serial7_1127858803"="*whatever_your_serial_is"

Edited by Yurek3
Link to comment
Share on other sites

I have finally worked out a way to install Nero 7 Premium, just follow these steps and you will be fine... :

1. Add the following key to your registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
"Serial7_1127858803"="*whatever_your_serial_is"

** Please note the * in front of the serial number

2. Run the NeroSuite.msi in the Nero 7 Premium folder with the usual MSI switches.I used:

NeroSuite.msi /passive

this worked lovely for me..

Try it Guys..

:thumbup

Awesome !!!, not totaly silent yet, but it works !!

thx !

Edited by muiz
Link to comment
Share on other sites

We can do Nero7.7z = Nero7.exe and put in scvpack and install this Aplications in T-12.

See ther

http://www.msfn.org/board/index.php?showtopic=39048

Nero.cmd

CMDOW @ /HID
@ECHO OFF

Nero7.msi /passive

REGEDIT /S nero7.reg

EXIT

Or

@echo off
NeroSuite .msi ADDLOCAL=ALL PIDKEY=xxxxxxxxxxxxxxxxxxxx  /norestart /qb-!
REGEDIT /S nero7.reg

EXIT

Config.txt

;!@Install@!UTF-8!
RunProgram="startx /wait Nero7.cmd"
;!@InstallEnd@!

nero.reg

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]

"Serial7_1127858803"="xxxxxxxxxxxxxxxxxxxxxxxx"

Finalisation.cmd

copy /b 7zs.sfx + nero7.reg + config.txt + Nero7.7z Nero7.exe

Yurek3

Edited by Yurek3
Link to comment
Share on other sites

Here is another solution i find in one release of ripped nero

@echo off
msiexec.exe /i "NeroSuite.msi"  USERSEL="6"  STARTMODE="-1"  FAMILYNAME=""  STARTPARAM="CallFromExe" DONOTRUNSETUPX="1"

put and run in folder that have

-Cab

-Redist

-Setup

NeroSuit.msi

Every thing is OK for me.

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...