Jump to content

Recommended Posts

Posted

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 off

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

REG ADD %KEY% /V TITLE /D "Installerer programvare" /f

REG ADD %KEY%\005 /VE /D "AGP Chipset driver" /f
REG ADD %KEY%\005 /V 1 /D "%Systemdrive%\Drivers\000_agpchipset\Setup.exe -S" /f

REG ADD %KEY%\010 /VE /D "nVidia ForceWare 61.77" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Drivers\001_grafikk\Setup.exe -S" /f

REG ADD %KEY%\015 /VE /D "Creative Audigy Platinum" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Drivers\003_lyd\Drivers\CTZAPXX.exe /S" /f

REG ADD %KEY%\020 /VE /D "Pinnacle PCTV 5.50" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Drivers\003_lyd\Drivers\CTZAPXX.exe /S" /f

REG ADD %KEY%\025 /VE /D "Microsoft .NET Framework v1.1 SP1" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\NetFramework\netfx.msi /QB" /f
REG ADD %KEY%\025 /V 2 /D "%systemdrive%\install\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q" /f

REG ADD %KEY%\030 /VE /D "K-Lite Mega Codec Pack 1.12" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Applications\CodecPack\klmcodec112.exe /verysilent /loadinf=\"%systemdrive%\Install\Applications\CodecPack\silent.inf\"" /f

REG ADD %KEY%\035 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\MSN\MsnMsgs.msi /QB" /f

REG ADD %KEY%\040 /VE /D "Adobe Acrobat Reader 6" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_nor_full.exe -p\"-s /v\\"/qn\\"\"" /f

REG ADD %KEY%\045 /VE /D "WinRAR 3.40" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\WinRAR\wrar340no.exe /s" /f

REG ADD %KEY%\050 /VE /D "BSplayer Pro v1.02.812" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\BSplayer\bsplayerpro100.812.exe /S" /f

REG ADD %KEY%\055 /VE /D "Ahead Nero Burning Rom 6.3.125" /f
REG 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" /f
REG ADD %KEY%\055 /V 2 /D "%systemdrive%\Install\Applications\Nero\nero63125.exe /silent=1 /silent /no_ui /setlang=NOR /nocancel /noreboot" /f

REG ADD %KEY%\060 /VE /D "Microsoft Office 2003 Professional" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\Office2003\PRO11.msi /QB" /f

REG ADD %KEY%\065 /VE /D "DaemonTools 3.47" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\DaemonTools\daemon.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /f

REG ADD %KEY%\070 /VE /D "Implementerer registerkonfigurasjon" /f
REG ADD %KEY%\070 /V 1 /D "REGEDIT /S %systemdrive%\install\registerkonfigurasjon.reg" /f

REG ADD %KEY%\075 /VE /D "Konfigurerer og starter på nytt" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f


EXIT

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


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