Gridmetric Lib-V Releases

Released: Oct 14, 2021

Updates in v6.14.x

v6.14.1

Updated Jan 31, 2023

Fixes

  • Fixed loading issue for packages containing invalid Virtual COM configuration.

v6.14.0

Updated Oct 14, 2021

Features

  • Added full support for Microsoft Windows 11 ADK based App-V packages.

Released: Jul 21, 2020

Updates in v6.13.x

v6.13.1

Updated Nov 9, 2020

Fixes

  • Minor issues related to virtual application extensions.

v6.13.0

Updated Jul 21, 2020

Features

  • Adds full support for Windows 10 2004 based App-V packages.

Released: Jul 16, 2019

Updates in v6.12.x

v6.12.1

Updated Dec 9, 2019

Features

  • New UseEncodedArgumentsPath -property for package scripts allows controlling if Lib-V will serialize out package script's arguments using path variable encoding or not, in the same manner as previously existing UseEncodedExecutablePath -property did for the actual executable path. Setting this property to true (old default behavior of the serialization) may break scripts that are running outside the VE.

Fixes

  • Some packages with invalid LCID values for the...

Released: Oct 5, 2018

Updates in v6.11.0

Features

  • Adds support for App-V package format produced by Windows 10 October 2018 (1809) ADK Sequencer, and used by in-boxed App-V client of the 1809 Windows 10.
    • This new file-format version can be initialized by using AppVFormatVersion.Version1809, and it only affects the App-V package MSI's format.
    • No new package features have been introduced by Windows 10 release 1809 of App-V.

Released: May 11, 2018

Updates in V6.10

Features

  • Lib-V now has support for App-V package format produced by Windows 10 April 2018 (1803) ADK Sequencer, and used by in-boxed App-V client of the 1803 Windows 10. This new file-format version can be initialized by using AppVFormatVersion.Version1803, and it only affects the App-V package MSI's format. No new package features have been introduced by Windows 10 release 1803 of App-V.
  • LibV.SupplyLicense() method now supports supplying UTF-8 encoded byte array version of the license key.

Released: Jul 16, 2017

Updates in V6.8.0

Features

  • Added support for reading in external AppxManifest.xml file when loading an APPV package, overriding the contents of the built-in AppxManifest.xml file inside the loaded package. Note that the manifest file is only supported to be loaded during initial package load and not into already-open AppVPackage object.

Released: Aug 28, 2015

Updates in this release

Updates in V6.4

Enhancements and new features in this build:

  • Lib-V now supports App-v 5.1 RTM packages. Please note that these packages do not have functional or technical changes to the package structure itself, setting AppVFormatVersion as Version51 only generates a newer MSI wrapper file compared to 5.0 SP3 format.
  • Windows 10 (32-bit and 64-bit) can now be selected as the supported operating system version in 5.X packages, corresponding to new "WindowsClient_10.0_x86" and "WindowsClient...

Released: Jul 27, 2015

Updates in this release

Updates in 6.3.0

  • Fixes in this build:
    • Certain characters could be left unencoded inside .APPV file resulting package that could not be added to the App-V Client, this is now fixed.
    • Extraneous { and } characters could be added to AppIds for 5.0 packages, this is now fixed.
    • Shortname generation for FilesystemMetadata.xml file entries contained multiple inaccuries, these are now all fixed.
    • Extraneous empty nodes could be generated for certain COM entries, this is now fixed.
    • Extraneous empty nodes...