You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a software which consists of console programs that I want to package in MSIX and I am using windows.appExecutionAlias extension to make them visible to command prompt. And I also want to virtualize some file locations by FileRedirectionFixup to make it behave well in the MSIX container.
However, I noticed that PsfLauncher seems to be a desktop program and if I shim the console program by it, the standard I/O is no longer redirected to the original command prompt. Does anyone have experience the same situation? and hope I can get some pointers here.
The text was updated successfully, but these errors were encountered:
Same issue, we run a console application and it starts in a new shell in a new window. Could we add an option in config.json to run as a console application instead?
I have a software which consists of console programs that I want to package in
MSIX
and I am usingwindows.appExecutionAlias
extension to make them visible to command prompt. And I also want to virtualize some file locations byFileRedirectionFixup
to make it behave well in the MSIX container.However, I noticed that PsfLauncher seems to be a desktop program and if I shim the console program by it, the standard I/O is no longer redirected to the original command prompt. Does anyone have experience the same situation? and hope I can get some pointers here.
The text was updated successfully, but these errors were encountered: