-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated MSIs lack end-user license agreement #888
Comments
@jmjaffe37 I noticed this when testing, it looks like we need to add this back as part of the flow. |
Looks like this was implemented as a feature request in #162 (since agreeing to the GPL2 license is optional for software users) |
I guess we need to provide an override capability. |
The override capability was already implemented by @douph1. It depends on the JVM:
|
I should be able to add in the capability for the user specify that they want to show the optional GPL license. Would that be preferable? |
I think we need to alter it so it's not vm based but "vm and vendor" based. I know that other non Adoptium vendors also have EULA's (on a hotspot base). |
Ok, that can be arranged |
Feature added in #851. Also added sample code and an explanation of how to implement custom end-user license behavior in the readme |
The vendor_based license logic has been removed (as was decided recently), but the README now has documentation on license behavior. If similar logic is desired in the future, it will be quick and easy to implement |
Thank you! |
Not sure if this was a desired change, but we recently noticed that the generated MSIs (windows installers) will no-longer show the End-User License Agreement page (see example below of what the page looks like). I looked for a while, but I could not find the code change that lead to this
The text was updated successfully, but these errors were encountered: