Last updated
The Silent Install Builder is a great tool if you need to quickly install a set of software on a multiple computers.
$ winget install --id AprelTech.SilentInstallBuilder --exact --version 6.4.1.0Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
Silent Install Builder uses MSI (WiX). The silent install switches are /quiet /norestart.
msiexec.exe /i SibSetup.msi /quiet /norestart
See the full silent install reference for Silent Install Builder →
For Intune admins
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.
Start free 30-day trialNo credit card required.
The Silent Install Builder enables you to automate Software Deployment tasks in an Enterprise environment.
Create a setup package that contains one or more application installers that will be installed automatically in the background mode (silently).
You can build either .exe or .msi (Windows Installer) packages for an End-user or an Network-wide deployment with GPO, SCCM, Intune and other Third-Party tools.
Silent Install Builder Features:
- Automate application installation by recording an UI automation script.
- Execute script files: PowerShell, cmd, vbs and other commands.
- Create a package for unattend installation of multiple applications at once.
- Auto detect command line options for most common installers.
- Use JavaScript to define install conditions, make file and registry changes.
- Uninstall applications by name and version conditions.
30-day evaluation version.
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x86 | MSI WiX | machine | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for Silent Install Builder.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.