Portable update
-
Phenom
- Posts: 2
- Joined: Mon May 18, 2020 5:30 pm
Portable update
Hey, this may be a dumb question but, how do I update the portable version of Everything?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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-serviceCopy (new) Everything.exe overtop (old) Everything.exe
c:/locate/Everything.exe -install-serviceThen, 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..."
-
vsub
- Posts: 501
- Joined: Sat Nov 12, 2011 11:51 am
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-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
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)
-
Phenom
- Posts: 2
- Joined: Mon May 18, 2020 5:30 pm
Re: Portable update
Thanks everyone for all your help, it looks like my question has been answered.