user0202045042 New member | Level 2

Comments

  • According to Windows Installer requirements, the product version used in the MSI (and consequently in the Upgrade table VersionMin / VersionMax) must conform to the following limits: major ≤ 255 minor ≤ 255 build ≤ 65535 Because of this constraint, version values where the major component exceeds 255 (e.g. 256.x.x) are not…