Update windows-msi.yml

This commit is contained in:
Laurent Trinques
2026-06-13 10:40:37 +02:00
committed by GitHub
parent 564a0e64a4
commit 492528136e
+5 -1
View File
@@ -115,7 +115,10 @@ jobs:
# Install WixUI extension
wix extension add WixToolset.UI.wixext/7.0.0
Write-Host "WiX v7 installed, EULA accepted, UI extension added."
# Install WixUtil extension (required for custom actions: Binary:Wix4UtilCA_*)
wix extension add WixToolset.Util.wixext/7.0.0
Write-Host "WiX v7 installed, EULA accepted, UI + Util extensions added."
# ----------------------------------------------------------------
# 5. Check that the WXS file exists in the repository
@@ -256,6 +259,7 @@ jobs:
-d "FilesDir=$filesDir" `
-d "LicenseRtf=$licRtf" `
-ext WixToolset.UI.wixext `
-ext WixToolset.Util.wixext `
-o "dist\$outputName"
if (-not (Test-Path "dist\$outputName")) {