http://bugs.winehq.org/show_bug.cgi?id=25340
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Exact Audio Copy (EAC) |Exact Audio Copy (EAC) |1.0beta1 does not run |1.0beta1 does not run | |(needs support for COM | |server information from PE | |manifest, SxS)
--- Comment #12 from Anastasius Focht focht@gmx.net 2010-12-29 11:01:08 CST --- Hello,
Wine has to support COM server information from PE manifest (side-by-side method). The registration/registry-free COM method is supported since Windows XP SP2.
EAC.exe.manifest:
--- snip --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="EAC" version="1.0.0.0" processorArchitecture="x86"/> <file name="sqlceca35.dll"> <comClass description="SSCE.Engine.3.5" clsid="{A9D3060D-3526-4538-B13A-1913568DAA0D}" threadingModel="Both"/> </file> <file name="sqlceoledb35.dll"> <comClass description="Microsoft.SQLSERVER.CE.OLEDB.3.5" clsid="{F49C559D-E9E5-467C-8C18-3326AAE4EBCC}" threadingModel="Both"/> </file> <file name="helperfunctions.dll"> <comClass description="HelperFunctions" clsid="{2C00FD29-09C5-43CE-946D-27B626C7F414}" threadingModel="Both"/> </file> .... --- snip ---
Regards