Jump to content

Too many installs to be seen on the Runonce list?


Mikep7779

Recommended Posts

  • 7 months later...

Hi, i know this is old, and prob dragging on,

But i would like to confirm something,

If i set the registry to launch the Runonce, IE,

1st runonce CMD

@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 "Adobe Reader v7" /f

REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Adobe\setupR.exe" /f

REG ADD %KEY%\002 /VE /D "Firefox 1.5.0.6 Browser" /f

REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Firefox\Setup.msi /qb /norestart" /f

REG ADD %KEY%\003 /VE /D "Nero Burning ROM 7 Lite" /f

REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Nero\Setup.exe /VERYSILENT" /f

REG ADD %KET%\003 /V 2 /D "%systemdrive%\Install\Nero\Setup.reg" /f

REG ADD %KEY%\004 /VE /D "Java Runtime 5.0" /f

REG ADD %KEY%\004 /V 1 /D "%systemdrive%\Install\Java\setup.exe" /f

REG ADD %KEY%\005 /VE /D "Shockwave 10" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Adobe\SW.exe" /f

REG ADD %KEY%\006 /VE /D "Micorosft.net 2" /f

REG ADD %KEY%\006 /V 1 /D "%systemdrive%\Install\Microsoft\DOTnet\setup.exe" /f

REG ADD %KEY%\007 /VE /D "Paint.NET" /f

REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\PaintNET\setup.exe" /f

REG ADD %KEY%\008 /VE /D "Microsoft Office 2003 Pro" /f

REG ADD %KEY%\008 /V 1 /D "%systemdrive%\Install\Office\2k3\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\009 /VE /D "Microsoft Frontpage 2003" /f

REG ADD %KEY%\009 /V 1 /D "%systemdrive%\Install\Office\FP\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\010 /VE /D "Symantic Antivirus Corp 10" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\AV\SAV.msi /qb /norestart" /f

REG ADD %KEY%\011 /VE /D "Zonealarm Pro" /f

REG ADD %KEY%\011 /V 1 /D "%systemdrive%\Install\Fire\setup.exe /s /i /noreboot /lickey 6mw9gah8fnwq8wf033dca9xj2g0" /f

REG ADD %KEY%\012 /VE /D "Codec Pack" /f

REG ADD %KEY%\012 /V 1 /D "%systemdrive%\Install\Codec\fcpack.exe" /f

REG ADD %KEY%\013 /VE /D "Fantom Virtual CD/DVD RW" /f

REG ADD %KEY%\013 /V 1 /D "%systemdrive%\Install\Fantom\enu_tr.msi /qb /norestart" /f

REG ADD %KEY%\014 /VE /D "Windows Live Messenger (MSN 8)" /f

REG ADD %KEY%\014 /V 1 /D "%systemdrive%\Install\MSN\livemess.exe" /f

REG ADD %KEY%\015 /VE /D "Registry Tweaks" /f

REG ADD %KEY%\015 /V 1 /D "Regedit /s %systemdrive%\Install\Reg\tweaks.reg" /f

REG ADD %KEY%\016 /VE /D "Cleanup" /f

REG ADD %KEY%\016 /V 1 /D "%systemdrive%\Install\Cleanup.cmd" /f

REG ADD %KEY%\017 /VE /D "System Patches" /f

REG ADD %KEY%\017 /V 1 /D "%systemdrive%\Installs\Runonce2.cmd" /f

REG ADD %KEY%\017 /V 2 /D "rundll32.exe iernonce.dll,RunOnceExProcess"

--------------------------------

Onceone2.bat

@echo off

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

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

REG ADD %KEY%\101 /VE /D "Patch1" /f

REG ADD %KEY%\101 /V 1 /D "patch1_Path" /f

REG ADD %KEY%\102 /VE /D "Patch1" /f

REG ADD %KEY%\101 /V 1 /D "patch1_Path" /f

Exit

My problem being this, i would like the runonce window to popup, install some apps, then load another RunOnce window, this time installing patches, BUT, when this script is used, will the second RunOnce window start from the second BAT/CMD file, or will it try to install everything from the begining, i am not sure as i don't know if the RunOnce process deletes the registry entries as it goes or if it deletes the entrys after it has finished.

