Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.6
-
Fix Version/s: 10.6.5
-
Component/s: Packaging, Platform Windows
-
Labels:None
Description
Optionally support 4 component versions for installaller, a.b.c.d .
Current installation is not prepared for this, it only relies on MSI major upgrade to replace all files in package. MSI major upgrades do not work with 4 components, ProductVersion is limited to 3 places, anything else is ignored.
So we need to work with ProductVersion unchanged, which means MSI minor upgrade, and here file versioning rules https://docs.microsoft.com/en-us/windows/win32/msi/file-versioning-rules needs to be followed.