I wrote a Delphi application which contains a single EXE file. How can I publish it to Windows Store?
The Windows Store doesn't support Classic (Native) Win32 apps, only Universal Windows Apps
, which Delphi does not support at this time. So you cannot submit your Delphi app to the Windows Store.
However, Microsoft is currently working on Project Centennial
, which will make it possible to package and publish classic Win32 apps to the Windows Store. You can signup for updates about it when it becomes available.