server: Check that the prefix type can support the client architecture.
[wine] / dlls / msi / files.c
2010-05-03  Gerald Pfeifermsi: Fix return value for ITERATE_RemoveFiles (in the...
2010-04-28  Hans Leidekkermsi: Move all file comparisons to CostFinalize.
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-03-26  Hans Leidekkermsi: Return the right error when a cabinet cannot be...
2010-03-23  Hans Leidekkermsi: Set the action taken in the ProcessComponents...
2010-03-05  Hans Leidekkermsi: Also update the UI when removing files listed...
2010-03-05  Hans Leidekkermsi: Update the UI in the MoveFiles action.
2010-03-05  Hans Leidekkermsi: Move the implementation of the MoveFiles action...
2010-03-05  Hans Leidekkermsi: Properly update the UI in the DuplicateFiles and...
2010-02-26  Hans Leidekkermsi: Remove empty directories as part of the RemoveFile...
2010-02-23  Hans Leidekkermsi: Implement the RemoveDuplicateFiles standard action.
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyComponentForAction.
2010-02-02  AndrĂ© Hentschelmsi: Fix crash with access to component.
2009-11-20  Michael Martinmsi: Shedule rename operation also for ERROR_USER_MAPPE...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2008-12-12  Alexandre Julliardmsi: Don't include msvcrt headers.
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-09-08  James Hawkinsmsi: Make sure read-only source files are set writable...
2008-08-21  James Hawkinsmsi: Don't remove a misc file if the action is unknown.
2008-08-21  James Hawkinsmsi: Don't remove a file that is installed as source.
2008-08-21  James Hawkinsmsi: Downgrade an ERR to a TRACE.
2008-08-21  James Hawkinsmsi: If the filename is empty or NULL, remove the direc...
2008-08-19  James Hawkinsmsi: Base removal of a file on the component's action...
2008-08-19  James Hawkinsmsi: Remove misc files from the RemoveFile table.
2008-08-19  James Hawkinsmsi: A file's component's state does not determine...
2008-08-19  James Hawkinsmsi: Don't remove a file if the old file is strictly...
2008-08-19  James Hawkinsmsi: Don't check for a NULL component, as the component...
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-07-22  James Hawkinsmsi: msidbFileAttributesVital has no effect on the...
2008-07-22  James Hawkinsmsi: Halt the installation with an error if a source...
2008-06-25  James Hawkinsmsi: Don't overwrite a file that has a greater or equal...
2008-06-24  James Hawkinsmsi: Publish media disks whether the drive type is...
2008-06-11  James Hawkinsmsi: Set the source path for uncompressed files when...
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...
next