Any help will be appreashed.

Oh and BTW, Great guides. Come in very handy, WICKED site and forum.

Edited by XcOM
Link to comment
Share on other sites

  • 1 month later...

Hi, below are my RunOnceEx and 2ndRunOnceex called from RunOnceEx. What I want is that RunOnceEx starts after 1st logon and 2ndRunOnceEx after RunOnceEx finish...

The reason is that I have too many apps to install. Currently attached RunOnceEx and 2nd RunOnceEx starts prior to first logon, it runs when system "REGISTERING COMPONENTS" and "SAVES SETTINGS" etc. It causes problems coz Office XP isn`t installed for example...

Can somebody advise what to change in both ROE so these runs after 1st logon? None of above posts doesn`t help...

Thanks...!

RunOnceEX

cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "INSTALLING APPLICATIONS..." /f

REG ADD %KEY%\005 /VE /D "NET FRAMEWORK 1.1 ALL IN" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\NetFramework\netfx.msi /qn" /f
REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB867460-X86.exe /qb" /f
REG ADD %KEY%\005 /V 3 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB886903-X86.exe /qb" /f

REG ADD %KEY%\010 /VE /D "MS OFFICE XP S FRONTPAGE" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\OfficeXP\SETUP.exe TRANSFORMS=Unattended.MST /qn" /f

REG ADD %KEY%\015 /VE /D "JAVA RUNTIME 5.0 UPDATE 8" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\Java\jre1508.exe" /f

REG ADD %KEY%\020 /VE /D "ADOBE READER 7.0.8 LITE" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\Adobe\AdobeReader708Lite.exe" /f

REG ADD %KEY%\025 /VE /D "POWER DVD 7 DELUXE" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\PWDVD7\PowerDVD7.exe" /f

REG ADD %KEY%\030 /VE /D "NERO 7.2.3.2b" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\Nero\Nero-7.2.3.2b_eng_lite.exe /VERYSILENT" /f

REG ADD %KEY%\035 /VE /D "WINAMP 5.2.4 LITE" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\Winamp\Winamp524.msi INI=%systemdrive%\install\Applications\Winamp\Winamp.ini /qn" /f

REG ADD %KEY%\040 /VE /D "NOD32 2.51.26" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\NOD32\setup.exe /silentmode /cfg=config.xml /instmfc" /f
REG ADD %KEY%\040 /V 2 /D "%systemdrive%\install\Applications\NOD32\updfiles.exe" /f
REG ADD %KEY%\040 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\NOD32\NOD32.reg" /f

REG ADD %KEY%\045 /VE /D "IRFAN VIEW 3.98 + PLUGINY" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\Irfan\iview398.exe /silent /desktop=0 /group=1 /allusers=0 /assoc=1" /f
REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\Applications\Irfan\irfanplugins398.exe /silent" /f

REG ADD %KEY%\050 /VE /D "DVD SHRINK 3.2" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\DVDShrink\dvdshrink32setup.exe /verysilent /NOCANCEL /NORESTART /SP-" /f

REG ADD %KEY%\055 /VE /D "WINRAR 3.6" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Applications\Winrar36\wrar360.exe /s" /f

REG ADD %KEY%\060 /VE /D "DVD DECRYPTER 3.5.4.0" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\DVDdecrypter\DVDDecrypter3540.exe /S" /f

REG ADD %KEY%\065 /VE /D "ICQ 5.1" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\ICQ5_1\icq5_1_setup.exe /s" /f
REG ADD %KEY%\065 /V 2 /D "taskkill.exe /F /IM ICQLite.exe" /f
REG ADD %KEY%\065 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\ICQ5_1\ICQ.reg" /f

REG ADD %KEY%\070 /VE /D "DVDFAB PLATINIUM 2.9" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Applications\DVDFABPlatinum\DVDFabPlatinum29.exe /SP- /VERYSILENT /NORESTART" /f
REG ADD %KEY%\070 /V 2 /D "%systemdrive%\install\Applications\DVDFABPlatinum\mfc42.exe" /f

