I’m looking for a way to create a one page installer in Inno Setup, just look at this screenshot:

Can anyone please give me the codes for doing this?
Or totally I would like to merge pages abilities in Inno Setup. For example merge Select directory page with Components page and etc
It’s not easy to do by default. But it can be done, the following code
produced a page like this one.
To pull this off, I use
{code:AppDir}as the default directory. This tells InnoSetup to use the functionAppDirto retrieve the installation directory. I then can set it using my custom dialog.Instead of using
[Components]and/or[Tasks]I have to useCheckin the[Files]Section.