New Update Zero Install 2.25.2

CyberTech

Level 44
Thread author
Verified
Top Poster
Well-known
Nov 10, 2017
3,250
1681669136_zero_install.jpg


Zero Install is a decentralized cross-platform software-installation system available under the LGPL. It allows software developers to publish programs directly from their own web-sites, while supporting features familiar from centralized distribution repositories such as shared libraries, automatic updates and digital signatures. It is intended to complement, rather than replace, the operating system’s package management. 0install packages never interfere with those provided by the distribution.


Zero Install also has some interesting features not often found in traditional package managers. For example, while it will share libraries whenever possible, it can always install multiple versions of a package in parallel when there are conflicting requirements. Installation is always side-effect-free (each package is unpacked to its own directory and will not touch shared directories), making it ideal for use with sandboxing technologies and virtualization.

The XML file describing the program’s requirements can also be included in a source-code repository, allowing full dependency handling for unreleased developer versions. For example, a user can clone a Git repository and build and test the program, automatically downloading newer versions of libraries where necessary, without interfering with the versions of those libraries installed by their distribution, which continue to be used for other software.

Zero Install 2.25.2 changelog:
  • : Added support for .NET Framework 4.8.1 and arbitrary OpenJDK versions
  • Updated libraries for extract .cab and .msi archives
  • UI language setting in Windows user registry takes precedence over setting in machine registry
  • Improved error handling
  • Avoid ArgumentOutOfRangeException when well-known folders on Windows are missing
  • Avoid ArgumentOutOfRangeException when HTTP servers return invalid status codes
  • Avoid InvalidOperationException on damaged config file
  • Handle errors using Windows Task Scheduler API
  • Handle errors using Windows Task Dialog API
  • Updated translations
  • Reduced build size

Homepage

Download link
 
Last edited:

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top