msi: Search the last used source if the cabinet to extract cannot be found.
[wine] / dlls / msi / files.c
2008-05-22  James Hawkinsmsi: Search the last used source if the cabinet to...
2008-04-30  James Hawkinsmsi: Add initial implementation of MsiPublishAssemblies.
2008-04-07  James Hawkinsmsi: Set the install context based on the ALLUSERS...
2008-03-20  James Hawkinsmsi: Fix the type of the ID parameter of MsiSourceListE...
2008-03-07  Ove Kaavenmsi: Fix bug in handling of multivolume CAB files.
2008-02-26  James Hawkinsmsi: Search existing published sources if the media...
2008-02-26  James Hawkinsmsi: Store the media type and set the last used source...
2008-02-26  James Hawkinsmsi: Remove setting a source list property that's in...
2008-02-26  James Hawkinsmsi: Publish source information in the user-unmanaged...
2008-01-16  James Hawkinsmsi: dest_path refers to the directory prefix, not...
2008-01-07  James Hawkinsmsi: Create parent directories when duplicating files...
2008-01-07  James Hawkinsmsi: Directly download mi->source now that SourceDir...
2008-01-07  James Hawkinsmsi: Only read an internal package if the file to insta...
2007-12-12  James Hawkinsmsi: Free the cabinet string on error.
2007-11-29  James Hawkinsmsi: Don't check for the media or cabinet if the cabine...
2007-11-26  James Hawkinsmsi: Only check the volume label if it's different...
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-20  James Hawkinsmsi: Check the cabinet's full path for existence, not...
2007-11-19  James Hawkinsmsi: Don't check for a cabinet's existence if it's...
2007-11-15  James Hawkinsmsi: Don't ignore the error returned by ready_media.
2007-11-15  James Hawkinsmsi: Only check the presence of the cabinet if the...
2007-11-15  James Hawkinsmsi: Simplify ready_media.
2007-10-23  James Hawkinsmsi: Set media info strings to NULL after freeing them.
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-06-26  James Hawkinsmsi: Fetch the volume name when getting disk info.
2007-06-22  Rob Shearmanmsi: Only use the long name for the file source if...
2007-05-30  James Hawkinsmsi: Fall back to checking if the cab exists if the...
2007-05-30  James Hawkinsmsi: Create the destination directory if it doesn't...
2007-05-11  James Hawkinsmsi: Only check the volume label for every media after...
2007-05-09  James Hawkinsmsi: Check the volume name when changing media.
2007-04-13  Rob Shearmanmsi: Provide UI action data for uncompressed files...
2007-04-12  James Hawkinsmsi: Reset the is_extracted flag when every cabinet...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-02-26  James Hawkinsmsi: Overwrite an existing read-only file when copying...
2007-02-08  James Hawkinsmsi: Don't skip files continued from a previous cabinet.
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2007-02-05  James Hawkinsmsi: Allow uncompressed files before compressed files...
2006-11-30  James Hawkinsmsi: Use mi->source if the source is not a full path.
2006-11-29  James Hawkinsmsi: Don't fail if we can't remove an existing install...
2006-11-20  Mike McCormackmsi: Clean up parameters of msi_media_get_disk_info().
2006-11-20  Mike McCormackmsi: Fix some memory leaks.
2006-11-20  Mike McCormackmsi: Don't leak row handles.
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-14  James Hawkinsmsi: Notify the external UI handler when changing media.
2006-11-13  James Hawkinsmsi: Fix a heap corruption bug by resizing the src...
2006-11-09  James Hawkinsmsi: Add support for continuous cabinets.
2006-11-09  James Hawkinsmsi: Extract cabinets in ACTION_InstallFiles. ready_med...
2006-11-09  James Hawkinsmsi: Move the file sequence check out of ready_media_in...
2006-11-09  James Hawkinsmsi: Factor out load_media_info from ready_media_for_file.
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...
next