From bd74a4fedecb860848d4f77634967a378e2cb1cd Mon Sep 17 00:00:00 2001 From: Doug Massay Date: Mon, 16 Dec 2024 10:46:14 -0500 Subject: [PATCH] Update some Windows installer documentation [skip ci] --- installer/Sigil.iss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/Sigil.iss b/installer/Sigil.iss index 68c9cab0b2..4ecea14f4f 100644 --- a/installer/Sigil.iss +++ b/installer/Sigil.iss @@ -33,14 +33,14 @@ OutputBaseFilename={#AppName}-${SIGIL_FULL_VERSION}-Windows${LEGACY_BUILD}${ISS_ ChangesAssociations=yes ;SetupLogging=yes -; "ArchitecturesAllowed=x64" specifies that Setup cannot run on -; anything but x64. -; The ${ISS_ARCH} var is substituted with "x64" or an empty string +; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run on +; anything but x64 or arm64. +; The ${ISS_ARCH} var is substituted with "x64compatible" or an empty string ArchitecturesAllowed="${ISS_ARCH}" -; "ArchitecturesInstallIn64BitMode=x64" requests that the install be -; done in "64-bit mode" on x64, meaning it should use the native +; "ArchitecturesInstallIn64BitMode=x64compatible" requests that the install be +; done in "64-bit mode" on x64 (or arm64), meaning it should use the native ; 64-bit Program Files directory and the 64-bit view of the registry. -; The ${ISS_ARCH} var is substituted with "x64" or an empty string +; The ${ISS_ARCH} var is substituted with "x64compatible" or an empty string ArchitecturesInstallIn64BitMode="${ISS_ARCH}" [Files]