Add test script for MSI creation using WindowsBuilder

This commit introduces a new test script, `test_msi.py`, which automates the process of creating an MSI installer. The script utilizes the `WindowsBuilder` class to generate the installer and checks for its successful creation, providing feedback on the result and the file size.
This commit is contained in:
claudi 2026-02-18 15:14:21 +01:00
parent 6213bbfa0a
commit 2b12ee2aef
6 changed files with 11945 additions and 33 deletions

File diff suppressed because one or more lines are too long