From 65374b37259bba14d453a1662fbdb574aff117e0 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Thu, 21 Nov 2024 20:41:11 +0900 Subject: [PATCH] Disallow Mozc to be installed on ARM64 Windows Before Mozc becomes available to ARM64 processes in Windows, let's disallow Mozc64.msi to be installed into ARM64 Windows machines to avoid unnecessary user confusions. Note that this commit only blocks the initial installation. There is no behavior change for those who have already installed Mozc into their ARM64 Windows environments. This means that both upgrading from a previous version of Mozc and uninstalling Mozc continue to be allowed. Closes #1127. --- src/win32/installer/installer_64bit.wxs | 5 +++++ src/win32/installer/installer_oss_64bit.wxs | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/win32/installer/installer_64bit.wxs b/src/win32/installer/installer_64bit.wxs index ec0f6552e..7f70da780 100644 --- a/src/win32/installer/installer_64bit.wxs +++ b/src/win32/installer/installer_64bit.wxs @@ -63,6 +63,11 @@ + + + + + diff --git a/src/win32/installer/installer_oss_64bit.wxs b/src/win32/installer/installer_oss_64bit.wxs index 5716d5cf3..7076dfea8 100644 --- a/src/win32/installer/installer_oss_64bit.wxs +++ b/src/win32/installer/installer_oss_64bit.wxs @@ -64,6 +64,11 @@ + + + + +