diff options
-rw-r--r-- | cmake.packaging/WixPatch.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake.packaging/WixPatch.xml b/cmake.packaging/WixPatch.xml index 1179292636..1196f4f335 100644 --- a/cmake.packaging/WixPatch.xml +++ b/cmake.packaging/WixPatch.xml @@ -11,11 +11,4 @@ Value='[INSTALL_ROOT]bin' /> </CPackWiXFragment> - - <!-- Allow installation by non-administrative users --> - <!-- https://learn.microsoft.com/windows/win32/msi/allusers --> - <CPackWiXFragment Id="#PRODUCT"> - <Property Id="ALLUSERS" Value="2" /> - <Property Id="MSIINSTALLPERUSER" Value="1" /> - </CPackWiXFragment> </CPackWiXPatch> |