I am not required to Accept license and I can click next.
There is a checkbox forcing me to Accept an opensource license
Windows 10 x64 1803
Well they have to make sure you agree to the terms, this is on purpose and will likely not be changed.
@RDIL Actually, @mercuriete is probably right, there is no need to agree to an open-source license like MIT to acquire a right to use the software. See this question on Stack Exchange for an explanation:
https://opensource.stackexchange.com/a/2867
cc @TravisEz13
@mercuriete I have a pending PR (https://github.com/PowerShell/PowerShell/pull/8846) to address this issue. The MSI EULA dialog uses an RTF, and we wanted to eliminate the RTF generation. After an internal review, it was decided that a link was sufficient.
@TravisEz13
Thank you for your work 馃憤
@mercuriete No problem.
Most helpful comment
@mercuriete I have a pending PR (https://github.com/PowerShell/PowerShell/pull/8846) to address this issue. The MSI EULA dialog uses an RTF, and we wanted to eliminate the RTF generation. After an internal review, it was decided that a link was sufficient.