Easier Update

Features wanted...
Post Reply
Zaphire
Posts: 1
Joined: 08 May 2020 09:52

Easier Update

Post by Zaphire »

Has any of the XYplorer programmers thought of a better/easier way of updating to new versions.
Many other programs allow you to just click a prompt offering a new version.
It then downloads. You agree to prompts and it installs over the top of the previous version.
With many frequent new versions continulaay having to download and manually install becomes tedious!
Thank you!

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Easier Update

Post by highend »

What?
Configuration | General | Startup & Exit | [x] Check for updates on startup
1.png
2.png
2 x "OK" button is tedious? oO
You do not have the required permissions to view the files attached to this post.
One of my scripts helped you out? Please donate via Paypal

WirlyWirly
Posts: 312
Joined: 21 Oct 2020 23:33
Location: XY 64-Bit | Win 10 @ 100% (3440x1440)

Re: Easier Update

Post by WirlyWirly »

You can check for updates at startup as highend suggested or from the menu bar you can click Help|Online Support|Check for Updates

Alternatively, you can run the update() function, which I find very handy and quick to access when assigned to a custom toolbar button. It's a simple one-liner, but check the help document for more options...

On left click ::update 1 + 128;

Here's a little icon I made for the button, I think it looks pretty neat...

Image
You do not have the required permissions to view the files attached to this post.

phred
Posts: 639
Joined: 26 Dec 2021 02:10
Location: XY 64bit on Win10 at 100% from Boston USA

Re: Easier Update

Post by phred »

WirlyWirly wrote: 07 Dec 2022 05:06 On left click ::update 1 + 128;
This is indeed very helpful. Right now, using it with the syntax you provided, it's returning a new beta version. What would I use to have it only check for non-beta releases? There is one currently available (23.80.0200.)

Thanks.

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Easier Update

Post by jupe »

You can lookup any scripting command in the help file to get an explanation + examples, which should save you from having to ask each time. update 128;

phred
Posts: 639
Joined: 26 Dec 2021 02:10
Location: XY 64bit on Win10 at 100% from Boston USA

Re: Easier Update

Post by phred »

Found it in the scripting help file. Thanks.

Filehero
Posts: 2731
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: Easier Update

Post by Filehero »

Lovely icon! :)

Post Reply