Fix: WiX-Installationsbefehl mit expliziter Version 6.* präzisiert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ def build_msi():
|
|||||||
if result.returncode != 0:
|
if result.returncode != 0:
|
||||||
print("\nFEHLER: MSI-Kompilierung fehlgeschlagen!")
|
print("\nFEHLER: MSI-Kompilierung fehlgeschlagen!")
|
||||||
print("Stelle sicher, dass WiX v6 installiert ist:")
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
print()
|
print()
|
||||||
|
|||||||
Reference in New Issue
Block a user