Skip to content

PSF release : version 1.0.221230.1

Compare
Choose a tag to compare
@npuvvada npuvvada released this 30 Dec 11:29
· 25 commits to master since this release
0f35538

Argument Redirection

This release includes feature that addresses an issue when the MSIX packaged application tries to open another application (say Notepad.exe) and pass on the location of the content to be consumed by it. The way some of the Win32 applications are developed, to trigger a child process, they refer native AppData path (as an argument) and was thus causing the converted MSIX to not work properly. This generalized fix, intercepts all calls from main application that triggers creation of another application, pulls out the arguments to verify the presence of referred file in per user per app data folder, if it is present, it changes the child process argument to refer it, else will not do anything. We are calling it "Argument Redirection" feature!