Skip to content

Removing breakout behavior

Compare
Choose a tag to compare
@dhoehna dhoehna released this 11 Apr 00:46
· 35 commits to master since this release
ea76ed6

A bug caused all applications to be in the same container. This included applications that the main application launched.

For example if PSF launched Foo.exe and Foo.exe launched notepad++. Foo.exe does NOT want notepad++ to be in the container.

This release fixes that.

We also have introduced.

  1. Added PriveProfile support
  2. Added psuedo variable %MsixPackageRoot%, and %MsixWritablePackageRoot% for PS scripts.