I have created an electron app distributable as Windows Store Application by using electron-windows-store
.
After installing the .appx
package I'm able to launch it and use it without any problem, but when I try to setup an assigned access for a Standard User with the same App the application fails to startup.
Syntoms are the same that are state in this other StackOverflow question, but the answer does not apply to my case, because the generated package is 64-bit.
I'm not able to find any other clue about the reason why it fails, so I don't know whats wrong.