RubySoftware Posted February 14, 2008 Author Posted February 14, 2008 RubySoftwareIs it possible to do so that the icon corresponded for every application?Tnx!Only if you use multiple windows. You can set the icon for each window.
Lolita Posted March 4, 2008 Posted March 4, 2008 (edited) Does it uninstall iteself after finishing installing last item in RunOnceEx? If not, can it be uninstalled unattended?BTW download link is down ... Edited March 4, 2008 by Lolita
Sull Posted March 31, 2008 Posted March 31, 2008 Hi again,So I have decided to just run 1 window and all seems to be fine with v1.6, one thing I notice once finished installing all applications the computer restarts, with normal RunOnceEx it does not, how can I change this ?I would also like to know about uninstalling once finished with RunOnceExThank you.
Sull Posted April 10, 2008 Posted April 10, 2008 Hmm, I think it would be safe to say something is up, rubysoftware has not been here since 14th February 2008, maybe hes sick or just abandoning this project.Anyone who wants I can upload v1.6 ( latest ) It also seems I may have to drop this custom RunOnceEx unless I can fix the problem...grrrr
Sull Posted May 19, 2008 Posted May 19, 2008 Hello,A little late, I actually just started cleaning my old unattended collection and the lastest must have gotten deleted.This is what I have1. RunOnceEx.exe ( unknown version, may be 1.6 )2. RunOnceEx 1.4.exe3. RunOnceEx 1.5.exe4. RunOnceExScriptCreator.exeI have put those into a rar archive and you can download here = RubySoftware-all.rarThis is abandoned software, I was once given a very good suggestion, instead of this use WPI ( Windows Post Install ) by kel, which is supported at MSFN and WinCert.net, it will do what RunOnceEx can do + a heck of a lot more and is much more customizable.Just my 2 cent
sp00f Posted June 10, 2008 Posted June 10, 2008 Hello,A little late, I actually just started cleaning my old unattended collection and the lastest must have gotten deleted.This is what I have1. RunOnceEx.exe ( unknown version, may be 1.6 )2. RunOnceEx 1.4.exe3. RunOnceEx 1.5.exe4. RunOnceExScriptCreator.exeI have put those into a rar archive and you can download here = RubySoftware-all.rarThis is abandoned software, I was once given a very good suggestion, instead of this use WPI ( Windows Post Install ) by kel, which is supported at MSFN and WinCert.net, it will do what RunOnceEx can do + a heck of a lot more and is much more customizable.Just my 2 cent1.5 is the latest in your pack
PlutoD Posted June 25, 2008 Posted June 25, 2008 Is this still a live project? The download link no longer works and Google has no other alternatives.Can anyone help?
COKEDUDEUSF Posted August 23, 2008 Posted August 23, 2008 Hello,I have created an application which can be used as an alternative for the Windows default RunOnceEx. It works almost the same, and by default, it looks like this......but you can customize every text and every image. You can even set the text font!It's pretty easy to let it look a little 'older':Or to let it look more like Windows XP:Download installer (Version 1.6, Jan 24, 2008)(To run it silent: RunOnceEx.exe /verysilent)NOTE: If the installer runs silent, it automatically begins installing your applications (if you have added any; see below).VERSION HISTORYVersion 1.6 (Build 31)- Removed auto-adding of Registry values for debugging.Version 1.5 (Build 30)- Fixed issue which occured when using multiple windows- Added a so called 'Easer Egg'....... Version 1.4 (Build 25)- Bug fixVersion 1.3 (Build 22)- Added support for multiple RunOnceEx windowsVersion 1.2 (Build 18)- Added some new icons: $VISTA5-8, $XP3-7Version 1.1 (Build 14)- Vista fix- Fix in recreating RunOnce valuesVersion 1.0 (Build 10)- First public releaseUSAGEJust like RunOnceEx, but all entry's must be stored in HKLM\SOFTWARE\Ruby Software\RunOnceEx, not in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx!To use multiple RunOnceEx windows (e.g. for multiple groups of applications), store the properties of the secound window in HKLM\SOFTWARE\Ruby Software\RunOnceEx2, the third in HKLM\SOFTWARE\Ruby Software\RunOnceEx3...Example RunOnceEx.cmd file:cmdow @ /HID@echo offREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /V "Alternative RunOnceEx by Ruby Software" /D "Insert path to the installer here!!! /verysilent" /fSET KEY="HKLM\SOFTWARE\Ruby Software\RunOnceEx"REG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY% /V TEXT /D "Please wait while Windows installs the following applications:" /fREG ADD %KEY% /V PNG /D "$OLD" /fREG ADD %KEY% /V PNG_arrow /D "$OLD" /fREG ADD %KEY% /V PNG_success /D "$NONE" /fREG ADD %KEY% /V FONT /D "MS Sans Serif" /fREG ADD %KEY%\005 /VE /D "Adobe Reader 6" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /fREG ADD %KEY%\010 /VE /D "Alcohol 120" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /fREG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /fREG ADD %KEY%\015 /VE /D "Diskeeper 8" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /fREG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /fREG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITThe italic part adds the installer of my RunOnceEx application to the RunOnce key. If you forget this, it will not work!Added registry entry's:TEXT: The text above the list of applications. Default: Please wait while Windows installs...FONT: The text font.PNG: The installation icon. Value can be a path to a PNG image (e.g. %systemdrive%\installer.png, best use a size between 32x32 and 48x48), or one of the following constants (italic constants are added in version 1.2):PNG_arrow: The arrow icon. Value can be a path to a PNG image (best use a size of 16x16 or less) or one of the following constants:PNG_success: The success icon. Value can be a path to a PNG image (best use a size of 16x16 or less) or one of the following constants:Download list of constants as Word DocumentI HOPE YOU LIKE IT!Could you please fix your links? I would like to test it out.
Sull Posted August 23, 2008 Posted August 23, 2008 COKEDUDEUSF,This project has been abandoned a long time ago now, I have posted all the software, link aboveSorry don't have latest version maybe someone can post that.
ExTruckie Posted August 24, 2008 Posted August 24, 2008 I just tried to download Alternative RounOnceEx and I get a 404 error. Is the site down??
org.federal Posted September 20, 2008 Posted September 20, 2008 (edited) Well! Working link -> http://www.msfn.org/board/redirect.php?url...oftware-all.rarSorry, I have a troubles with alternative shell!Only one param is working an once from RunOnce and RunOnceEx, RunServicesOnce do not worked fully fromdifferent shell xoblite.net blackbox.exeIt's could be dependency at genuine explorer.exe!Is has a respond it problem the way anyway?I need drugs to put RunOnce.exe !? Edited September 20, 2008 by org.federal
pappy Posted September 15, 2009 Posted September 15, 2009 The link http://www.rubysoftware.nl/files/RunOnceEx/RunOnceEx.exe and http://www.rubysoftware.nl/files/RunOnceEx...20Constants.doc seem to be down. Does anyone have an active link?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now