mooms Posted July 11, 2013 Posted July 11, 2013 Hello Geej, I have tested your AddOn (slightly modified to execute it inside a sfx), Install, uninstall and upgrade works great. Good job ! I discovered one thing: - Everything.ini that belong in Program Files (the one in the Everything folder in your AddOn) only need to have two lines:[Everything]app_data=1As we know it is the other Everything.ini that belong in app data wich is actually used, but the one in Program Files is still read at the startup, hence the instruction to use redir. Quote
Geej Posted July 13, 2013 Author Posted July 13, 2013 Hi moomsI'll look into it and made changes accordingly in the next update. Nice to know it still works properly in X64. Thanks Quote
Dogway Posted December 1, 2013 Posted December 1, 2013 For me it installs version x86 automatically, from the moment I drop it onto Win Toolkit it already says x86. Quote
RicaNeaga Posted June 30, 2014 Posted June 30, 2014 Looks like there's development going on again in the Everything forums... look here: http://www.voidtools.com/download/ Hope you're still visiting us, Geej Quote
Geej Posted July 16, 2014 Author Posted July 16, 2014 I have stopped updating this program. Anyone who wants to take over are welcome. Quote
RicaNeaga Posted July 24, 2014 Posted July 24, 2014 It's a pity you won't have time for this anymore. Hopefully somebody skillful will take over Quote
mooms Posted July 24, 2014 Posted July 24, 2014 I have posted a suggestion in the Everything's forum to add silent switches and merging the installers, see here. Quote
RicaNeaga Posted July 30, 2014 Posted July 30, 2014 I've also bumped your request, and added some minor ideas in a separate thread, soon hopefully ''everything'' will be made silent in a simpler manner Quote
RicaNeaga Posted August 5, 2014 Posted August 5, 2014 Looks like void solved both our requests, and the latest beta has tons of options to make it silent mooms, if you think on making a silent installer and post it somewhere, please make it with your custom ''Everything.ini'' inside, as I also want to change something easily in it (reason beeing this). Thanks Quote
mooms Posted August 5, 2014 Posted August 5, 2014 Yes, I have seen that. Right now, I'm still using my own silent installer based on the inf made by Geej, because it is smaller, but I have tried to make an universal (x64 & x86) installer besed on the originals installer and it works. If you want to make your own custom installer, here is some batch commands example I have used (you must have the right file in the right folder):ren "Everything-1.*.x64.Multilingual-Setup.exe" "Ever64.exe"ren "Everything-1.*.x86.Multilingual-Setup.exe" "Ever32.exe"".\bin\7za.exe" a "Everything.7z" "Ever64.exe" "Ever32.exe" "Everything.ini" -mx=9copy /b ".\bin\ev.sfx" + ".\bin\ev.txt" + "Everything.7z" "SFX_Everything_1.3.4.685b.exe"del "Everything.7z"Example config file for the sfx: (You have to add the argument for using the custom ini) ;!@Install@!UTF-8!GUIMode="2"MiscFlags="4"RunProgram="x86:Ever32.exe /S -install-options \"app-data -disable-run-as-admin -install-run-on-system-startup -install-service -install-service-port 15485 -install-start-menu-shortcuts -language 1036\""RunProgram="x64:Ever64.exe /S -install-options \"app-data -disable-run-as-admin -install-run-on-system-startup -install-service -install-service-port 15485 -install-start-menu-shortcuts -language 1036\"";!@InstallEnd@! Quote
mooms Posted August 6, 2014 Posted August 6, 2014 1.3.4.686 final is out. (five years between two "stable" releases !) flatline 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.