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

Scripting changes #86

Closed dhoehna closed 5 years ago

dhoehna commented 5 years ago

Adding more features to scripting support for PSF. This PR also includes changes for the internal build system.

The scripting features added were

  1. runOnce
  2. showWindow
  3. waitForScriptToFinish
  4. timeout
  5. stopOnScriptError

The readme has been updated to reflect these changes.