Jump to content

here is my runonceex...let me know if i messed up.


Recommended Posts

most of the stuff is sfx archives that alread have the switches...but here it is:

cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%\010 /VE /D "ATI Control Panel 4.8 w/ SmartGART" /f
IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Drivers\001_Video\Setup.exe -s -f2c:\atidrivers.log setup.iss" /f
IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\ATI_CPanel\Setup.exe -s -f2c:\atidrivres.log setup.iss" /f

IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%\020 /VE /D "ATI Catalyst Control Center" /f
IF EXIST %systemroot%\system32\atiddc.dll REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\ATI_CCenter\Setup.exe" /f

REG ADD %KEY%\030 /VE /D "Realtek A3.62 Audio Drivers" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Realtek\Setup.exe" /f

REG ADD %KEY%\040 /VE /D "Integrated Color CCD Video Camera" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Camera\Setup.exe" /f

REG ADD %KEY%\050 /VE /D "Slysoft AnyDVD 3.9.3.6" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\AnyDVD\Setup.exe /S" /f
REG ADD %KEY%\050 /V 2 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\key.reg" /f
REG ADD %KEY%\050 /V 4 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\settings.reg" /f

REG ADD %KEY%\060 /VE /D "Ahead Nero 6 Enterprise Edition Suite" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe" /f
REG ADD %KEY%\060 /V 2 /D "%systemdrive%\Install\Nero\nve21218.exe" /f
REG ADD %KEY%\060 /V 3 /D "%systemdrive%\Install\Nero\InCD4303.exe" /f
REG ADD %KEY%\060 /V 4 /D "%systemdrive%\Install\Nero\neroMIX14022b.exe" /f
REG ADD %KEY%\060 /V 5 /D "%systemdrive%\Install\Nero\NMP14022b.exe" /f
REG ADD %KEY%\060 /V 6 /D "%systemdrive%\Install\Nero\Photoshow.exe" /f
REG ADD %KEY%\060 /V 7 /D "%systemdrive%\Install\Nero\WMA.exe" /f
REG ADD %KEY%\060 /V 8 /D "%systemdrive%\Install\Nero\MP3DVD.exe" /f
REG ADD %KEY%\060 /V 9 /D "%systemdrive%\Install\Nero\Ogg.exe" /f

REG ADD %KEY%\070 /VE /D "WinRAR 3.30 Corporate Edition" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\WinRAR\WinRAR.exe /s" /f
REG ADD %KEY%\070 /V 2 /D "REGEDIT /S %systemdrive%\Install\WinRAR\winrar.reg" /f

REG ADD %KEY%\080 /VE /D "UltraISO Media Edition 7.21 SR-2" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\Install\UltraISO\Setup.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\080 /V 2 /D "%systemdrive%\Install\UlraISO\UltraISO.exe" /f
REG ADD %KEY%\080 /V 3 /D "REGEDIT /S %systemdrive%\Install\UltraISO\key.reg" /f

REG ADD %KEY%\090 /VE /D "FlashGet 1.65" /f
REG ADD %KEY%\090 /V 1 /D "%systemdrive%\Install\FlashGet\Setup.exe /s" /f
REG ADD %KEY%\090 /V 2 /D "%systemdrive%\Install\FlashGet\flashget.exe" /f
REG ADD %KEY%\090 /V 3 /D "REGEDIT /S %systemdrive%\Install\FlashGet\jetcar.reg" /f

REG ADD %KEY%\100 /VE /D "System Mechanic 4" /f
REG ADD %KEY%\100 /V 1 /D "%systemdrive%\Install\System_Mechanic\Setup.exe /s" /f
REG ADD %KEY%\100 /V 2 /D "REGEDIT /S %systemdrive%\Install\System_Mechanic\sysmech.reg" /f

REG ADD %KEY%\110 /VE /D "BitComet 0.54" /f
REG ADD %KEY%\110 /V 1 /D "%systemdrive%\Install\BitComet\BitComet.exe /S" /f

REG ADD %KEY%\120 /VE /D "Java 2 Runtime Environment, SE v.1.4.2_05" /f
REG ADD %KEY%\120 /V 1 /D "%systemdrive%\Install\Java\Setup.exe" /f

REG ADD %KEY%\130 /VE /D "Macromedia Shockwave 10" /f
REG ADD %KEY%\130 /V 1 /D "%systemdrive%\Install\Shockwave\Setup.exe /s" /f

REG ADD %KEY%\140 /VE /D "ESPN Motion 2.0" /f
REG ADD %KEY%\140 /V 1 /D "%systemdrive%\Install\ESPN\Setup.exe /s" /f

REG ADD %KEY%\150 /VE /D "LClock 1.61a" /f
REG ADD %KEY%\150 /V 1 /D "%systemdrive%\Install\LClock\LC161a.exe /S" /f

REG ADD %KEY%\160 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\160 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f

EXIT

Link to comment
Share on other sites


I dunno if this matters but I think that you need to change

REG ADD %KEY%\050 /VE /D "Slysoft AnyDVD 3.9.3.6" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\AnyDVD\Setup.exe /S" /f
REG ADD %KEY%\050 /V 2 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\key.reg" /f
REG ADD %KEY%\050 /V 4 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\settings.reg" /f

Into this, look at the last line

REG ADD %KEY%\050 /VE /D "Slysoft AnyDVD 3.9.3.6" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\AnyDVD\Setup.exe /S" /f
REG ADD %KEY%\050 /V 2 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\key.reg" /f
REG ADD %KEY%\050 /V 3 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\settings.reg" /f

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