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

Fix for power shell script with arguments #213

Closed npuvvada closed 2 years ago

npuvvada commented 2 years ago

Current format used to run Powershell script with arguments is invalid. This has been corrected.

Command that will be used to run powershell script is Powershell.exe -file "[wrapperScript PS1]>" "Powershell.exe -file '[User script PS1]' '[Arg1]' '[Arg2]' "