I have four installers built with separate .iss files: client installer, server installer, client update installer, server update installer. At the moment I use separate isl
files for each installer.
My question is can I use Inno Setup preprocessor inside the isl
file to decide which messages refer to which installer so I could use only one instance of isl
file for each language?