Skip to content

Releases: MobileTooling/MobilePackageGen

Version 1.0.7.0 - Aquarium

27 Mar 23:01

Choose a tag to compare

What's Changed

  • Added support for automatic extraction of Driver packages from OneCoreUAP/WCOS images (when applicable)
  • Addresses issues related to UNC/Network paths in updatehistory causing the tool to fail saving cab files on disk
  • Start extracting app files (appx recreation, complete with the signature being preserved intact is also coming very soon!)
  • Fixes an issue in WPBuildInfo where the list of packages did not correctly reflect the packages correct versions

PRs

  • Update CBSBuilder.cs: Added replacement rules for $(runtime.programdata) and $(runtime.startmenu) which are currently not processed. by @BlueRain-debug in #3

New Contributors

Full Changelog: v1.0.6.0...v1.0.7.0

Version 1.0.6.0 - Change the world!

30 Sep 19:40

Choose a tag to compare

MobilePackageGen

  • Lots of fixes as usual
  • Proper support for early mobile builds that use SPKG (Caution, mobile builds, NOT Bootable SKU Mobile Core builds)
  • The actual paths that were using when building the image at Microsoft or XYZ Oem Incorporated are now used when outputting cab files whenever possible so you have the right file names and the right structure for very friendly imageapp operation
  • OEMInput Extraction whenever possible
  • Brand new support and differentiation for syswow (both x86 and arm)

image

WPBuildInfo

Introducing WPBuildInfo, a tool designed to save you time when trying to identify what on earth a specific build might be out of a FFU, VHD, VHDX, Raw, MountPoint, WIM or whatever file the toolset supports contains. Small Example Below:

image

Version 1.0.5.1

16 Sep 21:48

Choose a tag to compare

This release updates a few dependencies and introduces (wip) prerelease support for macOS and Linux.

Currently, support for the following features is unavailable on macOS and Linux:

  • Parsing of V1.1 ffus with compression
  • Reading devices connected to the host in the case of handing over as input a real file system mount point to the application instead of raw media files or vhds or vhdxs or wims etc
  • Creating CAB files (biggest offender)

Later updates will try to bring support for the last missing item of this list

Version 1.0.5.0

15 Sep 20:28

Choose a tag to compare

  • Addresses a critical problem resulting in binary partition files being cut off earlier than expected
  • Merges all tool variants into one, single exe (MobilePackageGen.exe)
  • Enable providing multiple file types as input (Flash.vhdx Secondary.wim Tiertiary.bin etc) when running the tool
  • Enable RAW partition dump input (img or bin)
  • Enables support for Munged WCOS layouts
  • General Improvements and bug Fixes

Version 1.0.4.0

15 Sep 12:56

Choose a tag to compare

  • Performance improvements when reading FFU files directly
  • Addresses a whole slew of issues that prevented correct Storage Space Parsing on specific Storage Space versions
  • General Improvements & Bug fixes

Version 1.0.3.0

14 Sep 20:52

Choose a tag to compare

  • Migrated to brand new fully open source Storage Space reading library
  • StorageSpace library provides support for RS4/RS5/TI/VB/MN/FE/CO OSPools without supposedly any problems
  • No more exception when an ospool is present and no more nopool executable variants, all variants support OSPools if detected from now on.

v1.0.2.0

09 Sep 19:12

Choose a tag to compare

Performance Improvements

Version 1.0.1.0

08 Sep 13:43

Choose a tag to compare

image

This update contains many improvements, key highlights include:

  • Addition of WIM variants
  • Support for early SPKG DSM files
  • Addition of SecWim2Wim and Cbs2Reg tools
  • Lifting of the sector size limitations
  • Bug fixes and various enhancements

Initial Release (1.0.0.0)

08 Sep 10:11

Choose a tag to compare

v1.0.0.0

Add missing 7z files