0install / 0install-win

Windows version of Zero Install
https://0install.net
GNU Lesser General Public License v3.0
157 stars 24 forks source link

registry version does not match installer version #208

Closed blemoigne closed 1 month ago

blemoigne commented 1 month ago

installer version : 2.25.10 registry version : 2.25.9

bastianeicher commented 1 month ago

The installer, also known as the Bootstrapper, is a stripped down version of Zero Install bundled into a single executable, which is then used to download a full copy of Zero Install.

The download link https://get.0install.net/zero-install.exe always points to the latest version of the Bootstrapper, which is currently 2.25.10.

The Bootstrapper uses the feed https://apps.0install.net/0install/0install-win.xml to figure out which version of Zero Install to download. By default it picks the latest version marked as "stable", which is currently 2.25.9. Version 2.25.10 will likely be promoted to "stable" in the coming days. You can override the Zero Install version picked by the Bootstrapper using the --0install-version= command-line argument (e.g., .\zero-install.exe --0install-version=2.25.10).

So to summarize, any version of the Zero Install Bootstrapper can be used to install any version of Zero Install.

blemoigne commented 1 month ago

OK thank you!