Wingetlywingetly
← All apps

dotNetInstaller

by DevAge, Vestris Inc. & Contributorsv3.2.115.0

Last updated

A widely used, general-purpose setup bootstrapper for MS Windows.

Install with winget

$ winget install --id dotNetInstaller.dotNetInstaller --exact --version 3.2.115.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for dotNetInstaller

dotNetInstaller uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86, machine scope)
msiexec.exe /i dotNetInstaller.3.2.115.0.msi /quiet /norestart

See the full silent install reference for dotNetInstaller

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

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 trial

No credit card required.

About

dotNetInstaller is a widely used, general-purpose setup bootstrapper for Microsoft Windows XP, 2003, Vista, 2008, 7, 8, 2012, 8.1, 10, 2016, 2019, 2022, and 11.

dotNetInstaller enables the developer to define the application prerequisites and install the correct version(s) of these components in a predictable order based on the processor architecture, user operating system type and language, allow the user to download these components from the web, install these components directly from a single packaged setup, local media or both. dotNetInstaller is very feature rich and runs on all known Windows operating systems with a very tiny footprint.

A boostrapper doesn't replace tools like InstallShield, Wise, Visual Studio Setup and Deployment Project or Wix. The goal is to create an application to help users with installing the correct prerequisites. Most real world applications need to install several components to work properly, including Windows Service Packs, Internet Explorer, MDAC or .NET Framework. This kind of applications are most commonly known as bootstrappers. dotNetInstaller is such a bootstrapper.

Installers · v3.2.115.0

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for dotNetInstaller.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • FishstrapFishstrap
    Fishstrap.Fishstrapv3.1.2

    Fishstrap is a Bloxstrap fork aiming to enhance some of the features.

  • Nullsoft Install SystemNullsoft and Contributors
    NSIS.NSISv3.12

    A professional open source system to create Windows installers

  • J
    JetBrainsMono Nerd FontDEVCOM
    DEVCOM.JetBrainsMonoNerdFontv3.3.0

    JetBrains Mono – the free and open-source typeface for developers

  • MakuTweakerMarkAdderly
    MarkAdderly.MakuTweakerv5.8.7

    The most user-friendly Windows tweaker to optimize and personalize your OS. Customize system settings, manage processes, clean up junk, view detailed PC specs, and personalize the app with multiple built-in themes!

  • Inno Setup 6jrsoftware.org
    JRSoftware.InnoSetupv6.7.3

    Inno Setup is an open-source installation builder for Windows applications. Since its introduction in 1997, Inno Setup has been trusted by developers and organizations of all sizes to reliably deploy software to millions of PCs worldwide.

  • Inno Setup 7jrsoftware.org
    JRSoftware.InnoSetup.7v7.1.0

    Inno Setup is an open-source installation builder for Windows applications. Since its introduction in 1997, Inno Setup has been trusted by developers and organizations of all sizes to reliably deploy software to millions of PCs worldwide.

More from DevAge, Vestris Inc. & Contributors or browse bootstrapper, installer, setup.

Frequently asked questions

How do I install dotNetInstaller on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id dotNetInstaller.dotNetInstaller --exact --version 3.2.115.0. winget downloads the installer from DevAge, Vestris Inc. & Contributors and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install dotNetInstaller silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id dotNetInstaller.dotNetInstaller --exact 3.2.115.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for dotNetInstaller?
dotNetInstaller uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i dotNetInstaller.3.2.115.0.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall dotNetInstaller via winget?
Run: winget uninstall --id dotNetInstaller.dotNetInstaller --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from dotNetInstaller's Apps & Features entry.
Is dotNetInstaller free?
dotNetInstaller is distributed under MIT. Refer to the publisher (https://dotnetinstaller.github.io/dotnetinstaller/) for the full license terms - Wingetly itself does not charge for installation.
Does dotNetInstaller work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls dotNetInstaller directly from the publisher.
How do I keep dotNetInstaller up to date?
Run winget upgrade --id dotNetInstaller.dotNetInstaller --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of dotNetInstaller from microsoft/winget-pkgs.