Replies: 1 comment 2 replies
-
I don't see what the installer argument is here (I didn't dig too far as I was hoping it would be provided). Can you pass the installer argument using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before starting, ensure that you have done the following.
What do you want to add?
Mandatory ASLR is a security feature in recent versions of Windows 10+ that is off by default. Git for Windows is unusable if it is turned on. Recent versions of the Git for Windows installer can add exceptions for the affected executables, which resolves the issue.
The package should support the relevant option,
/AddmandatoryASLRsecurityexceptions=Enabled
, with a package parameter.Alternatively, the package should support
/LOADINF
, as e.g. ultravnc does, so that any option, including this one, can be provided to the installer.What problem will the feature/enhancement solve?
As things stand, it's not feasible to use chocolatey to install Git for Windows on a system with Mandatory ASLR enabled, since only a manual install can set the necessary install option.
If the feature or enhancement is approved:
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions