Software Alternatives, Accelerators & Startups

best way to install golang cli apps on windows

WiX (Windows Installer XML) Windows Package Manager CLI
  1. WiX (Windows Installer XML) is a toolset that allows developers to build Windows installation packages through source codes.
    Pricing:
    • Open Source
    It depends on what you mean by "install" exactly. If you want to appear in the windows installed program list, then chocolately, scoop, winget, or building your own MSI are the way to go (WIX, or other more modern or paid tools...but be warned this is complex). If you just want them to be able to run it (and in the %PATH%) then a simple copy operation is sufficient with perhaps a command-line option to add itself to the %PATH% (requiring elevated privileges perhaps).

    #Package Builder #Package Distribution #Website Builder 35 social mentions

  2. Windows Package Manager CLI (aka winget). Contribute to microsoft/winget-cli development by creating an account on GitHub.
    It depends on what you mean by "install" exactly. If you want to appear in the windows installed program list, then chocolately, scoop, winget, or building your own MSI are the way to go (WIX, or other more modern or paid tools...but be warned this is complex). If you just want them to be able to run it (and in the %PATH%) then a simple copy operation is sufficient with perhaps a command-line option to add itself to the %PATH% (requiring elevated privileges perhaps).

    #Windows Tools #Package Manager #Front End Package Manager 10 social mentions

Discuss: best way to install golang cli apps on windows

Log in or Post with