From 33c12fa386aa7ace7a6bd06a45bc3ecf17e9c8f5 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 2 Nov 2025 00:03:07 -0700 Subject: Add support for perMachineOrUser Resolves 9175 --- src/xsd/wix.xsd | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/xsd') diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 17111a00..cc0bc1dc 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd @@ -14187,6 +14187,16 @@ + + + + _New in WiX v7: WiX v7 adds this option to the Package Scope attribute._ + Set this value to declare that the package is [dual-purpose that can install per-machine or per-user](https://learn.microsoft.com/en-us/windows/win32/msi/single-package-authoring) + and defaults to installing per-machine. + Sets the ALLUSERS property to 2. + + + @@ -14198,7 +14208,8 @@ - Set this value to declare that the package is [dual-purpose that can install per-user or per-machine](https://learn.microsoft.com/en-us/windows/win32/msi/single-package-authoring). + Set this value to declare that the package is [dual-purpose that can install per-user or per-machine](https://learn.microsoft.com/en-us/windows/win32/msi/single-package-authoring) + and defaults to installing per-user. Sets the ALLUSERS property to 2 and MSIINSTALLPERUSER property to 1. -- cgit v1.2.3-55-g6feb