Remove an incorrect comment and check for 0 being an invalid file
[wine] / dlls / msi / files.c
2005-10-29  Mike McCormackRemove an incorrect comment and check for 0 being an...
2005-10-29  Mike McCormackExtract file directly to their target location, bypassi...
2005-10-28  Mike McCormackPut the UI update code for cabinet file into a separate...
2005-10-28  Mike McCormackTranslate INVALID_HANDLE_VALUE to zero for cabinet...
2005-10-28  Mike McCormackFix a memory leak in the cabinet extracting code.
2005-10-28  Mike McCormackCreate component folders in the CreateFolders action.
2005-09-25  Mike McCormackFix another memory leak.
2005-09-23  Mike McCormackAvoid using static variables in the InstallFiles action.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-08-25  Aric StewartThe file name used in the ui messages is the target...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-07-21  Aric StewartUse SOURCEDIR instead of PackagePath. Because the Packa...
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-12  Aric StewartWhen working toward install on demand support we need...
2005-07-11  Aric StewartAdd the string constants located in msi.h and make...
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-06-29  Aric StewartHandle installs off multiple volumes and properly pull...
2005-06-24  Aric StewartRedo how we extract files from a cabinet in order to...
2005-06-21  Aric StewartDuplicate files should not fail if unable to get Destin...
2005-06-20  Aric StewartUse MSI_IterateRecords for DuplicateFiles.
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...