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

StartingScriptWrapper.ps1 fails when workingdirectory specified #233

Open jflieben opened 1 year ago

jflieben commented 1 year ago

When I specify a working directory, PSF looks for StartingScriptWrapper.ps1 in that working directory.

I would like it to ALSO check the package root if the script does not exist in the working directory.

Why?

Because my working directory is a drivemapping, which is mapped by the startup script, and thus isn't present yet when PSF tries to find StartingScriptWrapper.ps1