0

I have a software that has 4 different versions. I need to set the Inno Setup installer with 4 checkbox and 4 different target directory locations. For example;

  • VST 32 bit: C:\Program Files (x86)\Vstplugins

  • VST 64 bit: C:\Program Files\Vstplugins

  • AAX 32 bit: C:\Program Files (x86)\Common Files\Avid\Audio\Plug-Ins

  • AAX 64 bit: C:\Program Files\Common Files\Avid\Audio\Plug-Ins

Is it possible?

  • *“can loacate the installation directory individually for each one”* - can you explain what you mean by that? – Martin Prikryl Jun 09 '18 at 14:51
  • Also, do you want to allow a user to install multiple options side by side, by running the installer again with a different selection? Should these show as separate entries in control panel/settings app? – Martin Prikryl Jun 09 '18 at 15:19
  • It sould be something like this: https://image.ibb.co/cUvyNo/dnmmmmmm.jpg Don't bother directory pats, it's ust an example. The idea is this but it's no problem if we can solve this situation with different ways – stevemohican Jun 09 '18 at 16:19
  • Thank you so much for helping Martin. Adding multiple directories is ok now. But I've couldn't see checkboxes for enabling/disabling for each destination folder. – stevemohican Jun 10 '18 at 03:03
  • Now that you know how to implement multiple directories, please edit your question to narrow it down to the “checkboxes”. Your current question is too broad for SO anyway. – Martin Prikryl Jun 10 '18 at 05:24
  • It would help, if you show us how will you implement the multiple directories. As the check box solution depends on that. – Martin Prikryl Jun 10 '18 at 17:11

0 Answers0