https://bugs.winehq.org/show_bug.cgi?id=26016
--- Comment #20 from Austin English austinenglish@gmail.com --- Native setupi has a lot of: fixme:seh:_abnormal_termination (void)stub
and crashes with: wine: Call from 0x7b83a82e to unimplemented function apphelp.dll.SdbInitDatabase, aborting
if I stub that, it gets further, to SCECLI.dll.SceSetupMoveSecurityFile. That function doesn't appear to be documented, howver, so I didn't try to do anything with it. (that's for ie7)
xmllite installs with no issues with native setupapi after SdbInitDatabase was stubbed. Running it now in a loop.
I'll test with native updspapi next.