0

I'm trying to create an installer that has selectable versions and associated directories like this example:

inno example

I have figured out how to add checkboxes to items on the "Tasks" page, and the "Select Destination" pages is self explanatory... but I can't figure out how to combine these into one page.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
dustbro
  • 19
  • 2

1 Answers1

0

This is quite complex page to implement in Inno Setup.

Implementing it based on tasks is not the best way, imo. I would start with TInputDirWizardPage (created by CreateInputDirPage) and add the checkboxes.

These two questions contain almost everything you need:

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992