How to Deploy MobiSystems Products in a Windows Corporate Environment

Looking for a streamlined way to install and manage MobiSystems apps across your organization? MSIX and MSIXBUNDLE packages are modern, reliable installation formats provided by Microsoft, and they’re fully supported by MobiSystems. These packages enable silent, offline, and sideloaded deployments - perfect for IT admins managing multiple devices, limited-connectivity environments, or corporate Windows images.

In this article, you’ll learn

  1. What MSIX and MSIXBUNDLE files are

  2. When and why to use them

  3. How to obtain the right files

  4. Step-by-step instructions for deployment using Winget

  5. Integration tips for tools like Intune, SCCM, and Group Policy

  6. Advanced deployment scenarios, including offline and image-based setups

What Is an MSIX/MSIXBUNDLE?

MSIX is Microsoft’s modern packaging format designed to streamline the deployment and management of Windows applications. It offers several key benefits:

  • Silent Installation: Enables unattended deployment without user interaction.

  • Sideloading Support: Allows installation outside the Microsoft Store.

  • Offline Installation: No internet connection is required during the installation process.

We provide both .msix and .msixbundle files, which are clean, self-contained installers for individual products (e.g., PDF or Office).

When to Use MSIX

  • Installing on multiple PCs without user interaction

  • Including in a company-wide Windows image

  • Avoiding bloat - installing only the app you licensed

  • Environments with limited or no internet access

Download the Installation Packages

Deployment Instructions

Sideloading Prerequisites

Ensure that your Windows environments, which are being targeted for installation, allow sideloaded apps:

  • Go to Settings > Privacy & Security > For Developers

  • Enable Sideload apps

See Article 

Deployment via Winget (Recommended)

The Windows Package Manager (Winget) allows administrators to install and manage applications directly from the command line, making it ideal for enterprise environments and automated deployments.

Prerequisites

Winget must be installed (included by default in Windows 10/11 or via App Installer)

  • Internet access is required

  • Installation Commands

Installation Commands

Use the following commands depending on the product you want to install:

MobiPDF

$ winget install mobipdf

Installs MobiPDF – an application for viewing, editing, and managing PDF files.

MobiOffice

$ winget install mobioffice

Installs MobiOffice – an office suite for working with documents, spreadsheets, and presentations.

MobiDrive

$ winget install mobidrive

Installs MobiDrive – a cloud storage solution for storing and synchronizing files.

Scripted Deployment (Optional)

You can integrate the above command in your software deployment tools like:

  • Microsoft Endpoint Configuration Manager (SCCM)

  • Intune

  • Group Policy scripts

See Article

Advanced Use Cases

  • Windows Imaging (WIM/ISO): Add the MSIX package into your reference image.

  • No internet installs: Keep the file on a shared drive or USB for disconnected environments.

Was this article helpful?

114 out of 167 found this helpful