From b3fd61aed2a3ce5db870f1e453b537099c67441d Mon Sep 17 00:00:00 2001 From: claudi Date: Thu, 19 Feb 2026 15:53:01 +0100 Subject: [PATCH] Update WiX source generation for per-machine installation and clarify admin rights requirement --- build/scripts/build_windows.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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: - +