Astalavista Posted January 19, 2004 Posted January 19, 2004 Sat down today to figure out RunOnceEx.cmdi had to print out all the instructions from UnAttended XP otherwise it was quiteconfusing for me. i hope that this will help as additional supplement for otherapps.cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /fREG ADD %KEY%\005 /VE /D “Adobe Acrobat Reader 6” /fREG ADD %KEY%\005 /V 1 /D “%systemdrive%\Install\Adobe\ AdbeRdr60.exe -p"-s /v\"/qn\"" /fReg Add %Key%\010 /VE /D “Command Here PowerToys” /fReg Add %Key%\010 /V 1 /D “%SYSTEMDRIVE%\INSTALL\ENHANCEMENTS\CMDHEREPOWERTOYSETUP.EXE /S /V/QN” /fReg Add % Key%\015 /VE /D “Diskeeper 8” /fReg Add % Key%\015 /V 1 /D “%systemdrive%\Install\Diskeeper\Setup.msi /qn” /fReg Add % Key%\020 /VE /D “Google Toolbar” /fReg Add % Key%\020 /V 1 /D “%systemdrive%\install\google\Google.exe /qn” /fReg Add % Key%\025 /VE /D “Windows Media Player 9” /fReg Add % Key%\025 /V 1 /D “systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N” /fReg Add % Key%\030 /VE /D “Microsoft JavaVM - Build 3809” /fReg Add % Key%\030 /V 1 /D “%systemdrive%\install\JavaVM\MSJavx86_3809full.exe /Q:A /R:N” /fReg Add % Key%\035 /VE /D “Microsoft JavaVM to 3810” /fReg Add % Key%\035 /V 1 /D “%systemdrive%\install\JavaVM\MSJavx86_3810update.exe /Q:A /R:N” /fReg Add % Key%\040 /VE /D “Nero Burning ROM v6.3.2.0” /fReg Add % Key%\040 /V 1 /D “%systemdrive%\install\Nero\nero6302.exe /SN=0000-0000-0000-0000-0000-0000 /WRITE_SN /SILENT /NOREBOOT” /fReg Add % Key%\045 /VE /D “Nero Burning ROM Manual v6.3.2.0” /fReg Add % Key%\045 /V 1 /D “%systemdrive%\install\Nero\manual.exe /SILENT” /fReg Add % Key%\050 /VE /D “TWEAKUI POWER TOYS” /fReg Add % Key%\050 /V 1 /D “%SYTEMDRIVE%\INSTALL\ENHANCEMENTS\TWEAKUIPOWERTOYSETUP.EXE /S /V/QN /SILENT” /fReg Add % Key%\055 /VE /D “Nero Burning ROM Manual v6.3.2.0” /fReg Add % Key%\055 /V 1 /D “%systemdrive%\install\Nero\manual.exe /SILENT” /fReg Add % Key%\060 /VE /D “Winamp 5.1” /fReg Add % Key%\060 /V 1 /D “%systemdrive%\install\winamp\Winamp.msi /qn” /fReg Add % Key%\065 /VE /D “Winzip 8.1” /fReg Add % Key%\065 /V 1 /D “%systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstall” /fReg Add % Key%\065 /V 2 /D “Regedit /S %SYSTEMDRIVE%\INSTALL\WINZIP\registerwinzip.reg” /fReg Add % Key%\070 /VE /D “WinRar 3.20” /fReg Add % Key%\070 /V 1 /D ” %systemdrive%\install\WinRAR\wrar320.exe /s” /fReg Add % Key%\070 /V 2 /D “REGEDIT /S %SYSTEMDRIVE%\INSTALL\WinRaR\Winrar.reg” /fReg Add %key%\075 /VE /D “Importing Registry Tweaks” /fReg Add %Key%\075 /V 1 /D “Regedit /s %systemdrive%\install\Tweaks\Tweaks.reg” /fReg Add %Key%\080 /VE /D “Install XP HotFixes”Reg Add %Key%\080 /V 1 /D “%systemdrive%\install\hotfixes\hotfixes.cmd” /fREG ADD %KEY%\100 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXIT
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