diff --git a/build/scripts/build_windows.py b/build/scripts/build_windows.py index 1005019..021299c 100644 --- a/build/scripts/build_windows.py +++ b/build/scripts/build_windows.py @@ -299,7 +299,11 @@ class WindowsBuilder: return True def _create_wix_source(self) -> bool: - """Create WiX source file for MSI generation.""" + """Create WiX source file for MSI generation. + + Creates per-machine installation (Program Files). + Installation requires admin rights, but the app does not. + """ wix_content = f''' @@ -307,7 +311,7 @@ class WindowsBuilder: Manufacturer="HIM-Tools" UpgradeCode="12345678-1234-1234-1234-123456789012"> - + @@ -332,7 +336,7 @@ class WindowsBuilder: - +