Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WinRT app deployment to multiple devices

If you build app against WinRT, can you deploy it to any device or do you have to have multiple builds (one per platform) like you do right now?

like image 654
Dustin Davis Avatar asked Sep 16 '11 21:09

Dustin Davis


People also ask

How do I deploy a Microsoft Store app?

Create and deploy the appIn the Software Library workspace of the Configuration Manager console, expand Application Management, then select the License Information for Store Apps node. Choose the app you want to deploy, then select Create Application in the ribbon.

What all types of apps can be deployed using Intune?

Apps written in-house or as a custom app (line-of-business): Apps that are created in-house or as a custom app are line-of-business (LOB) apps. The functionality of this type of app has been created for one of the Intune supported platforms, such as Windows, iOS/iPadOS, macOS, or Android.


1 Answers

WinRT applications built in JavaScript or C# will deploy without changes to any Win8 machine. This includes Arm devices per Steven Sinofsky's keynote. Applications written in C++ will need to be compiled for the appropriate architecture (x86, x64, Arm), but should not require any source modifications.

like image 192
Steve Rowe Avatar answered Jan 03 '23 17:01

Steve Rowe