http://bugs.winehq.org/show_bug.cgi?id=5734
wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|wine.dev@web.de |wine-bugs@winehq.org Status|NEW |ASSIGNED
------- Additional Comments From wine.dev@web.de 2007-10-07 22:15 ------- The installer call user32/LoadStringA and get "PSCRIPT5.DLL" from the resource. I expect, that the Drive use some sort of self-made basename() and crash, because no backslash was found: EnumPrinterDrivers on windows return the Full Path for the Files and in wine, we return only the Filename. I'm working on a fix.
The second crash, that Louis mentioned was fixed yesterday: SetupCloseInfFile(INVALID_HANDLE_VALUE);