Easy RunOnceEx.cmd
#341
Posted 11 September 2005 - 11:49 AM
#342
Posted 16 September 2005 - 06:47 PM
#344
Posted 22 September 2005 - 09:07 AM
nonobis, on Sep 22 2005, 04:29 AM, said:
Thanks. glas to hear this
#345
Posted 27 September 2005 - 04:00 PM
p.s. if you do/don't want it, please send me a pm to keep this topic a bit clean. i will then update the first post to see the counts.
#347
Posted 28 September 2005 - 04:26 PM
WARNING: please be sure to check if it isn't already in the database and also check the user added programs list. (that is the list of programs that i have to add to the main-program database)
#348
Posted 29 September 2005 - 03:58 AM
REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f
#349
Posted 29 September 2005 - 04:04 AM
alekc, on Sep 29 2005, 03:58 AM, said:
REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f
<{POST_SNAPBACK}>
Please make sure that u are using version 2.6.1.0 that is the only correct working version. (just checked it with the file from your link). so nothing is broken in that version......
#350
Posted 29 September 2005 - 04:27 AM

File which i open
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 "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f REG ADD %KEY%\020 /VE /D "DU Meter 3" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\dumeter3.exe /VERYSILENT /SP-" /f REG ADD %KEY%\025 /VE /D "IsoBuster 1.5" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\IsoBuster1.5.exe /VERYSILENT /SP-" /f REG ADD %KEY%\025 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\030 /VE /D "Kerio Personal Firewall 2.1.5" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\KPF\Setup.exe -s" /f REG ADD %KEY%\035 /VE /D "MDAC 2.7 SP1 Hotfix" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\mdac\mdac.cmd" /f REG ADD %KEY%\040 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\MSN_Messenger_6.1.0202.msi /qn" /f REG ADD %KEY%\045 /VE /D "Nero Burning ROM 5.5" /f REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemdrive%\install\nero\register.reg" /f REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\Nero\Nero551054.exe /silent /noreboot" /f REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT
And runonce cmd creator transofrm it in this mode if i save:
cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\000 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\000 /V 1 /D "%PP%%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\000 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\001 /VE /D "Diskeeper 8" /f REG ADD %KEY%\001 /V 1 /D "%PP%%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f REG ADD %KEY%\002 /VE /D "DU Meter 3" /f REG ADD %KEY%\002 /V 1 /D "%PP%%systemdrive%\install\dumeter3.exe /VERYSILENT /SP-" /f REG ADD %KEY%\002 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\003 /VE /D "Kerio Personal Firewall 2.1.5" /f REG ADD %KEY%\003 /V 1 /D "%PP%%systemdrive%\install\KPF\Setup.exe -s" /f REG ADD %KEY%\004 /VE /D "MDAC 2.7 SP1 Hotfix" /f REG ADD %KEY%\004 /V 1 /D "%PP%%systemdrive%\install\mdac\mdac.cmd" /f REG ADD %KEY%\005 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\005 /V 1 /D "%PP%%systemdrive%\install\MSN_Messenger_6.1.0202.msi /qn" /f REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Nero\Nero551054.exe /silent /noreboot" /f REG ADD %KEY%\006 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\006 /V 1 /D "%PP%REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\007 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\007 /V 1 /D "%PP%%systemdrive%\install\cleanup.cmd" /f REG ADD %KEY%\008 /VE /D "" /f REG ADD %KEY%\008 /V 1 /D "%PP%" /f REG ADD %KEY%\009 /VE /D "" /f REG ADD %KEY%\009 /V 1 /D "%PP%" /f REG ADD %KEY%\010 /VE /D "" /f REG ADD %KEY%\010 /V 1 /D "%PP%" /f EXIT
#351
Posted 29 September 2005 - 09:16 AM
alekc, on Sep 29 2005, 04:27 AM, said:
File which i open
<snip>
And runonce cmd creator transofrm it in this mode if i save:
<snip>
<{POST_SNAPBACK}>
Ok. I see the problem now. i will change this in the upcomming version. (also, the updater will be available then) will be available in about 2 days....
#352
Posted 02 October 2005 - 10:31 AM
alekc, on Sep 29 2005, 04:27 AM, said:
File which i open
<snip>
And runonce cmd creator transofrm it in this mode if i save:
<snip>
<{POST_SNAPBACK}>
Release Cliënt 2 has been released and is downloadable by clicking on the link in my signature and the choose Where to get? on the left ide.
Please report any bugs on my project website (see the second link in my signature)
#353
Posted 08 October 2005 - 04:56 PM
#354
Posted 28 October 2005 - 12:30 AM
#355
Posted 28 October 2005 - 04:52 AM
Only loading of an XPlode file is still not supported.
Also, i don't know yet if there are any major changes to the new file-layout with the newwest XPlode, because im still on an old version.
#356
Posted 31 October 2005 - 05:30 AM
a suggestion....
can u make it so that you can just drag a runonceex.cmd into the program window and it loads it? i would find this very useful as im sure others would
thanks
EDIT: also just found out that copernic desktop search (copernicdesktopsearch.exe) installs silently with /s switch
This post has been edited by eyeball: 31 October 2005 - 05:57 AM
#358
Posted 03 December 2005 - 03:42 PM
I dunno why, it doesn't seem to work with kazaa lite resurrection 0.7.6E
I mean, the /silent switch doesn't work, could you update your database with the new switch ?(which i don't know !!)
Thanks, yur program is Awesome :-)
#359
Posted 09 December 2005 - 05:43 PM
#360
Posted 09 December 2005 - 06:13 PM
- ← A GUI for selecting which program you'd like to install?
- Application Installs
- ConvertXtoDVD 3.x/4.x silent install - How to →



Help


Back to top









