July 11, 201311 yr 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.
July 13, 201311 yr Author Hi moomsI'll look into it and made changes accordingly in the next update. Nice to know it still works properly in X64. Thanks
December 1, 201311 yr For me it installs version x86 automatically, from the moment I drop it onto Win Toolkit it already says x86.
June 30, 201410 yr 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
July 16, 201410 yr Author I have stopped updating this program. Anyone who wants to take over are welcome.
July 24, 201410 yr It's a pity you won't have time for this anymore. Hopefully somebody skillful will take over
July 24, 201410 yr I have posted a suggestion in the Everything's forum to add silent switches and merging the installers, see here.
July 30, 201410 yr 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
August 5, 201410 yr 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
August 5, 201410 yr 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@!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.