From 2f43c6688d0d4cf1e3487d4fba2103a0a34b4cc4 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 23 Jun 2025 12:39:12 +0200 Subject: [PATCH] install wix 6.x on msi runner --- .github/workflows/win-exe.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 04e8480a3..6343690b4 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -278,6 +278,11 @@ jobs: java-version: '24.0.1+9' java-package: 'jdk' cache: 'maven' + - name: Install wix and extensions + run: | + dotnet tool install --global wix --version 6.0.0 + wix.exe extension add WixToolset.UI.wixext/6.0.0 --global + wix.exe extension add WixToolset.Util.wixext/6.0.0 --global - name: Copy license file run: cp appdir-x64/license.rtf dist/win/resources/license.rtf - name: Create x64 MSI with x64 appimage