Revert "msi: Avoid loading cabinet streams more than once.".
[wine] / dlls / msi / msipriv.h
2011-05-06  Hans Leidekkermsi: Keep track of a stream's storage.
2011-05-06  Hans Leidekkermsi: Add support for version 1.0 of the .NET runtime.
2011-05-06  Hans Leidekkermsi: Destroy assembly caches right after use.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-03  Francois Gougetmsi: get_msi_typelib() is not used anymore so remove it.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2011-05-02  Hans Leidekkermsi: Rewrite the folder resolution code to keep track...
2011-05-02  Hans Leidekkermsi: Use a separate function to retrieve the target...
2011-04-25  Marcus Meissnermsi: Mark internal symbols as visibility hidden.
2011-04-18  Francois Gougetmsi: Move msi_get_cabinet_stream() up and make it static.
2011-04-14  Hans Leidekkermsi: Add offsets to disk ids added by patches.
2011-04-14  Hans Leidekkermsi: Add support for maintaining a list of cabinet...
2011-04-01  Hans Leidekkermsi: Implement and test MsiEnumComponentCostsA/W.
2011-03-30  Hans Leidekkermsi: Explicitly pass product code and platform to MSIRE...
2011-03-29  David Hedbergmsi: Add support for patching files.
2011-03-29  David Hedbergmsi: Generalize media helpers a bit.
2011-03-29  David Hedbergmsi: Add an offset to sequence numbers belonging to...
2011-03-08  Hans Leidekkermsi: Assume a file is present if the target exists...
2011-03-08  Hans Leidekkermsi: Load media info even if there's no file to install.
2011-03-08  Hans Leidekkermsi: Make a second pass to determine which files to...
2011-03-07  Hans Leidekkermsi: Manage one assembly cache per major version of...
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2011-01-24  Hans Leidekkermsi: Implement the MsiPublishAssemblies and MsiUnpublis...
2011-01-20  Hans Leidekkermsi: Clean up better when removing a product.
2011-01-12  Hans Leidekkermsi: Fix parsing of patch product codes (valgrind).
2011-01-11  Hans Leidekkermsi: Add support for comparing TrueType font versions.
2010-12-24  Hans Leidekkermsi: Change ACTION_UpdateComponentStates to take a...
2010-12-17  Alexandre Julliardmsi: Convert the dll registration to the IRegistrar...
2010-12-02  Hans Leidekkermsi: Reuse temporary executables.
2010-11-26  Peter Urbanecmsi: Add AMD64 platform definition to support installat...
2010-11-17  Hans Leidekkermsi: Add support for importing and exporting the specia...
2010-11-11  Hans Leidekkermsi: Add support for installing side-by-side assemblies.
2010-10-26  Hans Leidekkermsi: Open the log file once per package.
2010-10-22  Hans Leidekkermsi: Don't inline msi_feature_set_state and msi_compone...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-13  Hans Leidekkermsi: Put keys from 32-bit packages starting with HLKM...
2010-10-13  Hans Leidekkermsi: Register class ids from 32-bit packages under...
2010-10-11  Hans Leidekkermsi: Allocate 3 bytes instead of 2 for in-memory string...
2010-10-06  Hans Leidekkermsi Set the feature action to INSTALLSTATE_UNKNOWN...
2010-10-06  Hans Leidekkermsi: Validate packages based on supported version,...
2010-10-05  Hans Leidekkermsi: Put the uninstall key for 32-bit packages under...
2010-09-24  Hans Leidekkermsi: Remove unused field from MSICOMPONENT structure.
2010-09-18  Hans Leidekkermsi: Read supported platform and language ids from...
2010-09-18  Hans Leidekkermsi: Adjust the AdminUser property too after applying...
2010-09-13  Hans Leidekkermsi: Avoid pointer truncation in MSI_ViewFetch and...
2010-08-18  Hans Leidekkermsi: Bump version to 4.5.
2010-07-23  Hans Leidekkermsi: Set/unset the SourceDir property at the right...
2010-07-23  Hans Leidekkermsi: Never defer standard actions.
2010-07-22  Hans Leidekkermsi: Make sure properties are updated after applying...
2010-07-21  Hans Leidekkermsi: Improve traces in db_get_raw_stream.
2010-07-21  Hans Leidekkermsi: Publish patches regardless of any features being...
2010-07-20  Hans Leidekkermsi: Store the patch state in the registry.
2010-06-11  Hans Leidekkermsi: Implement MsiGetFeatureCostA/W.
2010-06-11  Hans Leidekkermsi: Compare file versions as numbers instead of strings.
2010-06-09  Hans Leidekkermsi: Create directories right before installing files.
2010-05-12  Hans Leidekkermsi: Store the disk id in the MSIFILE structure.
2010-05-11  Hans Leidekkermsi: Set the SourceDir property to the registered sourc...
2010-05-05  Hans Leidekkermsi: Apply registered patches in MsiOpenPackage.
2010-05-04  Hans Leidekkermsi: Register more patch details.
2010-05-04  Hans Leidekkermsi: Make a local copy of patch packages.
2010-04-29  Hans Leidekkermsi: Support multiple patches per package.
2010-04-29  Hans Leidekkermsi: Store a copy of the file extension in the MSIMIME...
2010-04-21  Hans Leidekkermsi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
2010-04-21  Hans Leidekkermsi: Make MSI_SetPropertyW take a pointer to a database...
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-04-19  Hans Leidekkermsi: Remove the string index parameter from msi_addstringW.
2010-04-14  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Make the string reference count a short.
2010-04-02  Hans Leidekkermsi: Implement the UnregisterMIMEInfo standard action.
2010-04-02  Hans Leidekkermsi: Implement the UnregisterExtensionInfo standard...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterProgIdInfo standard action.
2010-04-02  Hans Leidekkermsi: Implement the UnregisterClassInfo standard action.
2010-03-26  Hans Leidekkermsi: Keep source directory and cabinet file separate.
2010-03-23  Hans Leidekkermsi: Remove stream from streams cache before destroying it.
2010-03-23  Hans Leidekkermsi: Implement a second cabinet extractor on top of...
2010-03-23  Hans Leidekkermsi: The AppSearch and CCPSearch actions must be run...
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: Update the UI in the AppSearch action.
2010-03-02  Hans Leidekkermsi: Implement the RemoveIniValues standard action.
2010-02-25  Hans Leidekkermsi: Implement the RemoveRegistryValues standard action.
2010-02-23  Hans Leidekkermsi: Implement the RemoveDuplicateFiles standard action.
2010-02-22  Hans Leidekkermsi: Make msi_reset_folders static.
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyFeatureForAction.
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyComponentForAction.
2010-02-12  Hans Leidekkermsi: Implement the UnregisterTypeLibraries standard...
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2010-02-03  Hans Leidekkermsi: Move some helpers to the module where they are...
2009-12-17  Hans Leidekkermsi: Fix download of installer packages. Return errors...
2009-12-17  James Hawkinsmsi: Move MSITRANSFORM and MSISTREAM and associated...
2009-12-17  James Hawkinsmsi: Free the cached streams when closing the database.
2009-12-16  Hans Leidekkermsi: Clone the open stream instead of trying to open...
2009-12-11  James Hawkinsmsi: Close the original record before copying new data...
2009-11-09  Rob Shearmanmsi: Improve stub for MsiGetFeatureCost{A, W} and hook...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
next