Powershell: MIT license is not an EULA

Created on 21 Jan 2019  路  6Comments  路  Source: PowerShell/PowerShell

Steps to reproduce

  1. Download powershell MSI
  2. Instale msi

Expected behavior

I am not required to Accept license and I can click next.

Actual behavior

There is a checkbox forcing me to Accept an opensource license

Environment data

Windows 10 x64 1803

how to fix It

  1. Delete EULA checkbox
  2. Dont grey out Next button.
Area-Maintainers-Build Issue-Discussion Resolution-Fixed

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.

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings