December 22, 200817 yr Hello everybody,Do not speak English, SO BE CLEAR TO PLEASE WRITEI'm trying to understand Certain Lines CMD / BAT Associated Windows Registry entries and / or re-entries by Gross Force before a Unnatended(Traslate for Google, sorry)That means if they can explain:Nero 6 Silent Install?http://www.msfn.org/board/lofiversion/index.php/t26913.htmlREG ADD %KEY%\005 /VE /D "Nero burning rom 6.3.1.20" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Apps\nero\setup.exe /silent /noreboot /no_ui" /fREG ADD %KEY%\005 /V 2 /D "%systemdrive%\Apps\nero_fra\setup.exe /silent /no_ui" /fREG ADD %KEY%\005 /V 3 /D "regedit /s %systemdrive%\Apps\nero\serial.reg" /fECHO.ECHO Registering Nero Burning ROM...REGEDIT /S %systemdrive%\install\Applications\Nero\register.regECHO.ECHO Installing Nero Burning ROM v6.3.0.3ECHO Please wait...start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /norebootand registry.reg:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]"User"="ur name""Company"="ur company""Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"REG ADD %KEY%\1055 /VE /D "Nero Burning ROM 6.3.1.2.0" /fREG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /fREG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /fECHO.ECHO Installing Nero Burning ROM v6.3.1.15ECHO Please wait...start /wait %systemdrive%\Install\Applications\Nero\Setup.exe /silent /noreboot /no_ui /sn=****-****-****-****-****-**** /write_snECHO Installing Nero Burning ROMECHO.start /wait %systemdrive%\install\Applications\Nero\Nero.cmdREG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /fI do not understand this particularREG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /fI do not understand this particularREG ADD %KEY%\1055 /V 1 /DI do not understand this particular%KEY%\1055 /V 1 /D
December 22, 200817 yr The snippets you posted are referred to REG.EXE, NOT to REGEDIT.EXE.http://www.ss64.com/nt/reg.htmlMost probably they are referred to part of a RunOnceEx.cmd, that usually begins as:cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExSee here:http://unattended.msfn.org/unattended.xp/view/web/31/http://gosh.msfn.org/using_runonceex.htmAnd here:http://www.msfn.org/board/index.php?showtopic=23751&st=0for some details.1055 is just a "large" number to make sure that keys like "005" or "010" are executed before, in other words by changing the name of the key to a higher or lower number you are able to execute the command line within it after or before other ones.jaclaz
Create an account or sign in to comment