Gridmetric Lib-V v6.12.x

Released: Jul 16, 2019

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 virtual COM's type-library version data would not be loaded due to strict validation of the acceptable values. Lib-V now accepts and preserves these invalid LCID values if they exist on the source package and writes them out if not modified in any way, but will not allow invalid LCID values to be set programmatically.

v6.12.0

Updated Jul 16, 2019

Features

  • Lib-V now has support for App-V package format produced by Windows 10 May 2019 (1903) ADK Sequencer, and used by in-boxed App-V client of the 1903 Windows 10.
  • This new file-format version can be initialized by using AppVFormatVersion.Version1903, and it ONLY affects the App-V package MSI's format.
  • No new package features has been introduced by Windows 10 release 1903 of App-V.