REG ADD %KEY%\075 /VE /D "SHOCKWAVE PLAYER 10.1.3.18" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\Applications\Shockwave\swInstaller.exe" /f

REG ADD %KEY%\080 /VE /D "SKYPE 2.5.0.141" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\Applications\Skype\SkypeSetup.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\080 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Skype\Skype.reg" /f

REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\2ndRunOnceEx.cmd" /f

rundll32 iernonce.dll,RunOnceExProcess

2ndRunOnceEx:

cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "INSTALUJEM APLIKACIE..." /f

REG ADD %KEY%\005 /VE /D "MOZILLA FIREFOX 1.5.0.7" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Firefox\firefox1507.exe" /f

REG ADD %KEY%\010 /VE /D "MOZILLA THUNDERBIRD 1.5.0.7" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Thunderbird\Setup_1.5.0.7.exe /ms" /f

REG ADD %KEY%\015 /VE /D "MOZBACKUP 1.4.5" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\MozBackup\MozBackup-1.4.5-ENG.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\020 /VE /D "µTORRENT 1.6 build 474" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\uTorrent\uTorrent-1.6-install.exe /S" /f

REG ADD %KEY%\025 /VE /D "SWITCH OFF 1.7.0.232" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\Switchoff\swoff17.exe /S" /f

REG ADD %KEY%\030 /VE /D "VMWARE 5.5.1.-19175" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\VirtualMachine\VMware-workstation-5.5.1-19175.exe /S /v/qn" /f
REG ADD %KEY%\030 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\VirtualMachine\VMware.reg" /f

REG ADD %KEY%\035 /VE /D "TOTAL COMMANDER 6.51" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\Totalcmd\INSTALL.exe" /f
REG ADD %KEY%\035 /V 2 /D "taskkill.exe /F /IM explorer.exe" /f

REG ADD %KEY%\045 /VE /D "AUTOIT 1.71 " /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\Autoit\autoit-v3-setup.exe /S" /f

REG ADD %KEY%\050 /VE /D "SCITE (FOR AUTOIT) 1.71 " /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\Scite4Autoit\SciTE4AutoIt3.exe /S" /f

REG ADD %KEY%\055 /VE /D "REGSUPREME 1.1" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Applications\RegSupreme\RegSupreme_setup.exe /SP- /VERYSILENT /NORESTART" /f
REG ADD %KEY%\055 /V 2 /D "%systemdrive%\install\Applications\RegSupreme\RegSupreme.sfx.exe" /f
REG ADD %KEY%\055 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\RegSupreme\Regsupreme.reg" /f

REG ADD %KEY%\060 /VE /D "MIRC 6.01" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\mIRC\mIRC.sfx.exe" /f

REG ADD %KEY%\065 /VE /D "ALCOHOL 120% - 1.9.5 build 3105" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\Alcohol120\Patch.sfx.exe" /f
REG ADD %KEY%\065 /V 2 /D "%systemdrive%\install\Applications\Alcohol120\patch_3105.sfx.exe" /f

REG ADD %KEY%\070 /VE /D "FLY 2000 TV 2.26" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Applications\Fly2000TV\Register.exe" /f
REG ADD %KEY%\070 /V 2 /D "%systemdrive%\install\Applications\Fly2000TV\Fly2000_2.26.sfx.exe" /f
REG ADD %KEY%\070 /V 3 /D "%systemdrive%\install\Applications\Fly2000TV\Fly2000TV.sfx.exe" /f

REG ADD %KEY%\994 /VE /D "***NUTNE UPRAVY REGISTROV***" /f
REG ADD %KEY%\994 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Daemontools\Daemon.reg" /f

REG ADD %KEY%\995 /VE /D "***MAZANIE A RESTART***" /f
REG ADD %KEY%\995 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

rundll32 iernonce.dll,RunOnceExProcess

EXIT

Link to comment
Share on other sites

cmdow @ /HID

@echo off

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

REG ADD %KEY% /V TITLE /D "INSTALLING APPLICATIONS..." /f

