Portable update
Portable update
Hey, this may be a dumb question but, how do I update the portable version of Everything?
Re: Portable update
(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):
Copy (new) Everything.exe overtop (old) Everything.exe
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?])
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..."
Reason: clarified with, "(after having first..."
Re: Portable update
Create a .bat file and save it into the Everything folder
Exit Everything and run the bat file as admin and press any key after you replace the exe
Code: Select all
net stop Everything
pause
net start Everything
Re: Portable update
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)
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)
Re: Portable update
Thanks everyone for all your help, it looks like my question has been answered.