https://bugs.winehq.org/show_bug.cgi?id=35903
--- Comment #30 from Zebediah Figura z.figura12@gmail.com ---
From the log:
006c:0078:trace:setupapi:SetupDefaultQueueCallbackW need media L"C:\windows\inf" L"1464ui.dll" 006c:0078:trace:setupapi:SetupDefaultQueueCallbackW start copy L"C:\windows\inf\1464ui.dll" -> L"C:\windows\system32\1464ui.dll" 006c:0078:trace:setupapi:queue_copy_file copying file L"C:\windows\inf\1464ui.dll" -> L"C:\windows\system32\1464ui.dll" 006c:0078:trace:setupapi:do_file_copyW copy L"C:\windows\inf\1464ui.dll" to L"C:\windows\system32\1464ui.dll" style 0x10000 006c:0078:warn:setupapi:do_file_copyW failed to copy, err 2
So it gets stuck trying to install the driver files (this ends up looping forever). It's using the INF directory as a default source, because no other source was provided, but that's not correct. I'll have to run some tests, but it looks like we need to use the original location of the INF file, which means we need to write PNF files.