Skip to content

Releases: Weatherlights/MSIX-Power-Wrapper

Added support for very long command lines on update

Choose a tag to compare

@Weatherlights Weatherlights released this 06 Aug 14:38

This release introduces the boolean flag RestoreLongCommandLine that allows to restore long (above 1024 bytes) command lines arguments in case of mandatory updates.

Sample:
<AppInstallerUpdateHandler> <WaitForUpdateSearchToFinish>true</WaitForUpdateSearchToFinish> <TreatAvailableUpdateAsMandatory>true</TreatAvailableUpdateAsMandatory> <RestartOnMandatoryUpdate>true</RestartOnMandatoryUpdate> **<RestoreLongCommandLine>true</RestoreLongCommandLine>** <Message lang="en" caption="AppName Update">AppName needs to install an update. Please wait.</Message> </AppInstallerUpdateHandler>

Smaller fixes and developer version that does not require signing

Choose a tag to compare

@Weatherlights Weatherlights released this 08 Jun 09:45

We have some smaller updates in this release:

  • Updated dependencies

  • Retargeted to .net Framework 4.8.1

  • Bugfix: Fixed command line arguments not passed when update on launch was triggered

  • Improved: Included version number in logfile for better troubleshooting

  • New: Added versions that supports unsigned wrunconfig files. These versions are not signed and are intended for testing and development.

Roaming Profiles and Signed Configuration

Choose a tag to compare

@Weatherlights Weatherlights released this 12 Feb 21:47

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

Signed configurations Pre-release
Pre-release

Choose a tag to compare

@Weatherlights Weatherlights released this 08 Feb 21:26

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

Choose a tag to compare

@Weatherlights Weatherlights released this 04 Feb 12:15
  • 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

Choose a tag to compare

@Weatherlights Weatherlights released this 21 Oct 06:53
  • Added new Update before Launch Handler for AppInstaller based scenarios.