fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
523 stars 103 forks source link

Pass all csproj properties to the installer script #97

Closed fernandreu closed 4 years ago

fernandreu commented 4 years ago

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).