Everything posted by russ9898
-
unattended windows update
do i just save that code as a .reg file and set it to run in my runonceex.cmd file?
-
Multiple RunOnceEx Windows for Different Types
wow cheers for all ur help guys. my instalation is gradually gettin there hehe well prgrams are...yet to test driver instalation as im using a virtual pc
-
Multiple RunOnceEx Windows for Different Types
anyone know if its possible for the command prompt that loads 2 b minimised like wen run2 loads etc?
-
Multiple RunOnceEx Windows for Different Types
bit off topic but does anybody know how to delete and copy folders using a batch file? ive done a quick search but cudnt c anythin, cheers,russ
-
Multiple RunOnceEx Windows for Different Types
is this more like what it should be? cmdow @ /HID @echo off IF EXIST D:\win51ip.SP2 set XPCD=D: IF EXIST E:\win51ip.SP2 set XPCD=E: IF EXIST F:\win51ip.SP2 set XPCD=F: IF EXIST G:\win51ip.SP2 set XPCD=G: IF EXIST H:\win51ip.SP2 set XPCD=H: IF EXIST I:\win51ip.SP2 set XPCD=I: IF EXIST J:\win51ip.SP2 set XPCD=J: IF EXIST Z:\win51ip.SP2 set XPCD=Z: IF EXIST X:\win51ip.SP2 set XPCD=X: IF EXIST V:\win51ip.SP2 set XPCD=V: IF EXIST N:\win51ip.SP2 set XPCD=N: IF EXIST M:\win51ip.SP2 set XPCD=M: IF EXIST L:\win51ip.SP2 set XPCD=L: IF EXIST K:\win51ip.SP2 set XPCD=K: IF EXIST S:\win51ip.SP2 set XPCD=S: IF EXIST Q:\win51ip.SP2 set XPCD=Q: IF EXIST W:\win51ip.SP2 set XPCD=W: IF EXIST R:\win51ip.SP2 set XPCD=R: IF EXIST T:\win51ip.SP2 set XPCD=T: IF EXIST Y:\win51ip.SP2 set XPCD=Y: IF EXIST U:\win51ip.SP2 set XPCD=U: IF EXIST I:\win51ip.SP2 set XPCD=I: IF EXIST O:\win51ip.SP2 set XPCD=O: IF EXIST P:\win51ip.SP2 set XPCD=P: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Utilities" /f REG ADD %KEY%\003 /VE /D "Nero Burning ROM 6.3.1.25" /f REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\002_multi_media\006_winamp\001_utils\001_nero\Setup.exe /silent /noreboot /NO_UI /NOCANCEL /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f REG ADD %KEY%\005 /VE /D "WinRAR 3.40" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\001_utils\002_winrar\Setup.exe /s" /f REG ADD %KEY%\099 /V 1 /D "%systemdrive%\install\RunOnceEx_2_mm.cmd" /f REG ADD %KEY%\099 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f EXIT
-
Multiple RunOnceEx Windows for Different Types
could some1 tell me what is wrong with this code please? i get an invalid key error REG ADD %KEY% /V TITLE /D "Installing Multimedia Applications" /f REG ADD %KEY%\001 /VE /D "Tunespark 1.2" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\001_utils\003_tunespark\setup.exe /VERYSILENT /SP- /NORESTART" /f REG ADD %KEY%\002 /VE /D "The Codecs 2.4" /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\002_multi_media\002_codecs\codecs.exe /S /f REG ADD %KEY%\003 /VE /D "MP3 Tag 2.25" /f REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\002_multi_media\003_mp3tag\Setup.exe /S" /f REG ADD %KEY%\004 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\Software\002_multi_media\004_media_player\Setup.exe /Q:A /C:\"setup_wm.exe /Q:A /R:N\"" /f REG ADD %KEY%\005 /VE /D "CoverXP" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\001_utils\004_coverxp\Setup.exe /S" /f REG ADD %KEY%\006 /VE /D "WinAMP 5.05" /f REG ADD %KEY%\006 /V 2 /D "%systemdrive%\Software\002_multi_media\006_winamp\setup.msi /qb INI="%systemdrive%\Software\002_multi_media\006_winamp\winamp.ini"" /f REG ADD %KEY%\099 /V 1 /D "%systemdrive%\install\RunOnceEx_3_system.cmd" /f REG ADD %KEY%\099 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess" /f EXIT thanks in advance, russ
-
Multiple RunOnceEx Windows for Different Types
hey anychance of seeing these runonce scripts please? would be very interested to see them as i want to do a custom windows install and have leart alot on the subject but feel seeing these and how youve done it exactly would benifit me greatly cheers, russ