VIProductVersion "1.1.1.${PATCH_VER}" If PATCH_VER was not set earlier by a mistake, the version will turn out to be 1.1.1.${PATCH_VER}.Is there any way to get an error/warning message in a situation like this?
Use case: We have a lot of installers being built and NSIS files change regularly, and a mistake like this will not get noticed unless manually checked.