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

Fix Powershell script fail scenarios #197

Closed npuvvada closed 2 years ago

npuvvada commented 2 years ago
  1. PowershellScript test was failing for three scenarios. PSOnlyStart, PSBothStartingFirst and PSScriptWithArg scenarios are failing.

Proper command line format (with appropriate quotation marks) is used to fix the issue.

  1. Powershell script and appplication fails to start when "WaitForScriptToFinish" parameter is set to False in config.

call detach on thread where power shell is run and added test case to ensure both application and power shell are running parallel

npuvvada commented 2 years ago

moved to wrong target branch. closing it