COMPANY_ |
Please see the "options for commands" section of this manual for general information about the use of macros for configuration.
This defines the mimimum version of Windows Installer that is required by your installer, an error message will be presented if the user needs to install a newer version.
The value is an integer which is divided by 100, for example use "110" to require version 1.1+ and "200" for version 2.0+.
Feeble Windows Installer Error Message |
If Windows Installer finds that it can't install your msi it will tell the user that they need to upgrade, but won't tell you what version is required! This is what it looks like:
COMPANY.MMH Default processing |
This is the default "COMPANY.MMH" processing:
#define? COMPANY_SUMMARY_SCHEMA 110 ;;Minimum of Windows Installer v1.1 is required for this msi (a type of launch condition) <$Summary "MsiSchema" Value="<$COMPANY_SUMMARY_SCHEMA>">