Files
reactos/dll
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
..
2017-12-30 11:08:11 +01:00
2017-11-26 14:29:35 +01:00
2017-12-24 21:19:03 +02:00