https://bugs.winehq.org/show_bug.cgi?id=54212
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org ---
ERROR from APP "Nexus Software cannot be installed on systems with Windows Installer version lower than 5.0."
Running with WINEDEBUG=+msi shows following two lines: 0114:trace:msi:msi_get_property returning L"5.0" for property L"AI_REQUIRED_WINDOWS_INSTALLER_VERSION" 0114:trace:msi:MSI_EvaluateConditionW 0 <- L"VersionMsi >= AI_REQUIRED_WINDOWS_INSTALLER_VERSION"
And modifying MSI_MAJORVERSION/MSI_MINORVERSION in msipriv.h from 4.5 to 5.0 avoids this error, but installer is still not able to complete successfully.