Installer: WIX erkennt MSI version nicht richtig #35
Owner
```
| 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]
```
bug
label
[#35] Installer: Fix WIX version detection
[#35] Installer: Fix WIX version detection
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?