REG ADD %KEY%\005 /VE /D "NET FRAMEWORK 1.1 ALL IN" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\NetFramework\netfx.msi /qn" /f

REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB867460-X86.exe /qb" /f

REG ADD %KEY%\005 /V 3 /D "%systemdrive%\install\Applications\NetFramework\NDP1.1sp1-KB886903-X86.exe /qb" /f

REG ADD %KEY%\010 /VE /D "MS OFFICE XP S FRONTPAGE" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\OfficeXP\SETUP.exe TRANSFORMS=Unattended.MST /qn" /f

REG ADD %KEY%\015 /VE /D "JAVA RUNTIME 5.0 UPDATE 8" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\Java\jre1508.exe" /f

REG ADD %KEY%\020 /VE /D "ADOBE READER 7.0.8 LITE" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\Adobe\AdobeReader708Lite.exe" /f

REG ADD %KEY%\025 /VE /D "POWER DVD 7 DELUXE" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\PWDVD7\PowerDVD7.exe" /f

REG ADD %KEY%\030 /VE /D "NERO 7.2.3.2b" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\Nero\Nero-7.2.3.2b_eng_lite.exe /VERYSILENT" /f

REG ADD %KEY%\035 /VE /D "WINAMP 5.2.4 LITE" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\Winamp\Winamp524.msi INI=%systemdrive%\install\Applications\Winamp\Winamp.ini /qn" /f

REG ADD %KEY%\040 /VE /D "NOD32 2.51.26" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\NOD32\setup.exe /silentmode /cfg=config.xml /instmfc" /f

REG ADD %KEY%\040 /V 2 /D "%systemdrive%\install\Applications\NOD32\updfiles.exe" /f

REG ADD %KEY%\040 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\NOD32\NOD32.reg" /f

REG ADD %KEY%\045 /VE /D "IRFAN VIEW 3.98 + PLUGINY" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\Irfan\iview398.exe /silent /desktop=0 /group=1 /allusers=0 /assoc=1" /f

REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\Applications\Irfan\irfanplugins398.exe /silent" /f

REG ADD %KEY%\050 /VE /D "DVD SHRINK 3.2" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\DVDShrink\dvdshrink32setup.exe /verysilent /NOCANCEL /NORESTART /SP-" /f

REG ADD %KEY%\055 /VE /D "WINRAR 3.6" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Applications\Winrar36\wrar360.exe /s" /f

REG ADD %KEY%\060 /VE /D "DVD DECRYPTER 3.5.4.0" /f

REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\DVDdecrypter\DVDDecrypter3540.exe /S" /f

REG ADD %KEY%\065 /VE /D "ICQ 5.1" /f

REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\ICQ5_1\icq5_1_setup.exe /s" /f

REG ADD %KEY%\065 /V 2 /D "taskkill.exe /F /IM ICQLite.exe" /f

REG ADD %KEY%\065 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\ICQ5_1\ICQ.reg" /f

REG ADD %KEY%\070 /VE /D "DVDFAB PLATINIUM 2.9" /f

REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Applications\DVDFABPlatinum\DVDFabPlatinum29.exe /SP- /VERYSILENT /NORESTART" /f

REG ADD %KEY%\070 /V 2 /D "%systemdrive%\install\Applications\DVDFABPlatinum\mfc42.exe" /f

REG ADD %KEY%\075 /VE /D "SHOCKWAVE PLAYER 10.1.3.18" /f

REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\Applications\Shockwave\swInstaller.exe" /f

REG ADD %KEY%\080 /VE /D "SKYPE 2.5.0.141" /f

REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\Applications\Skype\SkypeSetup.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\080 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\Skype\Skype.reg" /f

rundll32 iernonce.dll,RunOnceExProcess

REG ADD %KEY% /V TITLE /D "INSTALUJEM APLIKACIE..." /f

REG ADD %KEY%\005 /VE /D "MOZILLA FIREFOX 1.5.0.7" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Firefox\firefox1507.exe" /f

REG ADD %KEY%\010 /VE /D "MOZILLA THUNDERBIRD 1.5.0.7" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Thunderbird\Setup_1.5.0.7.exe /ms" /f

