Skip to content

Commit

Permalink
Update some Windows installer documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Dec 16, 2024
1 parent 4bb97c5 commit bd74a4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions installer/Sigil.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bd74a4f

Please sign in to comment.