Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Split tasks into two pages

Tags:

inno-setup

I have an Inno Setup installer with a Tasks list which has gotten quite big mainly due to a few radio button choice lists. Is there any known way to split the Tasks list's options into two pages, instead of making it scroll?

All of the options involved are basically configuration settings of the installed program.

like image 757
Nyerguds Avatar asked May 18 '26 21:05

Nyerguds


1 Answers

Do you really have that many (one off) tasks? Splitting the page can not be done automatically by Inno. If you want them split, you will need to use a custom dialog and use Check: parameters on the conditional entries. An alternive is to use components that is a more explicit "list of things being installed" rather than a "list of things to do".

like image 185
Deanna Avatar answered May 21 '26 09:05

Deanna



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!