embe Posted August 31, 2006 Posted August 31, 2006 (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 OffEcho Installing Daemon Tools 3.47%systemdrive%\install\Applications\Daemontools\DT.msi /quiet /passive /qn /norestart REBOOT=ReallySuppressEXITHere is my RunOnceEx.cmd:cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "INSTALUJEM APLIKACIE" /fREG ADD %KEY%\005 /VE /D "NET FRAMEWORK 1.1 ALL IN" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\NetFramework\netfx.msi /qn" /fREG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB867460-X86.exe /qb" /fREG ADD %KEY%\005 /V 3 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB886903-X86.exe /qb" /fREG ADD %KEY%\010 /VE /D "MS OFFICE XP S FRONTPAGE" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\OfficeXP\SETUP.exe TRANSFORMS=Unattended.MST /qn" /fREG ADD %KEY%\015 /VE /D "JAVA RUNTIME 5.0 UPDATE 8" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\Java\jre1508.exe" /fREG ADD %KEY%\020 /VE /D "ADOBE READER 7.0.8. LITE" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\Adobe\AdobeReader708Lite.exe" /fREG ADD %KEY%\025 /VE /D "POWER DVD 7 DELUXE" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\PWDVD7\PowerDVD7.exe" /fREG ADD %KEY%\030 /VE /D "NERO 7.2.3.2b" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\Nero\Nero-7.2.3.2b_eng_lite.exe /VERYSILENT" /fREG ADD %KEY%\030 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Nero\Nero.reg" /fREG ADD %KEY%\035 /VE /D "WINAMP 5.2.4 LITE" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\Winamp\Winamp524.msi INI=%systemdrive%\install\Applications\Winamp\Winamp.ini /qn" /fREG ADD %KEY%\995 /VE /D "+++MAZANIE A RESTART+++" /fREG ADD %KEY%\995 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITMy 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 August 31, 2006 by embe
embe Posted September 1, 2006 Author Posted September 1, 2006 Common guys, any idea what`s wrong with my files? Would it be possible to help?
mazin Posted September 1, 2006 Posted September 1, 2006 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"
embe Posted September 1, 2006 Author Posted September 1, 2006 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
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