License in Setup is different
description
The MSI requires to accept a XYZ license, while the CodePlex project states a "Microsoft Public License (Ms-PL)".
The reason may be caused by not having changed the WiX default. License may be easily customized in WiX throught
<WixVariable Id="WixUILicenseRtf" Value="myLicense.rtf" />
The content of myLicense.rtf should obviously be Ms-PL to be coherent.