I have a Win32 application that does many things inside the system... and finally it generates some data.
Can I create (and at some point publish) a Metro app that works as a user interface for this data?
If yes: how should I do it, so my app will pass the certification process.
(I had an idea to save data from Win32 to my app sandbox folder... (or on my server and then download it using JSON). The only problem is in "forcing" user to download my *.exe program...)