Skip to content

installer: add 64-bit support for ARM64#333

Merged
dscho merged 1 commit into
git-for-windows:mainfrom
dennisameling:installer-arm64-64-bit
Apr 20, 2021
Merged

installer: add 64-bit support for ARM64#333
dscho merged 1 commit into
git-for-windows:mainfrom
dennisameling:installer-arm64-64-bit

Conversation

@dennisameling

@dennisameling dennisameling commented Mar 21, 2021

Copy link
Copy Markdown
Member

Builds further on #330

The Git for Windows ARM64 installation ideally should be installed in the 64-bit Program Files folder. Inno Setup 6.0 added support for 64-bit on Windows ARM64. This commit leverages this support.

The installation directory is correctly set to C:\Program Files\Git:

image

The Git Credential Manager radio buttons are enabled correctly in the 64-bit ARM64 installer:

image

Comment thread installer/install.iss Outdated
The Git for Windows ARM64 installation ideally should be installed in
the 64-bit Program Files folder. Inno Setup 6.0 added support for 64-bit
on Windows ARM64. This commit leverages this support.

Signed-off-by: Dennis Ameling <[email protected]>
@dennisameling
dennisameling force-pushed the installer-arm64-64-bit branch from f7a3670 to 13466bf Compare April 19, 2021 19:54

@dscho dscho left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first, I was a bit concerned about defining INSTALLER_FILENAME_SUFFIX when we don't want any suffix, but it does seem like the cleanest solution (because unlike a proper C preprocessor, #if defined(INSTALLER_FILENAME_SUFFIX) && INSTALLER_FILENAME_SUFFIX!='' would still result in the error message Undeclared identifier: INSTALLER_FILENAME_SUFFIX.).

@dscho
dscho merged commit 938c196 into git-for-windows:main Apr 20, 2021
@dscho

dscho commented Apr 20, 2021

Copy link
Copy Markdown
Member

@dennisameling thank you so much!

@dennisameling
dennisameling deleted the installer-arm64-64-bit branch April 21, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants