Skip to content

Commit 90e1b7c

Browse files
committed
Update OdbcJdbcSetup.iss
1 parent 02741f7 commit 90e1b7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Install/Win32/OdbcJdbcSetup.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ WizardImageFile={#SOURCE_DOCS}\Win32\firebird-logo1.bmp
114114
WizardImageBackColor=clWhite
115115
WizardSmallImageFile={#SOURCE_DOCS}\Win32\firebird-logo2.bmp
116116

117+
ArchitecturesInstallIn64BitMode=win64
118+
117119
#if PlatformTarget == "x64"
118-
ArchitecturesAllowed=x64
119-
ArchitecturesInstallIn64BitMode=x64
120+
ArchitecturesAllowed=x64compatible
120121
#elif PlatformTarget == "ARM64"
121-
ArchitecturesAllowed=x64
122-
ArchitecturesInstallIn64BitMode=x64
122+
ArchitecturesAllowed=arm64
123123
#endif
124124

125125
[Languages]

0 commit comments

Comments
 (0)