MSFN Forum: Nero Burning ROM v7 installation - 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
  • 17 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Nero Burning ROM v7 installation How to use the original files for unattended use Rate Topic: -----

#41 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 29 September 2005 - 08:03 AM

How about editing the Nero 7 Premium\Redist\Config\ conf file?

At the top of this file you can INCLUDE or EXCLUDE. Woulod just putting EXCLUDE after components in this file install only the things you want?


#42 User is offline   orei 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 24-November 03

Posted 29 September 2005 - 10:35 AM

hi..
how can i exclude incd fron unattended installation??

in the file conf.txt.. there isn't!!!

thanks a lot

#43 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 29 September 2005 - 01:59 PM

BoardBabe, on Sep 28 2005, 11:41 PM, said:

SO did anyone find a way to select what "components" to install?
or is there only a way to install the whole "suite" of programs?

Also any idea how to reg. plug-ins?<{POST_SNAPBACK}>
From what i gather, Nero7 is using MSI installer?
Then why not just make a transform (*.MST) - an example of this is Office XP/2003.

#44 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 29 September 2005 - 02:56 PM

Good idea.

Do you have a link for a .mst guide? All I can figure out with office is that you need a resource kit for the app to make a mst?

This post has been edited by BoardBabe: 29 September 2005 - 03:06 PM


#45 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 29 September 2005 - 05:24 PM

AdminStudio, or Install-Shield X Pro - these are install makers that can edit MSI's or make MST for them.

#46 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 30 September 2005 - 01:25 PM

BoardBabe, on Sep 29 2005, 08:32 AM, said:

Did you also get rid of the Nero "folder" at my computer?<{POST_SNAPBACK}>


see this post Here

shark

#47 User is offline   orei 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 24-November 03

Posted 30 September 2005 - 05:11 PM

with the new Retail version... the system reboot!!!
if i use this row:

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

the system reboot!!!

i've tested so the command REBOOT=ReallySuppress... but there is anithing that i do.. the computer reboot without control!!!

any idea??

thanks a lot

#48 User is offline   Yurek3 

  • Member
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 23-November 04

Posted 30 September 2005 - 07:11 PM

You try this

first

Windows Registry Editor Version 5.00

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

"Serial7_1127858803"="xxxxxxxxxxxxxxxxxxxxxxxx"


next


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

#49 User is offline   orei 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 24-November 03

Posted 01 October 2005 - 01:04 AM

i'va just try with this...
doesn't work

#50 User is offline   Yurek3 

  • Member
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 23-November 04

Posted 01 October 2005 - 07:26 AM

Do this for me work alltime exelant


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

See ther
http://www.msfn.org/...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

#51 User is offline   dangerzone 

  • Searcher
  • Group: Members
  • Posts: 24
  • Joined: 09-October 04

Posted 01 October 2005 - 04:05 PM

ok let's try this

#52 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 01 October 2005 - 06:02 PM

dangerzone, on Oct 2 2005, 12:05 AM, said:

ok let's try this
<{POST_SNAPBACK}>


que?

someone please try make a MST ang get the retail of Nero 7 Ultra Edition install silently with custom component selection :hello:

#53 User is offline   funnyfarm 

  • Group: Members
  • Posts: 4
  • Joined: 26-February 05

Posted 01 October 2005 - 06:28 PM

I put NERO 7 on my unattended CD by using InstallRite (created a silent install kit) via.........monitoring............ C:\Setupx.exe /a


I only wanted to use.....Nero Burning Rom and Nero Express (36 MB on my CD).....from the Nero 7 Preminum Full version CD.

#54 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 01 October 2005 - 08:26 PM

@funnyfarm: Does this mean you create an admin. install using the SetupX.exe from root of CD or from Nero 7 Premium/Ultra dir, (with help of no other apps?)?

#55 User is offline   funnyfarm 

  • Group: Members
  • Posts: 4
  • Joined: 26-February 05

Posted 02 October 2005 - 01:03 AM

I used InstallRite v2.5 to monitor the normal harddrive installation of Nero 7 via the /a method mentioned in my first post. The resultant 36 MB switchless executable (again I only wanted Nero Burning Rom and Nero Express) that is finally created by InstallRite is then installed on my unattended CD (I use WPI) like all my other software utilities.

#56 User is offline   Yurek3 

  • Member
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 23-November 04

Posted 02 October 2005 - 07:27 AM

@funyfarm

You can write guide stet by step InstallRite.

And how much MB get your instalation in \WPI\instal\nero\"here"
If you get 560MB .You instal all or only Nero and Nero Expres is not important.
You cen save only time.
If you get 76MB in \WPI\instal\nero\"here" this is good job.

Write please what you did.

THX

#57 User is offline   svenby 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 28-May 05

Posted 02 October 2005 - 07:56 AM

