Understanding the "Error Install Package Version" Message
The error ERROR_INSTALL_PACKAGE_VERSION means that the version of Windows Installer on the machine does not support the schema of the package. The package schema is indicated by the PID_PAGECOUNT property in the summary information stream of the package.
If the schema number of the package is greater than the maximum supported schema by Windows Installer, you will need to update your version of Windows Installer or re-author the package to be compatible with an earlier schema.
The minimum supported schema for all versions of MSI is 30.
The maximum supported schema for each version of MSI is:
- Windows Installer 1.0: 100
- Windows Installer 1.1: 110
- Windows Installer 1.2: 120
- Windows Installer 2.0: 200
- Login or register to post comments
- 514 reads
- Printer-friendly version














