In the Inno Setup FAQ is an example of how to assign filetypes to my software. Dealing with the registry is no problem.
But how can I provide the user the choice of which filetypes he wants to assign? Let's say, I have written a simple editor for text files and want to ask if the user wants to assign .txt and/or .nfo with my program. A setup-page with checkboxes would be genius.
How to do this with Inno Setup?