简体   繁体   English

将Delphi EXE发布到Windows应用商店

[英]Publish Delphi EXE to Windows Store

I wrote a Delphi application which contains a single EXE file. 我写了一个包含单个EXE文件的Delphi应用程序。 How can I publish it to Windows Store? 如何将其发布到Windows应用商店?

The Windows Store doesn't support Classic (Native) Win32 apps, only Universal Windows Apps , which Delphi does not support at this time. Windows应用商店不支持经典(本机)Win32应用,只支持Universal Windows Apps ,而Delphi目前不支持这些应用。 So you cannot submit your Delphi app to the Windows Store. 因此,您无法将Delphi应用程序提交到Windows应用商店。

However, Microsoft is currently working on Project Centennial , which will make it possible to package and publish classic Win32 apps to the Windows Store. 但是,Microsoft目前正在开发Project Centennial ,它可以将经典的Win32应用程序打包并发布到Windows应用商店。 You can signup for updates about it when it becomes available. 您可以在可用时注册有关它的更新

Using 10.1 Berlin Update 2 - Anniversary Edition you can now create .appx for publishing to the Windows Store (uses the Desktop Bridge, formerly called Project Centennial) 使用10.1 Berlin Update 2 - Anniversary Edition,您现在可以创建.appx以便发布到Windows应用商店(使用Desktop Bridge,以前称为Project Centennial)

Note that there are also updated installer engines from various parties that support the desktop bridge and can create an .appx for your Win32 executables 请注意,还有来自支持桌面桥接的各方的更新安装程序引擎,并且可以为Win32可执行文件创建.appx

To publish those .appx to the store (note you can also install them directly if you allow that action at settings/security in Windows 10), you need to fill some online form that Microsoft requests to confirm you own the code. 要将这些.appx发布到商店(请注意,如果您在Windows 10中的设置/安全性中允许该操作,也可以直接安装它们),您需要填写Microsoft请求确认您拥有代码的一些在线表单。 They review your submission and get back to you with the necessary actions to complete submission to the store 他们会审核您的提交内容,并通过必要的操作回复您,以完成向商店的提交

for more details, see: 有关详细信息,请参阅:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 具有管理员权限的Delphi外部exe在Windows 8中最小化 - Delphi external exe with admin privileges is minimized in Windows 8 Delphi7在Intel Galileo Windows上创建了exe - Delphi7 created exe on intel galileo windows 我们可以使用SQlite发布Windows应用商店应用吗 - Can We Publish Windows store apps withSQlite 如何发布 windows 应用程序并且只发布 get.exe 文件? - How to publish a windows application and only get .exe files? 即使满足所有详细信息,也无法在Windows Store上发布sumbit应用程序 - Not able to publish sumbit App on Windows Store even all the details are fulfilled 将msi安装程序打包并发布到Windows 10 App Store中[仅限DESKTOP]? - Package and Publish msi installer into Windows 10 App Store [DESKTOP ONLY]? Can exe file install pfx file in Windows Certificate Store With Python - Can exe file Install pfx file in Windows Certificate Store With Python 如何从Windows 8.1商店应用程序运行.exe文件? - How to run .exe file from windows 8.1 store app? Python脚本是安全的exe,甚至Windows Store应用程序? - Python script as a safe exe and maybe even a Windows Store App? Delphi在Windows上 - Delphi On Windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM