|

Windows 10 and Application Modernization: MSIX Format

Lots of change in the EUC space these days! —

The reason for this blog is a specific question I received :

Customer is looking for application modernization services.  They would like their .exe apps converted to be able to work in the Windows Store for Business as a part of their AutoPilot/Intune project.

Short answer to the question: 


Today, exe’s installations cannot be easily deployed out of the Windows Store for Business.

They can however be deployed out of Intune without many changes.  It is always best to package them to MSI.

EXE and MSI do not go on Windows Store for Business  They need to go in Intune

There is a Microsoft tool  called Desktop Bridge that allows the “conversion” and distribution of Win32 desktop app into Universal Platform (UWP) with some limitation.

As an aside – Autopilot is only the registration of the device into the Autopilot Dashboard.  When the Windows OS does is first boot out of the factory, the first thing it does is to look up the device’s unique “serial number” (hash) in the dashboard, and if it finds it, then it enrolls the device into the MDM systems (Intune)   and then starts to execute whatever you have defined in Intune as part of the process (aka Profile)   Intune is in control after that.

 

As organizations adopt new technologies and processes ( Windows 10 , Windows as a Service,  Modern Provisioning and such)  application delivery and management becomes a critical topic of conversation in order to fully move into the modern device management state.

The traditional (aka old way) of managing applications  was to deploy them via .exe or .msi   targeted to devices.    The challenges with this approach included:

  1. Each application was locally installed and required changes to the device’s configuration, sometimes considerable ones.
  2. Different applications may have conflicting requirements and therefore step over each other.
  3. Over time, it becomes difficult to cleanly remove specific applications and keep track of versions across the enterprise.
  4. Organizations needed a tool to deploy and manage updates.  This meant more infrastructure and specialized skills was need.

In the new world (moving forward)  there is a different mind-set where applications:

  1. must be “separated” from the baseline OS
  2. should know where to get install-bits and updates from.
  3. Applications are targeted to users with multiple devices rather than devices

In the Microsoft / Windows world  this needs a new packaging method/technology that support “legacy” apps as well as new apps.

Microsoft introduced (preview was announced in May 2018) a new format called .MSIX  which is in the process of being rolling out.  It is a form of “virtualization”  called containers.

MSIX is a containerized packaging format where the application is separated from the underlying Operating System. It will always be kept inside its container. The OS integrated client will manage deployment, configuration and execution. If needed, every container can be configured individually, and Windows will keep track of all the contents and integrations.

This leads to a nice feature set:

  • Clean removal of packages
  • No administrative credentials needed for integration
  • Block level differential update
  • Global/per user targeting of applications
  • Native integration into current and future Operating System versions

Starting with Windows 10 1809 MSIX will  replace AppX as Package-Format completely. But it’s not just replacing the File-Extension. MSIX will drastically extend the usage and configuration options while reducing known limitations. Ultimate target for MSIX is to provide a common package standard for UWP and Windows applications

The MSIX packaging tools are still  young and improving on a weekly bases.  Microsoft has modified some of their packaging tools but they have stated new ones are coming.

App Packaging Vendors are still updating their tools.   Exciting times!

Application Containers or Application Containerization is where everything is moving toward (FINALLY)

(If you do not mind me saying this:   the Apple iTunes / AppStore  way)

It will take some time for enterprise organizations to fully adopt MSIX in the market.  Microsoft will be making it the standard with the next release of Windows 10 (v1809)

The conversation is out there!

About Jorge Pereira Accomplished Information Technology services professional with over 25 years of experience performing technical pre-sales, solution selling, public speaking / presentations, consulting, project delivery  and program management.   Over the past few years, Jorge has focused on customers solutions in the areas of:  Artificial Intelligence, Generative AI, Workforce transformation, End-User-Computing (EUC) Lifecycle Management, Modern Device Management, and  Cybersecurity.    He writes on the jorgep.com blog   and you can find him on Twitter @jorper98 More info about Jorge here
 
Disclaimer:  I work for Dell Technology Services as a Workforce Transformation Solutions Principal.    It is my passion to help guide organizations through the current technology transition specifically as it relates to Workforce Transformation.  Visit Dell Technologies site for more information.  Opinions are my own and not the views of my employer.

Similar Posts