Item 1 of 1 Previous | Next

1

Fixed

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.

No files are attached

comments

ArildFines wrote Dec 8 2009 at 7:14 PM

Fixed in CS 36485. Thanks for the report.