microsoft / MSIX-PackageSupportFramework

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

Issues 95, 141, 152, 159, 168, and 169, and 171 #170

Closed TimMangan closed 3 years ago

TimMangan commented 3 years ago

Fixes for documented issues: Issue 95 - Update to documentatin on PsfLauncher to mention the requirement for StartingScriptWrapper.ps1 file. Issue 141 - Don't set CreationFlags when starting a process if the attributesList wasn't supplied. Issue 152 - Find PowerShell.exe when system doesn't have the '1' registry key. Issue 159 - Add intercept for SetWorkingDirectory Issue 168 - let DynamicLibraryFixup support dll loading with full path inputs. Issue 169 - Stop FRF inception (don't redirect again if passed WritablePackageRoot). Issue 171 - PsfLauncher reading incorrect case for waitForDebugger.

TimMangan commented 3 years ago

All comments should be resolved.