http://bugs.winehq.org/show_bug.cgi?id=34852
Bug #: 34852 Summary: Xibo installer 1.4.x complains "Player cannot be installed on systems with Internet Explorer version smaller than 7.0" Product: Wine Version: 1.7.5 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says...
Seems kind of overkill to run 'winetricks ie7' to have the installer see a wininet.dll with 7.0 version resource.
What Internet Exploder version compatibility does Wine strive for? IE6 seems pretty much dead (<5% market share).
Prerequisite: 'winetricks -q dotnet35' in 32-bit WINEPREFIX (or Mono)
--- snip --- ... 002b:trace:msi:iterate_appsearch L"AI_IESEARCH" L"AI_IESearchSgn" ... 002b:trace:msi:ACTION_AppSearchGetSignature Found file name L"wininet.dll" for Signature_ L"AI_IESearchSgn"; 002b:trace:msi:ACTION_AppSearchGetSignature MinVersion is 7.0.0.0 002b:trace:msi:ACTION_AppSearchGetSignature MaxVersion is 0.0.0.0 002b:trace:msi:ACTION_AppSearchGetSignature MinSize is 0, MaxSize is 0; 002b:trace:msi:ACTION_AppSearchGetSignature Languages is (null) ... 002b:trace:msi:ACTION_AppSearchComponents failed to query CompLocator for L"AI_IESearchSgn" 002b:trace:msi:ACTION_AppSearchReg L"AI_IESearchSgn" ... 002b:trace:msi:ACTION_AppSearchReg failed to query RegLocator for L"AI_IESearchSgn" 002b:trace:msi:ACTION_AppSearchIni L"AI_IESearchSgn" ... 002b:trace:msi:ACTION_AppSearchIni failed to query IniLocator for L"AI_IESearchSgn" 002b:trace:msi:ACTION_AppSearchDr L"AI_IESearchSgn" ... 002b:trace:msi:ACTION_SearchDirectory 0x154958, 0x33f8dc, L"C:\windows\system32\", 0, 0x33f910 002b:trace:msi:ACTION_RecurseSearchDirectory Searching directory L"C:\windows\system32\" for file L"wininet.dll", depth 0 ... 002b:Call version.GetFileVersionInfoW(001d5f10 L"C:\windows\system32\wininet.dll",00000000,000006e4,001d7088) ret=7ec92edf ... 002b:Ret version.GetFileVersionInfoW() retval=00000001 ret=7ec92edf 002b:Call version.VerQueryValueW(001d7088,7ed14d64 L"\",0033ec20,0033ec24) ret=7ec92f09 002b:Ret version.VerQueryValueW() retval=00000001 ret=7ec92f09 002b:trace:msi:ACTION_FileVersionMatches comparing file version 6.0.2800.1106: 002b:trace:msi:ACTION_FileVersionMatches less than minimum version 7.0.0.0 ... 002b:trace:msi:ACTION_SearchDirectory returning 0 ... 002b:trace:msi:ACTION_AppSearchDr returning 0 ... 002b:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"Property: AI_IESEARCH, Signature: AI_IESearchSgn" ... 002b:Call user32.MessageBoxW(00000000,001d73c0 L"Xibo Player cannot be installed on systems with Internet Explorer version smaller than 7.0",7ed11692 L"Install Failed",00000000) ret=7ec83bb7 --- snip ---
$ sha1sum xibo-client-1.4.2-win32-x86.msi 26fe5b50f067b8d853abc5f6b3be791f56cad7eb xibo-client-1.4.2-win32-x86.msi
$ du -sh xibo-client-1.4.2-win32-x86.msi 1.4M xibo-client-1.4.2-win32-x86.msi
$ wine --version wine-1.7.5-251-gbcf4ded
Regards