Jump to content

Unnatended Register


Recommended Posts

Hello everybody,

Do not speak English, SO BE CLEAR TO PLEASE WRITE

I'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.html

REG ADD %KEY%\005 /VE /D "Nero burning rom 6.3.1.20" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Apps\nero\setup.exe /silent /noreboot /no_ui" /f

REG ADD %KEY%\005 /V 2 /D "%systemdrive%\Apps\nero_fra\setup.exe /silent /no_ui" /f

REG ADD %KEY%\005 /V 3 /D "regedit /s %systemdrive%\Apps\nero\serial.reg" /f

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg

ECHO.

ECHO Installing Nero Burning ROM v6.3.0.3

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /noreboot

and 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" /f

REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f

REG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /f

ECHO.

ECHO Installing Nero Burning ROM v6.3.1.15

ECHO Please wait...

start /wait %systemdrive%\Install\Applications\Nero\Setup.exe /silent /noreboot /no_ui /sn=****-****-****-****-****-**** /write_sn

ECHO Installing Nero Burning ROM

ECHO.

start /wait %systemdrive%\install\Applications\Nero\Nero.cmd

REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f

I do not understand this particular

REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f

I do not understand this particular

REG ADD %KEY%\1055 /V 1 /D

I do not understand this particular

%KEY%\1055 /V 1 /D
Link to comment
Share on other sites


The snippets you posted are referred to REG.EXE, NOT to REGEDIT.EXE.

http://www.ss64.com/nt/reg.html

Most probably they are referred to part of a RunOnceEx.cmd, that usually begins as:

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

See here:

http://unattended.msfn.org/unattended.xp/view/web/31/

http://gosh.msfn.org/using_runonceex.htm

And here:

http://www.msfn.org/board/index.php?showtopic=23751&st=0

for 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

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