Search code examples
raspberry-pi3windowsiotwindows-iot-core-10

How can console application Add in Windows 10 core out package?


How can console application Add in Windows 10 core out package?Add Console application as part of .ffu image. is there any way to convert this console ".exe" to .appx package or any other packages that can be a part of IOT image? how to add as a startup console application with console UI is displayed?


Solution

  • Console application are supported but only apparently in C++. Windows IoT Core can be configured for either Headed or Headless Mode.Headed mode is defined by the presence of UI,but console app has no gui, it is a command line based executable application.So, you can not add a console application as a startup with console UI displayed. But you can create a Background Application,and then add in *.ffu image, please refer to this guide.