2.3.0
marcinotorowski
released this
12 Jan 21:33
·
176 commits
to develop
since this release
Feature highlights
- New command line verb
edit
for unattended MSIX editing. (#78)- Changing of package identity (
msixherocli.exe edit <path> setIdentity ...
) - Setting properties (
msixherocli.exe edit <path> setProperties ...
) - Adding standard, restricted or custom capability (
msixherocli.exe edit <path> addCapability ...
) - Setting build meta-data (
msixherocli.exe edit <path> setBuildMetaData ...
) - Deleting a file (
msixherocli.exe edit <path> deleteFile ...
) - Adding or replacing a file (
msixherocli.exe edit <path> addFile ...
) - Setting registry keys (
msixherocli.exe edit <path> setRegistryKey ...
) - Setting registry values (
msixherocli.exe edit <path> setRegistryValue ...
) - Deleting registry keys (
msixherocli.exe edit <path> deleteRegistryKey ...
) - Deleting registry values (
msixherocli.exe edit <path> deleteRegistryValue ...
) - Importing registry keys from file or local registry (
msixherocli.exe edit <path> importRegistry ...
) - Bulk editing and chaining (
msixherocli.exe edit <path> list ...
) - Call
msixherocli.exe edit <path> --help
for extensive help for all options. The<path>
in all above commands can be a manifest, MSIX or an unpacked package directory.
- Changing of package identity (
- Appinstaller editor dialog now supports package dependencies. (#131)
- In signing-related dialogs, timestamp server can be picked from a predefined list. (#129)
- New dialog to calculate package full name, publisher hash and PFN (4a93e4a)
Improvements
- Ability to filter package list by publisher hash or raw name/publisher. (950b514)
- Ability to skip the validation during packing (in both UI and command-line). (df57c79)
- Ability to remove unpacked folder after packing it to MSIX file. (2b9a665)
- Ability to remove MSIX file after unpacking it to a folder (in both UI and command-line). (2b9a665)
- Ability to copy package family name from the context menu (0f51c9e)
- Tim Mangan's PsfTooling and RayPack Express are now recognized and shown in the System Summary screen. (9143d70, 5023015)
- New visual style of the tool dashboard. (6da9433)
- Reworked running app indicator, which now works in real time and has some other improvements. (af59eb7)
- Better validation of package name, package version and resource ID in many UI dialogs (30ec7bd)
- Update impact dialog has now icons and better captions for duplicated files. (3e8bbb6, 32d0c5c)
Resolved issues
- Fixed sideloading and developer settings UI on Windows 10 (2004 and higher) and Windows 11. (#125)
- Fixed handling of timestamp-related exceptions from
signtool.exe
. (4e18658)