0

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.)?

Alberto
  • 403
  • 3
  • 11
  • For desktop, if they are installing for the first time, leave it to the powershell script to do all the work(install certificate, turn on dev mode, install appx). From next time, App Installer can do it. For mobile, the user has to manually enable dev mode. Then download the certificate and install. And then install the appx through App Installer. – Raamakrishnan A. Jun 16 '17 at 20:02

1 Answers1

0

aby code sign certificate trusted by the target device will be good. SO comodo etc are good to go!

Dave Smits
  • 1,871
  • 14
  • 22