mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-13 16:23:14 +02:00
Update windows-msi.yml
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user