File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
builds/install/arch-specific/win32 Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,12 @@ WizardResizable=yes
314314WizardImageFile = {#ScriptsDir}\firebird_install_logo1.bmp
315315WizardSmallImageFile = {#ScriptsDir}\firebird_install_logo1.bmp
316316
317+ #if PlatformTarget == " arm64"
318+ DefaultDirName = {code:ChooseInstallDir|{commonpf64}\Firebird\Firebird_{#AppVer}}
319+ #else
317320DefaultDirName = {code:ChooseInstallDir|{commonpf}\Firebird\Firebird_{#AppVer}}
321+ #endif
322+
318323DefaultGroupName = Firebird {#GroupnameVer} ({#PlatformTarget})
319324
320325UninstallDisplayIcon = {code:ChooseUninstallIcon|{#UninstallBinary}}
@@ -334,6 +339,7 @@ ArchitecturesAllowed=x64
334339ArchitecturesInstallIn64BitMode = x64
335340#elif PlatformTarget == " arm64"
336341ArchitecturesAllowed = arm64
342+ ArchitecturesInstallIn64BitMode = arm64
337343#endif
338344
339345;This feature is incomplete, as more thought is required.
You can’t perform that action at this time.
0 commit comments