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
|
# Install WixUI extension
|
||||||
wix extension add WixToolset.UI.wixext/7.0.0
|
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
|
# 5. Check that the WXS file exists in the repository
|
||||||
@@ -256,6 +259,7 @@ jobs:
|
|||||||
-d "FilesDir=$filesDir" `
|
-d "FilesDir=$filesDir" `
|
||||||
-d "LicenseRtf=$licRtf" `
|
-d "LicenseRtf=$licRtf" `
|
||||||
-ext WixToolset.UI.wixext `
|
-ext WixToolset.UI.wixext `
|
||||||
|
-ext WixToolset.Util.wixext `
|
||||||
-o "dist\$outputName"
|
-o "dist\$outputName"
|
||||||
|
|
||||||
if (-not (Test-Path "dist\$outputName")) {
|
if (-not (Test-Path "dist\$outputName")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user