Skip to content

Releases: Weatherlights/MSIX-Power-Wrapper

Roaming Profiles and Signed Configuration

12 Feb 21:47
Compare
Choose a tag to compare

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

08 Feb 21:26
Compare
Choose a tag to compare
Signed configurations Pre-release
Pre-release

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

04 Feb 12:15
Compare
Choose a tag to compare
  • 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

21 Oct 06:53
Compare
Choose a tag to compare
  • Added new Update before Launch Handler for AppInstaller based scenarios.