MS

MSI Wrapper

MSI Wrapper is a free tool by exemsi that converts executable setup programs into MSI packages, enabling easier deployment and uninstallation within Windows environments.
Latest: 10.0.51.0
Last checked: Feb 8, 2026 1:00pm
Rank: 2404/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: FreewareInstaller: MSI WrapperSilent: YesWinget: Available
Silent install
msiexec /i <package>.msi /qn

Uninstall
msiexec /x <package>.msi /qn

Version & Lifecycle

0
Current: 10.0.51.0 N-2: 9.0.42.0 Avg cadence: Every 192 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

No community notes yet

Be the first to as a good question or share deployment tips, customization scripts, command lines, or troubleshooting steps.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

MSIWrapper

Packaging Notes

0

Converts executable setup programs (.exe) to MSI packages; supports elevation control, per user/machine installs, exit code mapping, and smart uninstall.

Notes

0

The MSI Wrapper replaces the original entry in installed programs and ensures both wrapped program and MSI uninstall correctly.