Releases: MobileTooling/MobilePackageGen
Releases · MobileTooling/MobilePackageGen
Version 1.0.7.0 - Aquarium
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
- @BlueRain-debug made their first contribution in #3
Full Changelog: v1.0.6.0...v1.0.7.0
Version 1.0.6.0 - Change the world!
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)
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:
Version 1.0.5.1
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
- 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
- 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
- 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
Version 1.0.1.0
Initial Release (1.0.0.0)
v1.0.0.0 Add missing 7z files


