http://bugs.winehq.org/show_bug.cgi?id=26868
Summary: Macrium Reflect installer fails Product: Wine Version: 1.3.18 Platform: x86-64 URL: http://download.cnet.com/Macrium-Reflect-Free/3000-224 2_4-10845728.html OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk Blocks: 22795
Created an attachment (id=34251) --> (http://bugs.winehq.org/attachment.cgi?id=34251) Wine 1.3.18 +msi +msidb [7.5MB]
Macrium Reflect installer fails
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Apparently this worked back in Wine 1.1.44 but I cannot build before Wine 1.2 no matter how hard I try! Bug exists in Wine 1.2 also.
http://bugs.winehq.org/show_bug.cgi?id=26868
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2011-04-21 01:10:53 CDT ---
trace:msi:ACTION_CallDllFunction calling L"Install" trace:msi:MsiCloseHandle 2 trace:msi:MsiCloseHandle handle 2 destroyed trace:msi:MsiCloseHandle 1 trace:msi:MsiCloseHandle handle 1 destroyed trace:msi:MsiCloseHandle 1 trace:msi:DllThread custom action (41) returned 1603
It's a custom action that fails. Please attach a +msi,+relay,+seh,+tid trace.
http://bugs.winehq.org/show_bug.cgi?id=26868
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2011-04-21 11:47:42 CDT --- Created an attachment (id=34268) --> (http://bugs.winehq.org/attachment.cgi?id=34268) Wine 1.3.18 +msi +relay +seh +tid [31MB]
0041:Ret rpcrt4.NdrFreeBuffer() retval=00000000 ret=7eb0364d 0041:Ret advapi32.OpenServiceW() retval=00000000 ret=10001855 0041:Call KERNEL32.GetLastError() ret=10001861 0041:Ret KERNEL32.GetLastError() retval=00000424 ret=10001861 0041:Call advapi32.CreateServiceW(001e2720,10034004 L"pssnap",1002a788 L"Paramount Software Snapshot Filter",000f01ff,00000001,00000000,00000001,1002a7d0 L"system32\DRIVERS\pssnap.sys",1002a808 L"PnP Filter",00000000,00000000,00000000,00000000) ret=1000189b
Problem trying to create a service?
Remove this action from the .msi and the install completes successfully.
http://bugs.winehq.org/show_bug.cgi?id=26868
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2011-04-21 12:07:58 CDT --- (In reply to comment #2)
Created an attachment (id=34268)
--> (http://bugs.winehq.org/attachment.cgi?id=34268) [details]
Wine 1.3.18 +msi +relay +seh +tid [31MB]
0041:Ret rpcrt4.NdrFreeBuffer() retval=00000000 ret=7eb0364d 0041:Ret advapi32.OpenServiceW() retval=00000000 ret=10001855 0041:Call KERNEL32.GetLastError() ret=10001861 0041:Ret KERNEL32.GetLastError() retval=00000424 ret=10001861 0041:Call advapi32.CreateServiceW(001e2720,10034004 L"pssnap",1002a788 L"Paramount Software Snapshot Filter",000f01ff,00000001,00000000,00000001,1002a7d0 L"system32\DRIVERS\pssnap.sys",1002a808 L"PnP Filter",00000000,00000000,00000000,00000000) ret=1000189b
Problem trying to create a service?
No, the open call fails with ERROR_SERVICE_DOES_NOT_EXIST, the create call following that actually succeeds:
0041:Ret advapi32.CreateServiceW() retval=0013ec08 ret=1000189b
This is likely the culprit:
0041:Call advapi32.RegOpenKeyExW(80000002,1002a6e8 L"SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1- 08002BE10318}",00000000,000f003f,005be4d8) ret=10001615 0041:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=10001615 0041:trace:msi:MsiCloseHandle 2 0041:trace:msi:MsiCloseHandle handle 2 destroyed 0041:Call KERNEL32.FreeLibrary(10000000) ret=7ecce123
4D36E967-E325-11CE-BFC1-08002BE10318 is the 'DiskDrive' class guid.
http://bugs.winehq.org/show_bug.cgi?id=26868
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |DUPLICATE
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-12-15 06:32:52 CST --- Hello,
dupe of bug 22794
Regards
*** This bug has been marked as a duplicate of bug 22794 ***
http://bugs.winehq.org/show_bug.cgi?id=26868
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2012-01-23 19:46:22 CST --- Closing DUPLICATE.