Wingetlywingetly
← All apps
G

go-msi

by mh-cbonv1.0.2

Last updated

Easy way to generate msi package for a Go project

Install with winget

$ winget install --id mh-cbon.go-msi --exact --version 1.0.2

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

Silent install command for go-msi

go-msi uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i go-msi-amd64.msi /quiet /norestart

See the full silent install reference for go-msi

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

Package go-msi helps to generate msi package for a Go project. This tool is part of the go-github-release workflow.

Installers · v1.0.2

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect
x64MSI
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 go-msi.

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

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.33.1

    Start building with open models.

  • Ente Authente.io
    ente-io.auth-desktopv4.4.25

    Open source 2FA authenticator, with end-to-end encrypted backups.

  • C
    CloudflareSpeedTestXIU2
    XIU2.CloudflareSpeedTestv2.3.5

    国外很多网站都在使用 Cloudflare CDN,但分配给中国内地访客的 IP 并不友好(延迟高、丢包多、速度慢)。虽然 Cloudflare 公开了所有 IP 段 ,但想要在这么多 IP 中找到适合自己的,怕是要累死,于是就有了这个软件。

  • PatchCleaner PortableHomeDev
    HomeDev.PatchCleanerPortablev1.4.2.0

    (Re)Moves orphaned .msi files from the C:\Windows\Installer folder to free up disk space.

  • G
    GrypeAnchore Inc
    Anchore.Grypev0.118.0

    A vulnerability scanner for container images and filesystems

  • S
    SyftAnchore Inc
    Anchore.Syftv1.51.0

    CLI tool and library for generating a Software Bill of Materials from container images and filesystems

More from mh-cbon or browse golang, msi, wix.

Frequently asked questions

How do I install go-msi on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id mh-cbon.go-msi --exact --version 1.0.2. winget downloads the installer from mh-cbon and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install go-msi silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id mh-cbon.go-msi --exact 1.0.2 --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 go-msi?
go-msi uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i go-msi-amd64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall go-msi via winget?
Run: winget uninstall --id mh-cbon.go-msi --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from go-msi's Apps & Features entry.
Is go-msi free?
go-msi is distributed under MIT. Refer to the publisher (https://github.com/mh-cbon/go-msi) for the full license terms - Wingetly itself does not charge for installation.
Does go-msi 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 go-msi directly from the publisher.
How do I keep go-msi up to date?
Run winget upgrade --id mh-cbon.go-msi --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of go-msi from microsoft/winget-pkgs.