I'm planning on uploading my WPF application to the store, and I've created all the relevant packages until I got to this step:
I've got no idea how to get to this option in WPF. The whole document is about packing WPF/UWP projects and I want to upload a WPF app to the store. Is there an alternative way of doing what I want to do in WPF?
Meanwhile my WPF dialogue looks like so:
What do I do?
Edit: I can now get to the 'create app packages wizard' but this is from my packaging project. Is this the right way of doing things or should I create the app package from the application itself?
You need meet some pre-requirements to submit the WPF app to Microsoft Store.
Part 1: You should be a developer for Microsoft Store.If you are not, this article describes how to register for a Windows developer account in Partner Center.
Part 2: Package your WPF project as a desktop bridge app before the submission.I will show you how to do it by using Visual studio(There is no need to sign the package if package the app with Visual Studio).
Part 3: Then you can sumbit in your Partner Center.You can refer to here for more details.