https://bugs.winehq.org/show_bug.cgi?id=48993
Bug ID: 48993 Summary: 64-bit Powershell 2.0 for Windows 2003 installer fails due to missing 'scecli.dll' Product: Wine Version: 5.6 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says. Mentioned a few times:
* https://bugs.winehq.org/show_bug.cgi?id=25740#c8 * https://bugs.winehq.org/show_bug.cgi?id=25740#c15 * https://bugs.winehq.org/show_bug.cgi?id=26016#c20 * https://bugs.winehq.org/show_bug.cgi?id=35891#c0
Download:
https://web.archive.org/web/20120528222714/http://download.microsoft.com/dow...
Prerequisite:
* 'winetricks -q dotnet20sp1' * 'winecfg /v win2003'
--- snip --- $ WINEDEBUG=+seh,+loaddll,+process,+relay taskset -c 0 wine ./WindowsServer2003-KB968930-x64-ENG.exe >>log.txt 2>&1 ... 0096:Call KERNEL32.CreateProcessA(00000000,0100d3e0 "c:\f95bd3e38ba11de93611\update\update.exe",00000000,00000000,00000000,00000020,00000000,0123d738 "c:\f95bd3e38ba11de93611\update",0032fe2c,0032fe94) ret=01005d78 ... 0096:trace:process:CreateProcessInternalW started process pid 00bc tid 00bd ... 0096:Ret KERNEL32.CreateProcessA() retval=00000001 ret=01005d78 ... 00bd:Call setupapi.SetupFindFirstLineA(01a801d0,100014668 "SecurityServiceAfterInstall",00000000,0022af50) ret=1000a232a ... 00bd:Call ucrtbase._wcsicmp(01bb6360 L"SecurityServiceAfterInstall",025ff678 L"Strings") ret=00250421 00bd:Ret ucrtbase._wcsicmp() retval=fffffff1 ret=00250421 ... 00bd:Ret setupapi.SetupFindFirstLineA() retval=00000000 ret=1000a232a 00bd:Call KERNEL32.LoadLibraryW(100024908 L"scecli.dll") ret=1000a2524 ... 00bd:Ret KERNEL32.LoadLibraryW() retval=00000000 ret=1000a2524 ... 00bd:Call KERNEL32.GetLastError() ret=1000a27c5 00bd:Ret KERNEL32.GetLastError() retval=0000007e ret=1000a27c5 ... 00bd:Call user32.MessageBoxA(00000000,10013b660 "Invalid handle.\r\n",1000ef0e0 "Windows Management Framework Core Setup Error",00011010) ret=10008a747 --- snip ---
$ sha1sum WindowsServer2003-KB968930-x64-ENG.exe 8ba702aa016e4c5aed581814647f4d55635eff5c WindowsServer2003-KB968930-x64-ENG.exe
$ du -sh WindowsServer2003-KB968930-x64-ENG.exe 9.9M WindowsServer2003-KB968930-x64-ENG.exe
$ wine --version wine-5.6-299-gf65cfbfe9b
Regards