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

script documentation/erroring for StartingScriptWrapper.ps1 #95

Open wcheng-msft opened 4 years ago

wcheng-msft commented 4 years ago

I don't see any mention in the readme/documentation of the StartingScriptWrapper.ps1 file.

Also, if you create a package and forget to include the StartingScriptWrapper.ps1 file, there is no error shown, your specified script just fails to run. It would be helpful to people consuming this if there is more obvious indication that this was the problem.

TimMangan commented 4 years ago

PR#137 makes improvements to the script processing. Additional debugging output by PsfLauncher is also provided to the debug port to aid in debugging script issues.

This item should be left open, as your comment regarding documentation of the wrapper remains relevant.

TimMangan commented 3 years ago

Working on PR to close out the documentation change to reference this file.

dhoehna commented 3 years ago

Awesome. Yeah. I've spent more hours than I care to admit trying to debug a scripting issue when the fix was "Forgot to add StartingScriptWrapper.ps1"

TimMangan commented 3 years ago

Resolved in PR #170 to Develop branch.