http://bugs.winehq.org/show_bug.cgi?id=23577
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Kaspersky Internet Security |Kaspersky Internet Security |2010 installation problem: |2010 installation problem: |needs Win XP SP 2 |needs Win XP SP 2 (builtin | |'fltlib.dll' needs version | |resource)
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
The installer looks for 'fltlib.dll' version >= 5.0.0.0 and Wine's builtin doesn't have a version resource.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+msi wine ./kis9.0.0.736en.exe >>log.txt 2>&1 ... 0037:Call KERNEL32.CreateProcessA(00000000,00409c30 ""C:\users\Public\Application Data\Kaspersky Lab Setup Files\Kaspersky Internet Security 2010 9.0.0.736\English\setup.exe"",00000000,00000000,00000000,00000000,00000000,0042a800 "C:\users\Public\Application Data\Kaspersky Lab Setup Files\Kaspersky Internet Security 2010 9.0.0.736\English",00422d70,00e4e868) ret=00405428 ... 0039:Call KERNEL32.__wine_kernel_init() ret=7bc5a316 0037:Ret KERNEL32.CreateProcessA() retval=00000001 ret=00405428 ... 0039:trace:msi:iterate_appsearch L"FLTLIBINSTALLED" L"fltlib.dll" ... 0039:trace:msi:ACTION_AppSearchGetSignature Found file name L"fltlib.dll" for Signature_ L"fltlib.dll"; 0039:trace:msi:ACTION_AppSearchGetSignature MinVersion is 5.0.0.0 0039:trace:msi:ACTION_AppSearchGetSignature MaxVersion is 0.0.0.0 0039:trace:msi:ACTION_AppSearchGetSignature MinSize is 0, MaxSize is 0; 0039:trace:msi:ACTION_AppSearchGetSignature Languages is (null) ... 0039:trace:msi:ACTION_SearchDirectory 0x193588, 0x33f99c, L"C:\windows\system32\", 1, 0x33f9d0 0039:trace:msi:ACTION_RecurseSearchDirectory Searching directory L"C:\windows\system32\" for file L"fltlib.dll", depth 1 ... 0039:Call version.GetFileVersionInfoSizeW(001f1c50 L"C:\windows\system32\fltlib.dll",0033ecdc) ret=7db07035 ... 0039:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"Property: FLTLIBINSTALLED, Signature: fltlib.dll" ... 0039:trace:msi:msi_get_property returning L"501" for property L"VersionNT" ... 0039:trace:msi:msi_get_property returning L"3" for property L"ServicePackLevel" ... 0039:trace:msi:msi_get_property property L"FLTLIBINSTALLED" not found ... 0039:trace:msi:MSI_EvaluateConditionW 1 <- L"(VersionNT > 500 AND VersionNT < 600) AND (ServicePackLevel<2 OR NOT FLTLIBINSTALLED)" 0039:trace:msi:ACTION_PerformUIAction Performing action (L"ErrorXPSP2RequiredShow") ... 0039:trace:msi:ACTION_CustomAction Handling custom action L"ErrorXPSP2RequiredShow" (13 (null) L"Microsoft Windows XP Service Pack 2 or higher is required to install the application.") ... 0039:Call user32.MessageBoxW(00000000,001f1ee0 L"Microsoft Windows XP Service Pack 2 or higher is required to install the application.",00000000,00000000) ret=7db1855c ---- snip ---
Regards