microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
114 stars 57 forks source link

PsfLauncher fails starting apps with executable starting with VFS\AppVPackageDrive #172

Closed TimMangan closed 3 years ago

TimMangan commented 3 years ago

The launcher ends up trying to start a process using an empty string. It should map this entry as relative to the root folder of the package, just like any other VFS path.

Note: This used to work, but there must be a bug.

TimMangan commented 3 years ago

Closing this issue as not reproducible.