Fix WindowsBuilder executable path and enhance MSI linking error reporting

- Updated the path to the built executable to reflect changes in the output structure.
- Added calculation and display of total distribution size after build.
- Enhanced error reporting for the MSI linking process by capturing and printing stdout and stderr output.
- Updated WiX source file to include UI namespace for better compatibility.
- Removed unnecessary blank line in test_msi.py for cleaner code.
This commit is contained in:
claudi 2026-02-18 18:20:57 +01:00
parent 2b12ee2aef
commit 37b772166c
6 changed files with 2895 additions and 2877 deletions

View file

@ -8,7 +8,6 @@ sys.path.insert(0, str(Path(__file__).parent / "build" / "scripts"))
from build_windows import WindowsBuilder
if __name__ == "__main__":
builder = WindowsBuilder()
print("Creating MSI installer...")