1
votes

I have created an windows 10 iot core application and i created the app bundle in appx format. That's installing properly in windows 10 machine. But i want to install in IOT core board

The package file which i have created like below:

    ABC_1.0.9.0_AnyCPU_Debug.appxbundle

I have created through visual studio

1
Please improve your question and make it more clear, to raise the chances of getting a good answerhansmbakker

1 Answers

1
votes

You can follow this tutorial to create the the appxbundle.

Then in the windows iot device portal, select add button to install your app like this:

enter image description here

After that, you will see this Dialog:

enter image description here

Select browse option to find your app bundle and make sure "I want to specify optional packages" selected like this:

enter image description here

Add all the dependencies(.appx). If you're building for MinnowBoard Max, they are in dependencies\x86 path. If you're building for Raspberry Pi 2, Raspberry Pi 3 or the DragonBoard, they are in dependencies\ARM folder.

After that, select next will start the install process. After the process is done successfully you can see your app in the apps list of device portal.