December 11, 200421 yr cmdow @ /HID@Echo Offrem PP=%SystemDrive%\Install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Custom Programs" /fREG ADD %KEY%\000 /VE /D "TweakUI 2.10 Powertoy" /fREG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\TweakUI.msi /qb" /fREG ADD %KEY%\001 /VE /D "WinXP Image Resizer Power Toy" /fREG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\ImageResizer.exe /s /v/qn" /fREG ADD %KEY%\002 /VE /D "PowerToy Calculator" /fREG ADD %KEY%\002 /V 1 /D "%SystemDrive%\Install\PowerCalc.exe /s /v/qn" /fREG ADD %KEY%\003 /VE /D "Sun Java VM 1.4.2.06" /fREG ADD %KEY%\003 /V 1 /D "%SystemDrive%\Install\j2re-1_4_2_06-windows-i586-p.exe /s /v\"/qb IEXPLORER=1 REBOOT=ReallySuppress\"" /fREG ADD %KEY%\004 /VE /D "GetRight" /fREG ADD %KEY%\004 /V 1 /D "%SystemDrive%\Install\getrt52b.exe /S" /fREG ADD %KEY%\004 /V 2 /D "taskkill /IM getright.EXE /F" /fREG ADD %KEY%\005 /VE /D "Flashget 1.65" /fREG ADD %KEY%\005 /V 1 /D "%SystemDrive%\Install\fgf165.exe /s" /fREG ADD %KEY%\006 /VE /D "WinRAR 3.40 Corp." /fREG ADD %KEY%\006 /V 1 /D "%SystemDrive%\Install\wrar341_corp.exe /s" /fREG ADD %KEY%\007 /VE /D "Yahoo Messenger 6.0" /fREG ADD %KEY%\007 /V 1 /D "%SystemDrive%\Install\ymsgr_1750.exe /s" /fREG ADD %KEY%\007 /V 2 /D "taskkill /f /t /im ypager.exe" /fREG ADD %KEY%\008 /VE /D "Windows MediaPlayer 10" /fREG ADD %KEY%\008 /V 1 /D "%SystemDrive%\Install\WMP10\MP10Setup.exe /Q:A /R:N /C:\"setup_wm.exe /DisallowSystemRestore /Q:A /R:N\"" /fREG ADD %KEY%\009 /VE /D "WinISO 5.3" /fREG ADD %KEY%\009 /V 1 /D "%SystemDrive%\Install\WinISO.exe /VERYSILENT /SP-" /fREG ADD %KEY%\009 /V 2 /D "taskkill /F /IM WinISO.exe" /fREG ADD %KEY%\010 /VE /D "Ccsetup 1.15" /fREG ADD %KEY%\010 /V 1 /D "%SystemDrive%\Install\ccsetup115.exe /s" /fREG ADD %KEY%\011 /VE /D "DVDShrink 3.2" /fREG ADD %KEY%\011 /V 1 /D "%SystemDrive%\Install\dvdshrink3.2.exe /s" /fREG ADD %KEY%\012 /VE /D "Ad-Aware SE Personal Edition" /fREG ADD %KEY%\012 /V 1 /D "%systemdrive%\install\aawsepro.exe /s" /fREG ADD %KEY%\012 /V 2 /D "%systemdrive%\Install\pskill\sleep.exe /5" /fREG ADD %KEY%\012 /V 3 /D "%systemdrive%\Install\pskill\pskill hh.exe" /fREG ADD %KEY%\012 /V 4 /D "%systemdrive%\Install\pskill\pskill Ad-Aware.exe" /fEXITthis is what i have so far i have run it on VM but for entry 10 and 11 it opens the install and i have to click next like normally do in a manual setup. also can somebody know how to install the new kazaa lite revolution 2.6 cause it dont work like the old kazaa lite resurection im a noob in this runonceex so plz help me. ps: i also try to add the new windows messenger 5.1 but it didnt work, i use the same instruction from the unatended web for 5.0
December 11, 200421 yr probably switches are case-sensitive, try "/S"about kazaa, sorry but i don't use it and don't know the switch. take a look onto the sticked app switches thread or do a simple search...
December 11, 200421 yr I haven't heard of a windows messenger 5.1 The switch for KLR 2.6, is this - "/VERYSILENT /SP-".
December 11, 200421 yr Author prathapml thanks for the klr install code and the Windows messenger 5.1 check it our here WM 5.1it came out like 2 weeks ago check it and if you get the command for the runonceex let me know
December 12, 200421 yr The file name shown on the link you provided is a .msi. You should be able to silently install it with:msiexec /i %path%\messenger.msi /qnSee here for details.
Create an account or sign in to comment