Jump to content

Recommended Posts

Posted

Sat down today to figure out RunOnceEx.cmd

i had to print out all the instructions from UnAttended XP otherwise it was quite

confusing for me. i hope that this will help as additional supplement for other

apps.

cmdow @ /HID
@echo off

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

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

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\005 /VE /D “Adobe Acrobat Reader 6” /f
REG ADD %KEY%\005 /V 1 /D “%systemdrive%\Install\Adobe\ AdbeRdr60.exe -p"-s /v\"/qn\"" /f

Reg Add %Key%\010 /VE /D “Command Here PowerToys” /f
Reg Add %Key%\010 /V 1 /D “%SYSTEMDRIVE%\INSTALL\ENHANCEMENTS\CMDHEREPOWERTOYSETUP.EXE /S /V/QN” /f

Reg Add % Key%\015 /VE /D “Diskeeper 8” /f
Reg Add % Key%\015 /V 1 /D “%systemdrive%\Install\Diskeeper\Setup.msi /qn” /f

Reg Add % Key%\020 /VE /D “Google Toolbar” /f
Reg Add % Key%\020 /V 1 /D “%systemdrive%\install\google\Google.exe /qn” /f

Reg Add % Key%\025 /VE /D “Windows Media Player 9” /f
Reg Add % Key%\025 /V 1 /D “systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N” /f

Reg Add % Key%\030 /VE /D “Microsoft JavaVM - Build 3809” /f
Reg Add % Key%\030 /V 1 /D “%systemdrive%\install\JavaVM\MSJavx86_3809full.exe /Q:A /R:N” /f

Reg Add % Key%\035 /VE /D “Microsoft JavaVM to 3810” /f
Reg Add % Key%\035 /V 1 /D “%systemdrive%\install\JavaVM\MSJavx86_3810update.exe /Q:A /R:N” /f

Reg Add % Key%\040 /VE /D “Nero Burning ROM v6.3.2.0” /f
Reg Add % Key%\040 /V 1 /D “%systemdrive%\install\Nero\nero6302.exe /SN=0000-0000-0000-0000-0000-0000 /WRITE_SN /SILENT /NOREBOOT” /f

Reg Add % Key%\045 /VE /D “Nero Burning ROM Manual v6.3.2.0” /f
Reg Add % Key%\045 /V 1 /D “%systemdrive%\install\Nero\manual.exe /SILENT” /f

Reg Add % Key%\050 /VE /D “TWEAKUI POWER TOYS” /f
Reg Add % Key%\050 /V 1 /D “%SYTEMDRIVE%\INSTALL\ENHANCEMENTS\TWEAKUIPOWERTOYSETUP.EXE /S /V/QN /SILENT” /f

Reg Add % Key%\055 /VE /D “Nero Burning ROM Manual v6.3.2.0” /f
Reg Add % Key%\055 /V 1 /D “%systemdrive%\install\Nero\manual.exe /SILENT” /f

Reg Add % Key%\060 /VE /D “Winamp 5.1” /f
Reg Add % Key%\060 /V 1 /D “%systemdrive%\install\winamp\Winamp.msi /qn” /f


Reg Add % Key%\065 /VE /D “Winzip 8.1” /f
Reg Add % Key%\065 /V 1 /D “%systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstall” /f
Reg Add % Key%\065 /V 2 /D “Regedit /S %SYSTEMDRIVE%\INSTALL\WINZIP\registerwinzip.reg” /f


Reg Add % Key%\070 /VE /D “WinRar 3.20” /f
Reg Add % Key%\070 /V 1 /D ” %systemdrive%\install\WinRAR\wrar320.exe /s” /f
Reg Add % Key%\070 /V 2 /D “REGEDIT /S %SYSTEMDRIVE%\INSTALL\WinRaR\Winrar.reg” /f


Reg Add %key%\075 /VE /D “Importing Registry Tweaks” /f
Reg Add %Key%\075 /V 1 /D “Regedit /s %systemdrive%\install\Tweaks\Tweaks.reg” /f


Reg Add %Key%\080 /VE /D “Install XP HotFixes”
Reg Add %Key%\080 /V 1 /D “%systemdrive%\install\hotfixes\hotfixes.cmd” /f


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

EXIT

:)


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