Portable update

General discussion related to "Everything".
Post Reply
Phenom
Posts: 2
Joined: Mon May 18, 2020 5:30 pm

Portable update

Post by Phenom »

Hey, this may be a dumb question but, how do I update the portable version of Everything?
therube
Posts: 4609
Joined: Thu Sep 03, 2009 6:48 pm

Re: Portable update

Post by therube »

(I don't know what, Help | Check for updates... does?
If it only notifies or if it would download?)

Anyhow... what I do...

Download the update (or version) I want.
From wherever I have Everything "installed", I do (after having first Quit Everything):

c:/locate/Everything.exe -uninstall-service

Copy (new) Everything.exe overtop (old) Everything.exe
c:/locate/Everything.exe -install-service


Then, fire up Everything.

The uninstall/install of the service may not be needed (?), but I figure since I may not know if something has changed on the service end, & it only takes a moment to accomplish, I just do it.


(Looks like the an update check should at least notify, http://www.voidtools.com/forum/viewtopi ... 722#p24722 [other "update" considerations, noted in that thread, aside]. [I have no idea what happens after that, if there is an update & it downloads?])
Last edited by therube on Wed May 20, 2020 10:07 am, edited 1 time in total.
Reason: clarified with, "(after having first..."
vsub
Posts: 439
Joined: Sat Nov 12, 2011 11:51 am

Re: Portable update

Post by vsub »

Create a .bat file and save it into the Everything folder

Code: Select all

net stop Everything
pause
net start Everything
Exit Everything and run the bat file as admin and press any key after you replace the exe
NotNull
Posts: 5258
Joined: Wed May 24, 2017 9:22 pm

Re: Portable update

Post by NotNull »

This is what I use: viewtopic.php?f=2&t=6824

The update script is at the end, but it requires ManageServiceRestricted.cmd to reconfigure the services to be stopped/started as a regular user.

If interested, I posted another version of that somewhere on this forum (but couldn't find it)
Phenom
Posts: 2
Joined: Mon May 18, 2020 5:30 pm

Re: Portable update

Post by Phenom »

Thanks everyone for all your help, it looks like my question has been answered.
Post Reply