We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02741f7 commit 90e1b7cCopy full SHA for 90e1b7c
Install/Win32/OdbcJdbcSetup.iss
@@ -114,12 +114,12 @@ WizardImageFile={#SOURCE_DOCS}\Win32\firebird-logo1.bmp
114
WizardImageBackColor=clWhite
115
WizardSmallImageFile={#SOURCE_DOCS}\Win32\firebird-logo2.bmp
116
117
+ArchitecturesInstallIn64BitMode=win64
118
+
119
#if PlatformTarget == "x64"
-ArchitecturesAllowed=x64
-ArchitecturesInstallIn64BitMode=x64
120
+ArchitecturesAllowed=x64compatible
121
#elif PlatformTarget == "ARM64"
122
+ArchitecturesAllowed=arm64
123
#endif
124
125
[Languages]
0 commit comments