oh-my-posh/packages/msi
2024-12-01 17:37:37 +01:00
..
build.ps1 feat(release): publish artifacts to CDN 2024-11-28 19:49:48 +01:00
icon.ico feat(install): add msi 2024-11-23 20:58:29 +01:00
oh-my-posh.wxs fix(msi): remove older version on install 2024-12-01 17:37:37 +01:00
README.md chore(msi): correct README 2024-11-25 08:18:39 +01:00

MSI Package

Prerequisites

  • dotnet
  • wix: dotnet tool install --global wix

Build the package

This guide assumes and advices the use of PowerShell as your shell environment for this purpose.

Set the environment variables

$env:VERSION = "1.3.37"

Build the installer

wix build -arch arm64 -out install-arm64.msi

Install the package

For the current user

install-arm64.msi

For all users

install-arm64.msi ALLUSERS=1