reactos/dll/win32/setupapi
Hermès Bélusca-Maïto e0baa58f1b
[SETUPAPI] Fix extraction of files from a cabinet file using the SetupQueueCopy and SetupCommitFileQueue method.
CORE-14164

- Contrary to what Wine thought, this works even if the cabinet file does not have a ".cab" extension.
- Instead of polluting the directory where the cabinet file exists with all the files extracted from it,
  we only extract the needed file to a temporary folder (thus being sure it does not overwrite any other
  existing file with the same name), and then we move the extracted file to its final destination with rename.
2017-12-31 02:48:58 +01:00
..
lang [TRANSLATION] Use correct font name in Korean resources, CORE-9566 (#228). 2017-12-29 01:51:15 +01:00
res
cfgmgr.c [SETUPAPI] Improve the range list implementation. 2017-11-12 23:27:09 +01:00
CMakeLists.txt
devclass.c [BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. CORE-11799 (#94) 2017-10-28 15:04:18 +01:00
devinst.c
dialog.c
dirid.c
diskspace.c
driver.c [SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580 2017-11-16 18:58:57 +01:00
install.c
interface.c
misc.c
parser.c
query.c
queue.c [SETUPAPI] Fix extraction of files from a cabinet file using the SetupQueueCopy and SetupCommitFileQueue method. 2017-12-31 02:48:58 +01:00
resource.h
rpc.c
rpc_private.h
setupapi.rc
setupapi.spec
setupapi_private.h
setupcab.c
stringtable.c
stubs.c