Search code examples
windows-10-universalmicrosoft-edgemicrosoft-edge-extension

Don't show gui after installation of Edge extension


After the installation of my uwp app through a package (i created a package but haven't published it to store yet) the installation window have a 'Launch' button, which launches GUI. But my app is an edge extension which uses background task and desktop bridge. I want the installation program to launch Edge instead.

I heard that the GUI window is a requirement to publish app to store.


Solution

  • You need to leave entry point in the manifest empty, and then after hitting the launch button after installation from windows store edge will be opened. That's information from the guy from microsoft.