REG ADD %KEY%\015 /VE /D "MOZBACKUP 1.4.5" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\MozBackup\MozBackup-1.4.5-ENG.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\020 /VE /D "µTORRENT 1.6 build 474" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\uTorrent\uTorrent-1.6-install.exe /S" /f

REG ADD %KEY%\025 /VE /D "SWITCH OFF 1.7.0.232" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\Switchoff\swoff17.exe /S" /f

REG ADD %KEY%\030 /VE /D "VMWARE 5.5.1.-19175" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\VirtualMachine\VMware-workstation-5.5.1-19175.exe /S /v/qn" /f

REG ADD %KEY%\030 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\VirtualMachine\VMware.reg" /f

REG ADD %KEY%\035 /VE /D "TOTAL COMMANDER 6.51" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\Totalcmd\INSTALL.exe" /f

REG ADD %KEY%\035 /V 2 /D "taskkill.exe /F /IM explorer.exe" /f

REG ADD %KEY%\045 /VE /D "AUTOIT 1.71 " /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\Autoit\autoit-v3-setup.exe /S" /f

REG ADD %KEY%\050 /VE /D "SCITE (FOR AUTOIT) 1.71 " /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\Scite4Autoit\SciTE4AutoIt3.exe /S" /f

REG ADD %KEY%\055 /VE /D "REGSUPREME 1.1" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Applications\RegSupreme\RegSupreme_setup.exe /SP- /VERYSILENT /NORESTART" /f

REG ADD %KEY%\055 /V 2 /D "%systemdrive%\install\Applications\RegSupreme\RegSupreme.sfx.exe" /f

REG ADD %KEY%\055 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\RegSupreme\Regsupreme.reg" /f

REG ADD %KEY%\060 /VE /D "MIRC 6.01" /f

REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\mIRC\mIRC.sfx.exe" /f

REG ADD %KEY%\065 /VE /D "ALCOHOL 120% - 1.9.5 build 3105" /f

REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\Alcohol120\Patch.sfx.exe" /f

REG ADD %KEY%\065 /V 2 /D "%systemdrive%\install\Applications\Alcohol120\patch_3105.sfx.exe" /f

REG ADD %KEY%\070 /VE /D "FLY 2000 TV 2.26" /f

REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Applications\Fly2000TV\Register.exe" /f

REG ADD %KEY%\070 /V 2 /D "%systemdrive%\install\Applications\Fly2000TV\Fly2000_2.26.sfx.exe" /f

REG ADD %KEY%\070 /V 3 /D "%systemdrive%\install\Applications\Fly2000TV\Fly2000TV.sfx.exe" /f

REG ADD %KEY%\994 /VE /D "***NUTNE UPRAVY REGISTROV***" /f

REG ADD %KEY%\994 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Daemontools\Daemon.reg" /f

REG ADD %KEY%\995 /VE /D "***MAZANIE A RESTART***" /f

REG ADD %KEY%\995 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

rundll32 iernonce.dll,RunOnceExProcess

DEL /Q /F %0

EXIT

i suggest copy it to

XPCD\$OEM$\$DOCS\All Users\Start Menu\Programs\Startup

it will logon to windows.... del itself after running it... name as install.cmd... only one batch running 2 times installation....

Link to comment
Share on other sites

i suggest copy it to

XPCD\$OEM$\$DOCS\All Users\Start Menu\Programs\Startup

it will logon to windows.... del itself after running it... name as install.cmd... only one batch running 2 times installation....

1st of all thanks 4 reply.

So to be sure:

1) merge my 2 ROEs to 1 single ROE?

2) Name it as "install.cmd" and put it to XPCD\$OEM$\$DOCS\All Users\Start Menu\Programs\Startup

Do I have therefore delete RunOnceEx instruction from cmdlines.txt (as there will be no ROE anymore I think)?

I have tested several options yesterday but none of them works as I need.

