http://bugs.winehq.org/show_bug.cgi?id=28974
Bug #: 28974 Summary: Microsoft EMET v2.x and other tools need apphelp.dll.SdbCreateDatabase Product: Wine Version: 1.3.31 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
continuation of bug 24371 Now that apphelp.dll is provided it dies on:
--- snip --- Unhandled Exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception. at MitigationInterface.Apphelp.SdbCreateDatabase(String pwszPath, PATH_TYPE eType) at MitigationInterface.ShimUtil..ctor(Arch SysArch) at MitigationInterface.ApplicationMitigations..ctor(SystemMitigations SysMits) at ConsoleApp.Program.ProcessCommandLineArgs(String[] args) at ConsoleApp.Program.Main(String[] args) wine: Unimplemented function apphelp.dll.SdbCreateDatabase called at address 0x7b83a43f (thread 0009), starting debugger... --- snip ---
http://msdn.microsoft.com/en-us/library/bb432434.aspx
Recipe:
1) clean WINEPREFIX 2) winetricks -q dotnet20 3) wine msiexec -i "EMET Setup.msi" 4) ~/.wine/drive_c/Program Files/EMET$ wine ./EMET_Conf.exe
Regards