oleaut32: Update OaBuildVersion.
[wine] / dlls / msi /
2011-05-26  Alexandre Julliardmsi: Remove the temp files after the storage files...
2011-05-25  Hans Leidekkermsi: Support rollback of failed uninstalls.
2011-05-25  Hans Leidekkermsi: Don't schedule rollback actions during rollback.
2011-05-25  Hans Leidekkermsi: Fix updating the component reference count during...
2011-05-25  Hans Leidekkermsi: Fix the remaining actions to revert features and...
2011-05-25  Hans Leidekkermsi: Fix the assembly actions to revert components...
2011-05-24  Hans Leidekkermsi: Fix the font actions to revert components to the...
2011-05-24  Hans Leidekkermsi: Fix the ODBC actions to revert components to the...
2011-05-24  Hans Leidekkermsi: Fix the service actions to revert components to...
2011-05-24  Hans Leidekkermsi: Fix the class actions to revert features to the...
2011-05-24  Hans Leidekkermsi: Fix the registry actions to revert components...
2011-05-24  Hans Leidekkermsi: Fix the file actions to revert components to the...
2011-05-24  Hans Leidekkermsi: Fix the folder actions to revert components to...
2011-05-24  Hans Leidekkermsi: Improve the stub for MsiGetMode(MSIRUNMODE_ADVERTISE).
2011-05-24  Hans Leidekkermsi: Improve the BindImage action stub.
2011-05-24  Hans Leidekkermsi: Move patch related functions to a separate file.
2011-05-20  Hans Leidekkermsi: Execute the rollback script if the installation...
2011-05-20  Hans Leidekkermsi: Schedule rollback for standard actions.
2011-05-20  Hans Leidekkermsi: Implement MsiGetMode(MSIRUNMODE_ROLLBACKENABLED).
2011-05-20  Hans Leidekkermsi: Implement the DisableRollback standard action.
2011-05-20  Hans Leidekkermsi: Avoid a double free.
2011-05-20  Hans Leidekkermsi: Recursively create the destination directory in...
2011-05-20  Hans Leidekkermsi: Factor out common code from MsiEnumComponentCostsW.
2011-05-18  Marcus Meissnermsi: Check comp for NULL from msi_get_loaded_component...
2011-05-17  Hans Leidekkermsi: Don't resolve child folders if the target path...
2011-05-17  Hans Leidekkermsi: Make sure that the target root directory has a...
2011-05-17  Hans LeidekkerRevert "msi: Avoid loading cabinet streams more than...
2011-05-17  Hans Leidekkermsi: Search all installation contexts in the FindRelate...
2011-05-17  Hans Leidekkermsi: Improve tracing in the FindRelatedProducts action.
2011-05-12  Hans Leidekkermsi: Unescape ^Q^Y sequences in text archives.
2011-05-12  Hans Leidekkermsi: Handle embedded nulls in text archives.
2011-05-12  Hans Leidekkermsi: Improve the stub for MisGetMode(MSIRUNMODE_ADMIN).
2011-05-12  Hans Leidekkermsi: Remove redundant tracing.
2011-05-11  Hans Leidekkermsi: Don't resolve child folders if the parent path...
2011-05-11  Hans Leidekkermsi/tests: Show that MsiSetTargetPath updates folder...
2011-05-06  Hans Leidekkermsi: Clone an open stream if possible in cabinet_open_s...
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: Avoid loading cabinet streams more than once.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-06  Hans Leidekkermsi: Handle NULL component correctly in MsiEnumComponen...
2011-05-04  Piotr Cabanwine.inf: Add quotes to webbrowser command keys.
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-05-02  Hans Leidekkermsi: Skip disabled components in the InstallService...
2011-05-02  Hans Leidekkermsi: Avoid casts in IWineMsiRemotePackage methods.
2011-05-02  Hans Leidekkermsi: Support remote calls to MsiEnumComponentCosts.
2011-05-02  Hans Leidekkermsi: Fix handling of components without a key path...
2011-04-25  Marcus Meissnermsi: Mark internal symbols as visibility hidden.
2011-04-19  Hans Leidekkermsi: Sync with the action request instead of the action...
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-14  Hans Leidekkermsi: Avoid redundant loading of media info.
2011-04-14  Hans Leidekkermsi/tests: Fix some memory leaks (valgrind).
2011-04-14  Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-04-14  Hans Leidekkermsi: Check the return value of MSIREG_OpenUpgradeCodesK...
2011-04-06  Hans Leidekkermsi: More Wow64 fixes.
2011-04-05  Hans Leidekkermsi: Honor msidbFeatureAttributesFollowParent.
2011-04-05  Hans Leidekkermsi: Fix parsing of an empty property followed by a...
2011-04-01  Hans Leidekkermsi: Implement and test MsiEnumComponentCostsA/W.
2011-03-31  Francois Gougetmsi: Make load_ttf_name_id() static.
2011-03-31  Hans Leidekkermsi: Fix building the message string in MSI_ProcessMessage.
2011-03-31  Hans Leidekkermsi: Fix buffer size calculation in get_keypath.
2011-03-30  Hans Leidekkermsi: Avoid sprintf for simple concatenations.
2011-03-30  Hans Leidekkermsi: Make sure to access the 64-bit portion of the...
2011-03-30  Hans Leidekkermsi/tests: Remove unneeded Wow64 checks.
2011-03-30  Hans Leidekkermsi: Implement MsiGetFileSignatureInformationA/W.
2011-03-30  Hans Leidekkermsi: Accept whitespace-only property values on the...
2011-03-30  Hans Leidekkermsi: Explicitly pass product code and platform to MSIRE...
2011-03-30  Hans Leidekkermsi: Allocate the user token dynamically.
2011-03-30  Hans Leidekkermsi/tests: Allocate the user token dynamically and...
2011-03-30  Hans Leidekkermsi/tests: Get rid of workarounds for win9x test failures.
2011-03-30  Hans Leidekkermsi: Ignore invalid upgrade codes in the PublishProduct...
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-17  Paul Vriensmsi: Only call MSI_RecordGetString() when needed (Cover...
2011-03-16  Francois Gougetmsi: Make get_assembly_record() static.
2011-03-16  Francois Gougetmsi: Small tweak to the usage for readability.
2011-03-16  Hans Leidekkermsi: Let the InstallFiles action determine which privat...
2011-03-16  Hans Leidekkermsi: Skip reference counting for assembly components.
2011-03-10  David Hedbergmsi: Check other sources if install media not present...
2011-03-10  David Hedbergmsi: Use ordering information to update the correct...
2011-03-10  Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-03-09  Hans Leidekkermsi: Build the key path from the display name if the...
2011-03-09  Hans Leidekkermsi: Also register components without a key path.
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-03-07  Hans Leidekkermsi: Avoid registering duplicate source list information.
2011-03-07  Hans Leidekkermsi: Compare keys only in compare_record.
2011-03-07  Hans Leidekkermsi: Reduce filename to the long name in ITERATE_Remove...
2011-03-07  Hans Leidekkermsi/tests: Check the result of get_system_dirs and...
2011-03-04  Marcus Meissnermsi: Pointer to out of scope local variable (Coverity).
2011-02-28  Austin Englishmsi/tests: Remove win9x hacks.
next