https://bugs.winehq.org/show_bug.cgi?id=57953
Bug ID: 57953 Summary: FortiClient Installer halts: Windows 10 is required. Product: Wine Version: 10.3 Hardware: x86-64 URL: https://filestore.fortinet.com/forticlient/FortiClient OnlineInstaller.exe OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
This was reported by soemone on IRC.
After starting the installer, it downloads an msi file, but then it stops with a messagebox windows 10 is required.
In the msi file there's a Launchcondition "VersionNT>=1000 And WIN_VER<1100", if you remove that with orca, the installation goes fine, so it seems something goes wrong there (?)
https://bugs.winehq.org/show_bug.cgi?id=57953
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- The installer has a manifest that declares Windows 10 compatibility. We cap the version at 603 since 658183a803fced017e1e29f4001cec8b48748327 which makes this condition false.
Reverting that commit fixes this installer while the installer from bug 48959 still succeeds. It's a newer version but judging from the comments the launch condition is the same.