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?