Forum Discussion
KumarOne
Apr 07, 2020Copper Contributor
How to handle MSIX application shortcut Arguments using MSPT + PSF Files
Hi, I’m working on MSIX application shortcut Arguments for Mozilla Firefox to build some understanding on the process of how it works. I’m facing the issue as in below. Note: I have tested t...
KumarOne
Apr 08, 2020Copper Contributor
Dian Hartono
Microsoft
Apr 08, 2020- KumarOneApr 09, 2020Copper Contributor
- KumarOneApr 09, 2020Copper Contributor
- Dian HartonoApr 10, 2020
Microsoft
Hi KumarOne,
We did a bit of digging. Typically, config and PSF binaries need to be in the root on the app. If you take PSFRundll, PsfLauncher, Config.json, and PsfRuntime and put them in the root of the app Firefox will launch.
Also,
- StopOnScriptError is not needed since there are no scripts being ran.
- WorkingDIrectory is for the working directory of the executable, not PSF.
-Dian