Precisely a guidae how you have done step for step.
I have tried all that man can think himself but it works donīt that silent. :(

#58 User is offline   merluzzaio 

  • Group: Members
  • Posts: 5
  • Joined: 01-October 05

Posted 06 October 2005 - 11:45 AM

ok, theme....

if u go in /Nero 7 Ultra Edition/Redist/Config (u have to have a nero 7 cd-rom or legal distribution) yuo find this:

conf.txt

let's inside!

#  ----------------------------------------------------------------------------------------

#			INCLUDE/EXCLUDE-FEATURES

#  ----------------------------------------------------------------------------------------

#  This part of config file is used for including/excluding features from GM.

#

#  Syntax:

#	INCEXCFTR ([UniqueID]) ([ApplicationName]) [FeatureName] INCLUDE

#  or

#	INCEXCFTR ([UniqueID]) ([ApplicationName]) [FeatureName] EXCLUDE

#

#  INCLUDE (or anything other except EXCLUDE) after feature name - feature is included

#  EXCLUDE after feature name - feature is excluded

#

#  If feature is excluded files will be on GM 

#  but end-user will not be able to see or select excluded features

#

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#  !!!!!!!Please don't change anything except INCLUDE/EXCLUDE flags bellow

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

#  ----------------------------------------------------------------------------------------
INCEXCFTR (B035464E) (NeroStartSmart) NeroStartSmart INCLUDE
INCEXCFTR (BCAFF604) (Actions) NeroBurningRom INCLUDE
INCEXCFTR (2FF8B816) (Features) NeroHome INCLUDE
INCEXCFTR (57D52359) (Features) NeroVision INCLUDE
INCEXCFTR (D773A6E2) (NeroShowTime) NeroShowTime INCLUDE
INCEXCFTR (6035F00C) (Actions) NeroRecode INCLUDE
INCEXCFTR (53BEFA20) (Features) NeroMediaHome INCLUDE
INCEXCFTR (CB9D5429) (Features) NeroBackItUp INCLUDE
INCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner INCLUDE
INCEXCFTR (ED1EAF52) (NeroPhotoSnap) NeroPhotoSnap INCLUDE
INCEXCFTR (FA3A3F7B) (Features) NeroWaveEditor INCLUDE
INCEXCFTR (716FE146) (NeroSoundTrax) NeroSoundTrax INCLUDE
INCEXCFTR (E38B9E06) (Features) NeroImageDrive NOTWOW64BITS
INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE
INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE
INCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDE
INCEXCFTR (E72D824A) (Features) NeroInfoTool INCLUDE
INCEXCFTR (C5AB9CFD) (SpecialFeatures) NeroFastCDBurningPlugin INCLUDE
#

#

#  ----------------------------------------------------------------------------------------

#			INCLUDE/EXCLUDE-LANGUAGES

#  ----------------------------------------------------------------------------------------

#  This part of config file is used for including/excluding language supports from GM.

#

#  Syntax:

#	INCEXCLNG [LanguageShortName] USER_LANG

#  or

#	INCEXCLNG [LanguageShortName] ALWAYS

#

#  USER_LANG (or anything other except ALWAYS) after language short name - language is "selected by default" only if it is end-user language

#  ALWAYS after language short name - language is "selected by default" always independent from end-user default language

#

#  If language is included all languages dependent files will be "selected by default" in installer

#  All language files will be always on GM.

#  English is always included.

#

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#  !!!!!!!Please don't change anything except USER_LANG/ALWAYS flags

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

#  ----------------------------------------------------------------------------------------
INCEXCLNG DEU USER_LANG
INCEXCLNG FRA USER_LANG
INCEXCLNG JPN USER_LANG
INCEXCLNG KOR USER_LANG
INCEXCLNG NLD USER_LANG
INCEXCLNG NOR USER_LANG
INCEXCLNG PLK USER_LANG
INCEXCLNG PTB USER_LANG
INCEXCLNG PTG USER_LANG
INCEXCLNG RUS USER_LANG
INCEXCLNG SKY USER_LANG
INCEXCLNG SLV USER_LANG
INCEXCLNG SVE USER_LANG
INCEXCLNG THA USER_LANG
INCEXCLNG TRK USER_LANG
INCEXCLNG CHS USER_LANG
INCEXCLNG CHT USER_LANG
INCEXCLNG CSY USER_LANG
INCEXCLNG DAN USER_LANG
INCEXCLNG ELL USER_LANG
INCEXCLNG ESL USER_LANG
INCEXCLNG ESP USER_LANG
INCEXCLNG FIN USER_LANG
INCEXCLNG HUN USER_LANG
INCEXCLNG ITA USER_LANG
#

#

#  ----------------------------------------------------------------------------------------

#			SET MSI PROPERTY

#  ----------------------------------------------------------------------------------------

#  This part of config file is used for changing MSI properties.

#

#  Syntax:

#	MSIPROPERTY [Property Name] DEFAULT_VAL

#  or

#	MSIPROPERTY [Property Name] "Your value"

#

#  DEFAULT_VAL after property name - Property will be set with default value

#  "Your value" after property name - Property will be set with your value

#

#  Property explanation:

#  SERIALNUM - Serial Number for whole software registration ("1111-2222-3333-4444-5555-6666")

#  TARGETDIR - Specifies the root destination directory for the installation

#  ARPHELPLINK - Internet address, or URL, for technical support

#  ARPHELPTELEPHONE - Technical support phone numbers

#

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#  !!!!!!!Please use Quotation to bound your property value!!!!!!!

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#  !!!!!!!Please don't change anything except DEFAULT_VAL/"Your value" flags

#  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

#  ----------------------------------------------------------------------------------------

#

MSIPROPERTY MIN_DIRECTX_VER 9
MSIPROPERTY SERIALNUM xxxx-xxxx-xxxx-xxxx-xxxx-xxxx <- your serial number!
MSIPROPERTY ROOTDIR "[ProgramFilesFolder]Nero\Nero 7" <- path to install!


cheers :)

#59 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 06 October 2005 - 03:33 PM

Yes, We know we have the file! But how can one use it??? I tried to just put EXCLUDE after some components, but didnt work...

#60 User is offline   merluzzaio 

  • Group: Members
  • Posts: 5
  • Joined: 01-October 05

Posted 07 October 2005 - 07:01 AM

It'z very strange, because work fine 4 me....
how can one use it??
It'z simple....u can repack nero 7 for silent install...and can configure the conf.txt for exclude some feature during installation....

Share this topic:


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

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



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