msi: Use disk_prompt from the media_info structure instead of passing an extra parame...
[wine] / dlls / msi / files.c
2006-11-09  James Hawkinsmsi: Use disk_prompt from the media_info structure...
2006-11-08  James Hawkinsmsi: Factor out download_remote_cabinet and reuse extra...
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-08  James Hawkinsmsi: Factor copy_install_file out of ACTION_InstallFiles.
2006-11-08  James Hawkinsmsi: Factor schedule_install_files out of ACTION_Instal...
2006-11-08  James Hawkinsmsi: Model the media_info structure members after the...
2006-11-08  James Hawkinsmsi: Use msi_alloc_zero instead of a helper function...
2006-11-08  James Hawkinsmsi: Use the file's component instead of passing an...
2006-11-08  James Hawkinsmsi: Use the media_info structure instead of passing...
2006-10-27  James Hawkinsmsi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-27  Mike McCormackmsi: Avoid crashing if writeout_cabinet_stream fails.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-08-15  James Hawkinsmsi: Non-compressed files may come before the list...
2006-08-11  Andrew Talbotmsi: Write-strings warning fix.
2006-08-11  James Hawkinsmsi: Only remove a file if the version to be installed...
2006-08-10  James Hawkinsmsi: Download install cabinet files if the msi package...
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-02  James Hawkinsmsi: A file that does not have the msidbFileAttributesC...
2006-07-29  Mike McCormackmsi: Change an ERR to a WARN.
2006-07-19  Huw Daviesmsi: Create files with the correct file attributes.
2006-07-14  Stefan Siebertmsi: cabinet_notify - don't fail on files with the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Mike McCormackmsi: Remove broken volume management code.
2006-04-06  Mike McCormackmsi: Avoid a crash if a parameter is NULL.
2006-03-21  Mike McCormackmsi: Improve handling of short paths.
2006-02-22  Robert Shearmanmsi: Always set a value for intype in ready_volume.
2006-01-23  Robert Shearmanmsi: Call ui_actiondata for more actions.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-11-02  Mike McCormackImplement the RemoveFiles action.
2005-11-02  Mike McCormackUse an enumeration for file states.
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-29  Mike McCormackSome installers don't call the CreateFolders action...
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...