Releases: Weatherlights/MSIX-Power-Wrapper
Releases · Weatherlights/MSIX-Power-Wrapper
Roaming Profiles and Signed Configuration
This release introduces signed configurations based on catalog files and roaming profiles which allows you to store configuration files and other stateful content using OneDrive/OneDrive for Business.
Signed configurations
This new release requires wrunconfig files to be signed by using catalog files. In order to run a wrunconfig file you need to place a catalog file with the same name next to it. The catalog must be digitally signed and list the sha256 hash of the wrunconfig file.
Added waitForExit Parameter, Minor fixes and Improvements
- Introducing the
<WaitForExit>
Element for the<Process>
Element. This allows to detach the running process from the wrapper. - Improved the LogWriter class so it no longer relies on internal variable resolution.
- Added new log points.
- Streamlined internal naming.
- Introducing seperate 32-bit- and 64-bit versions.
1.0.1.0
- Added new Update before Launch Handler for AppInstaller based scenarios.