I decided to create custom wizard page in my inno-setup-based installer. But i do not want to create it from scratch. I want to take TInputDirWizardPage and modify it, e.g. add a combo-box. Is it possible? How to do it?
I decided to create custom wizard page in my inno-setup-based installer. But i do
Share
I figured it out myself. So i will answer my own question. Here’s sample code:
Thanks everybody! 🙂