Fix: WiX-Installationsbefehl mit expliziter Version 6.* präzisiert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 16:12:16 +02:00
parent 4ec5125ea2
commit 2b36afc451
+1 -1
View File
@@ -56,7 +56,7 @@ def build_msi():
if result.returncode != 0:
print("\nFEHLER: MSI-Kompilierung fehlgeschlagen!")
print("Stelle sicher, dass WiX v6 installiert ist:")
print(" dotnet tool install --global wix")
print(" dotnet tool install --global wix --version 6.*")
sys.exit(1)
print()