I am developing a UWP app for distribution outside the store and outside managed environments.
I intend to create an appx package and put it on a website for direct download: users should be able to double click it and have the App Installer do the rest, much like a traditional installer.
What do I need to do for this to happen? Is it enough to package the app with an Authenticode certificate from a CA in the default trusted store (Comodo, Symantec etc.)?
aby code sign certificate trusted by the target device will be good. SO comodo etc are good to go!