Jump to content

Recommended Posts

Posted (edited)

Hi,

i think I can`t be successful, I`m trying to install D-Tools silently, I can`t move without adding D-tools into my ua XP cd...I did it with RunOnceEx first - it was OK except Found new hardware pop-up window. So I turned to cmdlines.txt as mentioned here that this is almost the only one option (I don`t know nothing about AutoIt yet..) Can you please check what I did wrong?

All programs which should install via RunOnceEx are in C:\XPCD\$OEM$\$1\install\Applications\ folder. Also D-tools so full path to DT.msi is C:\XPCD\$OEM$\$1\install\Applications\Daemontools\DT.msi

My cmdlines.txt,daemontools.cmd and also RunOnceEx.cmd are in C:\XPCD\$OEM$\ folder

Here is my cmdlines.txt:

[Commands]
"rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"
"daemontools.cmd"
"RunOnceEx.cmd"

Here is my daemontools.cmd:

@Echo Off

Echo Installing Daemon Tools 3.47

%systemdrive%\install\Applications\Daemontools\DT.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress

EXIT

Here is my RunOnceEx.cmd:

cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "INSTALUJEM APLIKACIE" /f

REG ADD %KEY%\005 /VE /D "NET FRAMEWORK 1.1 ALL IN" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\NetFramework\netfx.msi /qn" /f
REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB867460-X86.exe /qb" /f
REG ADD %KEY%\005 /V 3 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB886903-X86.exe /qb" /f

REG ADD %KEY%\010 /VE /D "MS OFFICE XP S FRONTPAGE" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\OfficeXP\SETUP.exe TRANSFORMS=Unattended.MST /qn" /f

REG ADD %KEY%\015 /VE /D "JAVA RUNTIME 5.0 UPDATE 8" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\Java\jre1508.exe" /f

REG ADD %KEY%\020 /VE /D "ADOBE READER 7.0.8. LITE" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\Adobe\AdobeReader708Lite.exe" /f

REG ADD %KEY%\025 /VE /D "POWER DVD 7 DELUXE" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\PWDVD7\PowerDVD7.exe" /f

REG ADD %KEY%\030 /VE /D "NERO 7.2.3.2b" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\Nero\Nero-7.2.3.2b_eng_lite.exe /VERYSILENT" /f
REG ADD %KEY%\030 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Nero\Nero.reg" /f

REG ADD %KEY%\035 /VE /D "WINAMP 5.2.4 LITE" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\Winamp\Winamp524.msi INI=%systemdrive%\install\Applications\Winamp\Winamp.ini /qn" /f

REG ADD %KEY%\995 /VE /D "+++MAZANIE A RESTART+++" /f
REG ADD %KEY%\995 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

My problem is that Daemon is not installed....

Second problem is that Nero.reg seems to be not executed as it asks me for serial number even if this is in Nero.reg file mentioned...Nero.reg file is in C:\XPCD\$OEM$\$1\install\Applications\Nero\ directory.

EDIT:

Here is my Nero.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Installation\Families\Nero 7\Info]
"User"="EMBE"
"Company"=""
"Serial"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

Can you please help to newbie to prevent future mistakes with pointing to my mistakes clearly?

Thanks!

Edited by embe

Posted

In addition to HKLM key (you used), I apply this HKCU key:

[HKEY_CURRENT_USER\Software\Ahead\Installation\Families\Nero 7\Info]"User"="My Name"

"Company"="My Company"

"EulaAccepted"="1"

Posted
In addition to HKLM key (you used), I apply this HKCU key:
[HKEY_CURRENT_USER\Software\Ahead\Installation\Families\Nero 7\Info]

"User"="My Name"

"Company"="My Company"

"EulaAccepted"="1"

Thanks. I tried but this is not enough however I added EulaAccept into Nero.reg file. The main reason why it doesn`t work is in the line "Serial"="xxxx-xxxx...etc", It has to be "Serial7_XXXXXXXXXX"="XXXX-XXXX etc" where "XXXXXXXXXX" is generated based on the main serial number I think.

As I`m almost new to all this stuff can somebody tell me if e.g. "Regtweaks.reg" which runs from cmdlines.txt may contain also registry info of Nero, for example:

Registry.reg:

Windows Registry Editor Version 5.00

;Speed up shut down
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HangAppTimeout"="100"
"WaitToKillAppTimeout"=1000"

;Nero registration
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
"Company"=""
"EulaAccepted"="1"
"Serial7_XXXXXXXXXX"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
"User"="EMBE"

Or should Regtweaks.reg be saparated from e.g. Nero.reg and if so where should Nero.reg be placed then and how RunOnceEx should looks like?

Thanks

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