-
launching a program from %program files%\windowsapps\AppFolder\app.exe over SSH , launches just fine. Why ? basically this dumbed down question has come from the need of running packaged desktop app over SSH. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
How did you 'launch' app.exe? CreateProcess()? ShellExecute()? AAM.ActivateApplication()? Absolute path'd exe on a command line?... What's the user context when you 'launched' app.exe? What version of Windows did you try this on? What version of SSH (and whose SSH client+server)? There's several possible explanations. Devil's in the details. |
Beta Was this translation helpful? Give feedback.
-
so I'm answering my own question. why the heck the my MSIX packaged Cli tools won't run over SSH or WinRM ?or the official windows package manager I can confirm the answer to this is : the win32 openSSH team at https://github.com/PowerShell/Win32-OpenSSH has not yet found out how to handle those AEAs or they simply haven't bothered to fix it at all :-) |
Beta Was this translation helpful? Give feedback.
so I'm answering my own question.
If anyone who comes here thinking MSIX related questions are relevant here and wonders
why the heck the my MSIX packaged Cli tools won't run over SSH or WinRM ?
or the official windows package manager
winget
, just think for a second that a package manager itself can't be run over SSH :-)I can confirm the answer to this is : the win32 openSSH team at https://github.com/PowerShell/Win32-OpenSSH has not yet found out how to handle those AEAs or they simply haven't bothered to fix it at all :-)
thank me later