winex11: Don't wait for the foreground window to start clipping in ClipCursor.
[wine] / dlls / msi /
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.
2011-02-25  Paul Vriensmsi: Add a missing va_end() (Coverity).
2011-02-25  Austin Englishmsi/tests: Remove win9x hacks.
2011-02-23  Hans Leidekkermsi: A custom action dll failing to load is not a fatal...
2011-02-22  Hans Leidekkermsi: Fix a trace.
2011-02-17  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-17  Austin Englishmsi/tests: Remove dead assignments.
2011-02-14  Detlef Riekenbergmsi/tests: Fix a typo.
2011-02-11  Austin Englishmsi/tests: Make sure to use a return value (LLVM/Clang).
2011-02-11  Austin Englishmsi/tests: Don't check return values inside of if(0...
2011-02-10  Hans Leidekkermsi: Preserve existing advertise strings in the Publish...
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-10  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-08  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Hans Leidekkermsi/tests: Show that a failing call to MsiGetSourcePath...
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2011-02-02  Hans Leidekkermsi: Try harder to remove non-persistent directories.
2011-02-01  Hans Leidekkermsi: Handle out-of-memory condition in encode_streamname.
2011-02-01  Hans Leidekkermsi: Reset file attributes before removing a file.
2011-01-27  Hans Leidekkermsi: Skip rollback custom actions.
2011-01-27  Hans Leidekkermsi: Initialize a variable in get_patch_product_codes...
2011-01-27  Hans Leidekkermsi: Return the correct disk prompt size from MsiSource...
2011-01-27  Hans Leidekkermsi: Check a return value (clang).
2011-01-27  Hans Leidekkermsi/tests: Test a return value (clang).
2011-01-27  Hans Leidekkermsi: Use a return value (clang).
2011-01-27  Hans Leidekkermsi: Make sure the return value is initialized in save_...
2011-01-27  Hans Leidekkermsi: Check the return value of IActiveScript_AddNamedIt...
2011-01-27  Hans Leidekkermsi/tests: Consistently test return values (clang).
2011-01-27  Hans Leidekkermsi: Check the return value of fetch_int (clang).
2011-01-27  Greg Geldorpmsi/tests: Check 64-bit reg view if key not present...
next