top of page

2.1 — Minstall

Setting up a deployment package with MInstall 2.1 requires just a few straightforward steps. Step 1: Organize Your Directory

: You place the setup files for the programs you want in a folder, and MInstAll provides a menu to select and install them all with one click. It allows you to configure installation options like:

To ensure the apps install without prompt boxes, you must pass arguments to the installer executable. Specify these in the field: For MSI Files: /qn /norestart

MInstall 2.1 excels at executing silent installer switches (such as /S , /silent , or /qn ). It passes these arguments to underlying installers, suppressing setup wizards and desktop pop-ups for a completely unattended hands-off installation. 4. Sequential Execution and Dependency Tracking minstall 2.1

Open the management menu within the software to begin populating your catalog:

Test your installer switches in the Windows Command Prompt before adding them to MInstall. Different installer creators (Inno Setup, InstallShield, Nullsoft) use different silent arguments.

This usually indicates a disk I/O error or a corrupted live USB. Fix: Run fsck on your target disk from the live terminal: sudo fsck -y /dev/sdaX . Reboot into the ISO and try again. Setting up a deployment package with MInstall 2

Ideal for creating custom "all-in-one" software discs or USB drives, often seen in custom WinPE (Preinstallation Environment) builds like those by Sergei Strelec.

Deploying a software package using mInstall 2.1 follows a structured, repeatable process. Step 1: Preparing the Source Directory

Other "minstall" tools serve different functions: Specify these in the field: For MSI Files:

A folder containing the actual installer files ( .exe , .msi , .bat ).

You do not need to disable User Account Control (UAC). Launched applications inherit elevated administrative rights directly from the MInstAll host process, preventing interrupted installation loops.

Have you tried minstall 2.1? Share your experience in the comments below. For official documentation and ISO downloads, visit the Mabox Linux website (maboxlinux.org).

: Often called MInstAll (note the capital ‘A’), it’s a Windows tool that allows you to create a collection (or “build”) of different software programs. Its purpose is to automatically install multiple applications silently, without requiring user interaction for each one. Its small size (often 10–29 MB) makes it convenient for this purpose.

bottom of page