I have a game that I want to convert into a webapp for windows. I upload the project to the IntelXDK server and give it Start Builds as Web Application. What downloads me is a zip that, when opened, shows me the files that I have uploaded to the intelXDK server, plus a folder called xdk where there is a file called project-info.json. Several files also appear in the same folder where my files are. html files. Some are xml, others are xdk or xdek extension. I want to see an executable, (exe) a single file, like when we make an android app that generates an installable apk. What I can do?
What for Android are APK, for windows 8/10 they are .APPX (not exe) and are intended to be distributed from the microsoft store, to make an EXE, I think you should use VB.NET, making there will be a browser and loading your app, then yes it could be an EXE. I haven't touched it in years, but it should be trivial.