https://bugs.winehq.org/show_bug.cgi?id=24559 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> --- Yes, still an issue in wine 1.7.53. When the setup.exe from the CD is executed and after pressing Install Movie Player a executable called d:\dxmedia\redist\dxmedia.exe is executed. This process extracts a resource to a temp file, in my case C:\\windows\\DXMf483.tmp and execute it. This tmp file extracts many files to the temp dir and then attempts to run (lines separated because they are too long): rundll32.exe advpack.dll,LaunchINFSectionEx C:\\users\\bruno\\Temp\\IXP000.TMP \\dxmedia.inf,Install.9x,,44,N",00000000,00000000,00000000,04000200,00000000, 00168cb0 L"C:\\users\\bruno\\Temp\\IXP000.TMP",0033d648,0033d638 rundll32 is executed and call advpack.dll.LaunchINFSectionEx which in turn read the inf file and copy many files to c:\windows\system32, exiting with 0 (success). Unfortunately for some reason this tmp process call ExitProcess with error 0x8007042b. Which is the negative number -2147023829 from the message box. No idea what would be useful. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.