Skip to main content

    Changelog

    New updates, improvements, and fixes for InstallMage.

    V1.2.0

    — The "Relay" Release
    Feature
    August 20, 2026

    InstallMage V1.2.0 turns the API into a real integration surface: an MCP server your AI agent can call directly, completion webhooks, batch conversions, and full MSP-tier API access — plus a CSV export for client billing and audit trails.

    🤖MCP Server for AI Agents

    • convert_exe & check_conversion_status ToolsPoint any MCP-compatible client — Claude, a custom RMM copilot — at installmage.com/mcp and it can trigger a real conversion and track it to completion, not just look up documentation.
    • Public API & MCP DocsFull REST API and MCP server documentation now live at installmage.com/docs/api, including a ready-to-paste client config.

    🔌REST API Expansion

    • Completion WebhooksPass an optional callback_url to api-convert and get a POST the moment a job finishes or fails — no more polling required.
    • Batch Conversion Endpointapi-convert-batch accepts up to 5 installers in one request, mirroring the dashboard's bulk upload queue, with per-file results.
    • MSP Tier API AccessAPI keys are now available on the MSP plan, not just Pro.

    📊Job History Export

    • CSV ExportExport your conversion history — respecting your current search and status filters — for client billing and audit trails.

    V1.1.0

    — The "Sentinel" Release
    Feature
    June 30, 2026

    InstallMage V1.1.0 sharpens the workflow for IT teams with real-time chat notifications, batch upload capabilities, and faster deployment scripting — turning repetitive packaging tasks into a hands-off operation.

    🔔Chat Notifications

    • Slack & Microsoft Teams WebhooksConnect an incoming webhook URL in Settings and get pinged the moment a conversion finishes — no more watching progress bars on large files.
    • Test & Validate On-DemandBuilt-in webhook tester sends a live message to your channel so you can verify connectivity before starting a batch.

    📦Bulk Upload Queue

    • 5-File Drop ZoneDrag or select up to five EXE installers at once. Each file is queued, scanned, and converted in parallel without manual hand-holding.
    • Per-File Progress TrackingIndividual status indicators for every queued job so you know exactly which package is packaging and which is wrapping.

    📋Intune Cheat Sheet UX

    • One-Click Copy for Detection RulesAdded copy-to-clipboard buttons directly inside the Intune Cheat Sheet modal for deployment commands, registry paths, and file-detection snippets.

    V1.0.0

    — The "Ironclad" Release
    Major Release
    March 18, 2026

    InstallMage V1.0 introduces a fully automated, cloud-based pipeline for converting standard Windows executables (.exe) into deployment-ready .intunewin packages — powered by a custom-engineered, self-healing Linux worker.

    🚀Core Features & Engine

    • Zero-Touch Conversion PipelineAutomated the end-to-end flow of downloading an .exe, generating a WiX toolset XML manifest, compiling the MSI, and wrapping it in Microsoft's Intune Content Prep Tool format.
    • Intelligent Installer DetectionImplemented a binary analysis engine that automatically identifies underlying installer frameworks (Inno Setup, NSIS, InstallShield, WiX) and injects the precise silent installation arguments required.
    • Dynamic Intune Cheat SheetsAutomatically generates a companion instructions file for every job, providing the exact MSI Product Codes, unique GUIDs, and dynamically named wrapper commands.
    • Real-Time State ManagementIntegrated continuous job polling, state updates, and robust error logging.

    🛠️Under-the-Hood Engineering

    • 64-Bit Architecture EmulationTransitioned the core Wine sandbox to a strict 64-bit architecture to natively support modern enterprise applications.
    • Self-Healing .NET 4.8 SubsystemBuilt a dynamic fallback mechanism that detects broken emulators and autonomously installs Genuine Microsoft .NET Framework 4.8 for flawless AES encryption.
    • COM Interop BypassEngineered a surgical bypass (payload.dat) for Wine's incomplete COM Interop, preventing Intune tool crashes.
    • Dynamic Command WrappersDeveloped a runtime _Setup.cmd injection system that mirrors the uploaded application's name and executes the payload cleanly.

    🔐Security & Compliance

    • Automated Code SigningIntegrated digital .pfx certificate signing directly during the compilation phase to bypass Windows SmartScreen.
    • Zero-Retention PolicyOriginal .exe uploads are permanently wiped from cloud storage the moment compilation completes.

    🐛Critical Bug Fixes

    • Resolved Headless NRE CrashesRestored quiet execution flags to prevent NullReferenceExceptions in headless containers.
    • Fixed Cryptography Access Denied (Code 5)Explicitly routed temporary directories through the C:\ drive structure to satisfy the .NET AES encryption engine.
    • Mitigated OOM Swap-ThrashingOptimized worker memory profiles to eliminate SIGKILL interruptions during massive zip compression cycles.