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
Integration tips for tools like Intune, SCCM, and Group Policy
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
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 mobipdfInstalls MobiPDF – an application for viewing, editing, and managing PDF files.
MobiOffice
$ winget install mobiofficeInstalls MobiOffice – an office suite for working with documents, spreadsheets, and presentations.
MobiDrive
$ winget install mobidriveInstalls 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
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.