BoardBabe Posted October 4, 2004 Posted October 4, 2004 Just converted from start.cmd to RunOnceEx.cmd, but it wont run. I get an error on first boot saying could not find installer.cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installerer programvare" /fREG ADD %KEY%\005 /VE /D "AGP Chipset driver" /fREG ADD %KEY%\005 /V 1 /D "%Systemdrive%\Drivers\000_agpchipset\Setup.exe -S" /fREG ADD %KEY%\010 /VE /D "nVidia ForceWare 61.77" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Drivers\001_grafikk\Setup.exe -S" /fREG ADD %KEY%\015 /VE /D "Creative Audigy Platinum" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Drivers\003_lyd\Drivers\CTZAPXX.exe /S" /fREG ADD %KEY%\020 /VE /D "Pinnacle PCTV 5.50" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Drivers\003_lyd\Drivers\CTZAPXX.exe /S" /fREG ADD %KEY%\025 /VE /D "Microsoft .NET Framework v1.1 SP1" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\NetFramework\netfx.msi /QB" /fREG ADD %KEY%\025 /V 2 /D "%systemdrive%\install\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q" /fREG ADD %KEY%\030 /VE /D "K-Lite Mega Codec Pack 1.12" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Applications\CodecPack\klmcodec112.exe /verysilent /loadinf=\"%systemdrive%\Install\Applications\CodecPack\silent.inf\"" /fREG ADD %KEY%\035 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\MSN\MsnMsgs.msi /QB" /fREG ADD %KEY%\040 /VE /D "Adobe Acrobat Reader 6" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_nor_full.exe -p\"-s /v\\"/qn\\"\"" /fREG ADD %KEY%\045 /VE /D "WinRAR 3.40" /fREG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\WinRAR\wrar340no.exe /s" /fREG ADD %KEY%\050 /VE /D "BSplayer Pro v1.02.812" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\BSplayer\bsplayerpro100.812.exe /S" /fREG ADD %KEY%\055 /VE /D "Ahead Nero Burning Rom 6.3.125" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\Applications\Nero\nero63120.exe /silent=1 /silent /no_ui /setlang=NOR /nocancel /noreboot /sn=\"XXXX-XXXX-XXXX-XXXX-XXXX-XXXX\" /write_sn" /fREG ADD %KEY%\055 /V 2 /D "%systemdrive%\Install\Applications\Nero\nero63125.exe /silent=1 /silent /no_ui /setlang=NOR /nocancel /noreboot" /fREG ADD %KEY%\060 /VE /D "Microsoft Office 2003 Professional" /fREG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\Office2003\PRO11.msi /QB" /fREG ADD %KEY%\065 /VE /D "DaemonTools 3.47" /fREG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /fREG ADD %KEY%\070 /VE /D "Implementerer registerkonfigurasjon" /fREG ADD %KEY%\070 /V 1 /D "REGEDIT /S %systemdrive%\install\registerkonfigurasjon.reg" /fREG ADD %KEY%\075 /VE /D "Konfigurerer og starter på nytt" /fREG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITI dont launch it in winnt.sif is this wrong? I only launch it in cmdlines.txt right after useraccounts.cmd. I also put cmdow.exe in $OEM$\$$\System32.I see a cmd window open twice like one sec at T-12.
Astalavista Posted October 4, 2004 Posted October 4, 2004 i don't think u followed the instructions correctly.inside your cmdlines.txtif should have this info[COMMANDS]"REGEDIT /S tweaks.reg""RunOnceEx.cmd"Go here to learn how to do it correctlyhttp://unattended.msfn.org/xp/runonceex.htm
BoardBabe Posted October 4, 2004 Author Posted October 4, 2004 [COMMANDS]"brukerkonto.cmd""RunOnceEx.cmd"this is my cmdlines.txt located in $OEM$, together with RunOnceEx.cmd.
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