How to properly set AppExecutionAlias so the program could be launched from command line?
问题 The Package.appxmanifest for this WPF app has already set <uap5:Extension Category="windows.appExecutionAlias" Executable="PROGRAMNAME.exe" EntryPoint="Windows.FullTrustApplication"> <uap5:AppExecutionAlias> <uap5:ExecutionAlias Alias="PROGRAMNAME.exe" /> </uap5:AppExecutionAlias> </uap5:Extension> but when I try to run PROGRAMNAME from command line there is an error message "The system cannot find the file ....WindowsApps..." I can go to that WindowsApps directory and even though I see that