Installer: WIX erkennt MSI version nicht richtig #35

Closed
opened 2024-02-03 21:17:08 +01:00 by lorenz.stechauner · 0 comments
| C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Package.wxs(2): warning WIX1148: Invalid MSI package version: '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b'. The Windows Installer SDK says that MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed. Violating the MSI rules sometimes works as expected but the behavior is unpredictable and undefined. Future versions of WiX might treat invalid package versions as an error. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Installer.wixproj]
| C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Package.wxs(3): warning WIX1148: Invalid MSI package version: '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b'. The Windows Installer SDK says that MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed. Violating the MSI rules sometimes works as expected but the behavior is unpredictable and undefined. Future versions of WiX might treat invalid package versions as an error. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Installer.wixproj]
| C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Package.wxs(3): warning WIX1148: Invalid MSI package version: '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b'. The Windows Installer SDK says that MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed. Violating the MSI rules sometimes works as expected but the behavior is unpredictable and undefined. Future versions of WiX might treat invalid package versions as an error. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Installer.wixproj]
| C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Setup\Bundle.wxs(25): warning WIX1148: Invalid product version '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b' in MSI package 'ElwigMsi'. Product version should have a major version less than 256, a minor version less than 256, and a build version less than 65536. The bundle may incorrectly detect upgrades of this package. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Setup\Setup.wixproj]
``` | C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Package.wxs(2): warning WIX1148: Invalid MSI package version: '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b'. The Windows Installer SDK says that MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed. Violating the MSI rules sometimes works as expected but the behavior is unpredictable and undefined. Future versions of WiX might treat invalid package versions as an error. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Installer.wixproj] | C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Package.wxs(3): warning WIX1148: Invalid MSI package version: '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b'. The Windows Installer SDK says that MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed. Violating the MSI rules sometimes works as expected but the behavior is unpredictable and undefined. Future versions of WiX might treat invalid package versions as an error. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Installer.wixproj] | C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Package.wxs(3): warning WIX1148: Invalid MSI package version: '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b'. The Windows Installer SDK says that MSI product versions must have a major version less than 256, a minor version less than 256, and a build version less than 65536. The revision value is ignored but version labels and metadata are not allowed. Violating the MSI rules sometimes works as expected but the behavior is unpredictable and undefined. Future versions of WiX might treat invalid package versions as an error. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Installer\Installer.wixproj] | C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Setup\Bundle.wxs(25): warning WIX1148: Invalid product version '0.6.4+46b1d585fe5269c367a5a154e0b3548a8a9f429b' in MSI package 'ElwigMsi'. Product version should have a major version less than 256, a minor version less than 256, and a build version less than 65536. The bundle may incorrectly detect upgrades of this package. [C:\Users\Lorenz\.cache\act\920dc78dd111e2b3\hostexecutor\Setup\Setup.wixproj] ```
lorenz.stechauner added the
bug
label 2024-02-03 21:17:08 +01:00
thomas.hilscher was assigned by lorenz.stechauner 2024-02-03 21:17:08 +01:00
lorenz.stechauner self-assigned this 2024-02-23 18:31:59 +01:00
thomas.hilscher was unassigned by lorenz.stechauner 2024-02-23 18:31:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: winzer/elwig#35
No description provided.