What I need is to execute 1st ROE after the 1st logon and then after 1st ROE end I need to start another ROE and so on (no reboot necessary...)I don`t want these run at a half of "Registering components" process (T@12 ?)

Thanks

Edited by embe
Link to comment
Share on other sites

i suggest copy it to

XPCD\$OEM$\$DOCS\All Users\Start Menu\Programs\Startup

it will logon to windows.... del itself after running it... name as install.cmd... only one batch running 2 times installation....

1st of all thanks 4 reply.

So to be sure:

1) merge my 2 ROEs to 1 single ROE?

2) Name it as "install.cmd" and put it to XPCD\$OEM$\$DOCS\All Users\Start Menu\Programs\Startup

Do I have therefore delete RunOnceEx instruction from cmdlines.txt (as there will be no ROE anymore I think)?

I have tested several options yesterday but none of them works as I need.

What I need is to execute 1st ROE after the 1st logon and then after 1st ROE end I need to start another ROE and so on (no reboot necessary...)I don`t want these run at a half of "Registering components" process (T@12 ?)

Thanks

that's right... it will run after you really log in windows.... and install ....popup 1 and popup 2... installation...

after that.. it will auto del install.cmd from your startup... as same as my installation... because i dun want copy it to c:\install.cmd something like that....

why dun you give it a run.....and see

Link to comment
Share on other sites

that's right... it will run after you really log in windows.... and install ....popup 1 and popup 2... installation...

after that.. it will auto del install.cmd from your startup... as same as my installation... because i dun want copy it to c:\install.cmd something like that....

why dun you give it a run.....and see

Just tested and even if it`s not exactly what I was looking for it`s very good option which works like a charm!

Thanks mate!

(Strange is that my OfficeXp shrinked with Office shrinker doesn`t work, i changed /gn switch to /gb so I can see what`s going on and error message pop ups with some missing file - i think error 1308 or so. So I removed all rows from ROE and tested just OfficeXP and the same result. So I took backup copy of shrinked OffiecXp and the same...i know this is not caused by multiple ROEs... but i don`t know what it causes and I`m lazy make office shrink again especially when it worked before. If i press ignore on that missing file it finish installation of office and office works..really strange...)

Link to comment
Share on other sites

@ mazin

Cyberloner`s option works perfect and I think I`ll use it. I don`t understand to these commands so I was just trying. Tested several options with partial success; Office XP doesn`t install not due to different time point of installation (at Registering components) but due to missing file...

I planned to remove rundll32 iernonce.dll,RunOnceExProcess from 1st ROE but didn`t yet. I will test it and will see...

@ cyberloner

The problem is that i tested my installation more than 30 times in VMware and I was also forced to use it on real machine by reinstalling the system due to error caused by Net Framework 2.0 (win message:system not completely installed, please run setup again)

Office is installed also on my real machine without any problem.

OfficeXP - I easily managed it to work so I put instructions there for newbies like me. I don`t know why it stopped to work/starts missing 1 file...

Link to comment
Share on other sites

Don't wanna sound like a nark but you should thoroughly test all your installers before attemping the ua with whatever method you use.

true .. that's what i always do and test... change shortcut whatever....

if u remove the rundll32 iernonce.dll,RunOnceExProcess command at the middle one... it will popup runoncex installation a long list that u cannot see what it is install at the bottom of it...

Link to comment
Share on other sites

@ MAVERICKS CHOICE

I always test on a real machine through Start\Run\ and in VMware too. I never reinstalled XP due to testing...And that`s the reason why I had to reinstall XP coz I tested Net Framework 2.0 in real machine - installer dedicated for svcpack method (I didn`t know it of course:- :( )

@ cyberloner

if u remove the rundll32 iernonce.dll,RunOnceExProcess command at the middle one... it will popup runoncex installation a long list that u cannot see what it is install at the bottom of it...

so if i return into method of 2 separtate ROEs (RunOnceEx which call for RunceOnceEx2.cmd at his end and so on) and if I remove from 1st ROE command rundll32.exe iernonce.dll,RunOnceExProcess ROE starts at first logon prior to desktop launch and it will show list of apps which are mentioned in 1st ROE and at it end calls for ROE2 the 1st will dissapear and 2nd will pop up and continues with installation?

This sounds logical but as far as I remember it doesn`t work...but I`m not sure....

Edited by embe
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...