Archive: License Page Confusion


License Page Confusion
Hey everyone, I am trying to add a license page to my installer and I'm confused. I first thought that all I needed to do was declare a license page (page license license.txt) and I found out that was wrong. So I looked at the help file and it says:

internal_page_type [pre_function] [show_function] [leave_function] [/ENABLECANCEL]

Does that mean that I have to write three functions to get my license to display? What do those functions have to do? Do I have to write a function to read my license.txt file?

Any help here is welcomed, I am just getting more confused.


Page license
LicenseData license.txt


read the documentation on Page Options
and take also a look at PageEx


That worked, thanks a lot Wizou


Use MUI_PAGE_LICENSE if you are using Modern UI.

Stu