All relevant properties could be read from the csproj file first, then stored as variables, then passed to the setup.iss file as command-line arguments, in the same way that VersionPrefix is being passed now (or, more preferably, using proper InnoSetup parameters with default values and not #define).
All relevant properties could be read from the csproj file first, then stored as variables, then passed to the
setup.iss
file as command-line arguments, in the same way thatVersionPrefix
is being passed now (or, more preferably, using proper InnoSetup parameters with default values and not#define
).