Question

Q: The Readme/License file I want to include in my installer is in html, how can I show it to the user?

Can I set a html file as a Readme or License file?

Answer:

You cannot use html files directly as Readme or License files because their content has to be displayed in multiples modes, including text. On Unix, you can easily convert your html file into text using:

lynx -dump license.html > license.txt