BoardBabe Posted November 16, 2005 Author Posted November 16, 2005 Also armin's way to install will not allow you to choose what to INCLUDE and EXLUCDE of addons etc.
yvyvyvyv Posted November 16, 2005 Posted November 16, 2005 Try to first import registry of serial. After the installation it's located in:HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Installation\Families\Nero 7\InfoAnd then run:Nero.msi STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" /QB REBOOT=ReallySuppress
Sangi Posted January 10, 2006 Posted January 10, 2006 Hi everyone,I hope someone here can help me out! First of all, I'm a newbie, and needless to say, I'm seriously confused.The only method I know for installing Apps is RunonceEx, and my Nero is the following:Nero-7.0.1.4b_eng_no_yt.exe1. Do I have to extract this file to get both Nero.msi and Setupx, or not?2. If I use yvyvyvyv's method,: Try to first import registry of serial. After the installation it's located in:CODEHKEY_LOCAL_MACHINE\SOFTWARE\ahead\Installation\Families\Nero 7\InfoAnd then run:CODENero.msi STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" /QB REBOOT=ReallySuppressAnd I take it he is using an extracted Nero Update, how can I adapt this to my RunOnceEx method? Would the following work?cmdow @ /HID@Echo OffSET PP=%SystemDrive%\install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Programs" /fREG ADD %KEY%\000 /VE /D "Nero" /fREG ADD %KEY%\000 /V 1 /D "%PP%\Nero\Nero.msi STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" /QB REBOOT=ReallySuppress" /fEXITUsing this RunOnceEx method, where would I put the reg file? What should the command for it be and where should it go? Would I have to add another command to my cmdlines.txt?Best,Angie
carter8189 Posted April 18, 2006 Posted April 18, 2006 hi guys, i simply want to install silently nero 7.0.1.2 tha package complete as it is. Is there a simple switch to install it in that way? /quiet /norestart could go? if yes do i have to use the .msi right?and what about the serial?how can i automatically put in (throught a .reg)?
Wesmosis Posted June 11, 2006 Posted June 11, 2006 (edited) Nero 7.1.2 silent install for those of you using wpi IS AS FOLLOW:---------------------------------------------------------------------------your path in config.js: %cdrom%\...............\Nero-7.0.1.2_eng.exe /qb /norestartANDapplying the necessary info to registry:---------------------------------------------Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]"Version"="7.0.0.0""User"="name""Company"="x""Serial7_xxxxxxxxxx"="*xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"----------------------------------------------------------------------------This way of installation makes no icons for me. Could anybody help? ThxI'm using this: installnero.cmdcmdow @ /HID@ECHO OFFstart /wait %systemdrive%\Nero-7.0.5.4_eng_no_yt /qn /norestart NERO_SCOUT=FALSEregedit /s %systemdrive%\reg.regbut yeah I got not ICONS or Start Menu shortcutsI need the full packlage uA, any simple solution?EDIT:no now everything works fine even desktop and start menu shortcuts Edited June 11, 2006 by Wesmosis
chuchubi Posted August 20, 2006 Posted August 20, 2006 Hi, thereI read several topics about silent installing Nero, but they either have a 2 pages long of .msi editing with ORCA or they offer there own custom version which doesn't suite me.Either way I found a very simple solution for producing your own custom installation.1. Extract Nero using administrative install switches2. Then goto "Redist" folder3. Then Config folder and you will find the "conf.txt" fileThats the very file you want and remove features you dont want to.So how does it work? If you launch the installation, the features u chose not to install, will not be available . I have still to try a silent installation, but that wont be a problemCheers
dirtwarrior Posted August 20, 2006 Posted August 20, 2006 (edited) I am going to give this a goare these the lines which should be edited?INCEXCFTR (B035464E) (NeroStartSmart) NeroStartSmart INCLUDEINCEXCFTR (BCAFF604) (NeroBurningRom) NeroBurningRom INCLUDEINCEXCFTR (2FF8B816) (Features) NeroHome INCLUDEINCEXCFTR (57D52359) (Features) NeroVision INCLUDEINCEXCFTR (D773A6E2) (NeroShowTime) NeroShowTime INCLUDEINCEXCFTR (6035F00C) (Actions) NeroRecode INCLUDEINCEXCFTR (53BEFA20) (Features) NeroMediaHome INCLUDEINCEXCFTR (CB9D5429) (Features) NeroBackItUp INCLUDEINCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner INCLUDEINCEXCFTR (ED1EAF52) (Features) NeroPhotoSnap INCLUDEINCEXCFTR (FA3A3F7B) (Features) NeroWaveEditor INCLUDEINCEXCFTR (716FE146) (Actions) NeroSoundTrax INCLUDEINCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDEINCEXCFTR (E38B9E06) (Features) NeroImageDrive NOTWOW64BITSINCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDEINCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDEINCEXCFTR (E72D824A) (Features) NeroInfoTool INCLUDEINCEXCFTR (C5AB9CFD) (SpecialFeatures) NeroFastCDDVDBurningPlugin INCLUDE Edited August 20, 2006 by dirtwarrior
dirtwarrior Posted August 20, 2006 Posted August 20, 2006 I opened the config txt with 7z and deleted some files but would not save changes
alucke Posted August 21, 2006 Posted August 21, 2006 I opened the file with WinRar. Edited the config file and repacked the file with the editted config file.
chuchubi Posted August 21, 2006 Posted August 21, 2006 to Dirtwarrior: the file read-only. change its attributes in properties. And yes, do what the text says, for example"INCEXCFTR (E38B9E06) (Features) NeroImageDrive NOTWOW64BITS" should not be edited.
ScOOt3r Posted August 21, 2006 Posted August 21, 2006 Well this seems like a good idea, Chuchubi, thanks for the share on this onebut I have 1 questionsay i dont want to install this would i just delete this line completly?INCEXCFTR (D773A6E2) (NeroShowTime) NeroShowTime INCLUDEIf thats it, wow its pretty simple indeed, nice workScOOt3r!
duppenj Posted August 21, 2006 Posted August 21, 2006 This is what it says on top of the file:# ----------------------------------------------------------------------------------------# 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# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!## ----------------------------------------------------------------------------------------
ironside Posted August 21, 2006 Posted August 21, 2006 (edited) Does'nt work for me correctly all items EXCLUDE'd are still INCLUDE'd I Extracted the original archive with winrarThen modified the conf.txt by changing INCLUDE to EXCLUDElike so:# ----------------------------------------------------------------------------------------# 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 EXCLUDEINCEXCFTR (BCAFF604) (NeroBurningRom) NeroBurningRom INCLUDEINCEXCFTR (2FF8B816) (Features) NeroHome EXCLUDEINCEXCFTR (57D52359) (Features) NeroVision EXCLUDEINCEXCFTR (D773A6E2) (NeroShowTime) NeroShowTime EXCLUDEINCEXCFTR (6035F00C) (Actions) NeroRecode INCLUDEINCEXCFTR (53BEFA20) (Features) NeroMediaHome EXCLUDEINCEXCFTR (CB9D5429) (Features) NeroBackItUp EXCLUDEINCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner EXCLUDEINCEXCFTR (ED1EAF52) (Features) NeroPhotoSnap EXCLUDEINCEXCFTR (FA3A3F7B) (Features) NeroWaveEditor EXCLUDEINCEXCFTR (716FE146) (Actions) NeroSoundTrax EXCLUDEINCEXCFTR (72CC518F) (Features) NeroBurnRights EXCLUDEINCEXCFTR (E38B9E06) (Features) NeroImageDrive EXCLUDEINCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDEINCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDEINCEXCFTR (E72D824A) (Features) NeroInfoTool INCLUDEINCEXCFTR (C5AB9CFD) (SpecialFeatures) NeroFastCDDVDBurningPlugin 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# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!## ----------------------------------------------------------------------------------------### ----------------------------------------------------------------------------------------# 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 9MSIPROPERTY ROOTDIR "[ProgramFilesFolder]Nero\Nero 7"Then i repackaged the installer with winrar using the same archive comments as in the original installerlike so:;The comment below contains SFX script commandsSetup=setupx.exePath=%temp%\NeroDemo10225Silent=2Overwrite=1Title=Nero 7 DemoThen i installed silently using the usal switcheslike so:Nero-7.2.3.2b_eng_no_yt.exe /qn /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"Like i said after all that it did'nt work for me, Would what i done be correct or incorrect ?ThanksUPDATE: Just to let you know that i have now figured it out not really sure where i went wrong but instead of extracting the original nero package i just opened it up in winrar and navigated to the conf.txt file and double-clicked on it and open in notepad edit the file as above and saved it and closed notepad and winrar now asks to save modified file selected yes waited a couple of minutes or so and then edited the archive comments to include the serial and silent switches and hey presto! it worked!Thanks Edited August 21, 2006 by ironside
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now