d3drm: Avoid LPDIRECT3DRMVISUAL.
[wine] / dlls / msi /
2013-04-17  Hans Leidekkermsi: Fix one more occurrence of overwriting verstr...
2013-04-15  Hans Leidekkermsi: Don't overwrite verstr in set_installer_properties.
2013-04-01  Nikolay Sivovmsi: Free records on error paths (Coverity).
2013-03-13  Alexandre Julliardmsi: Avoid intermediate variables when calling create_r...
2013-02-27  Hans Leidekkermsi: Don't attempt to patch files from disabled components.
2013-02-27  Hans Leidekkermsi: Handle more than one patch per file.
2013-02-18  Andrew Talbotmsi: Avoid signed-unsigned integer comparisons.
2013-02-15  Hans Leidekkermsi: Don't remove products if msidbUpgradeAttributesOnl...
2013-02-13  Hans Leidekkermsi/tests: Move a couple of tests from install.c to...
2013-02-06  Frédéric Delanoymsi: Fix memory leak (coverity).
2013-01-31  Hans Leidekkermsi: Improve parsing of the supported platforms string.
2013-01-31  Hans Leidekkermsi: Fix the return value of MsiGetFileVersion for...
2013-01-31  Hans Leidekkermsi: Don't fail if the directory already exists in...
2013-01-30  Hans Leidekkermsi: Set _BrowseProperty to INSTALLDIR.
2013-01-30  Hans Leidekkermsi: Avoid a crash in msi_dialog_handle_event.
2013-01-21  Hans Leidekkermsi: Remove const from integer parameters.
2013-01-21  Hans Leidekkermsi: Execute concurrent installers in a separate process.
2013-01-21  Hans Leidekkermsi: Set the OriginalDatabase property after applying...
2013-01-09  Hans Leidekkermsi: Implement MsiQueryFeatureStateExA/W.
2013-01-09  Hans Leidekkermsi: Extend registry helpers to support opening the...
2012-12-19  Hans Leidekkermsi: Fix a test failure on Windows 8 and conform to...
2012-12-14  Daniel Jelinskimsi: Do not convert MaskedEdit contents to uppercase.
2012-12-13  Michael Stefaniucmsi: Use FIELD_OFFSET for the size of structs with...
2012-12-11  Hans Leidekkermsi: Don't set the Preselected property for a full...
2012-12-10  Nikolay Sivovmsi: Fix a stream data leak on error (Coverity).
2012-11-22  Andrew Talbotmsi: Remove unused variables.
2012-11-20  Frédéric Delanoymsi: Fix a couple of leaks (coverity).
2012-11-19  Hans Leidekkermsi: Don't set the REINSTALL property if the product...
2012-11-16  Frédéric Delanoymsi: Fix leaks in ITERATE_InstallService (coverity).
2012-11-16  Frédéric Delanoymsi: Fix leaks in stop_service_dependents (coverity).
2012-11-15  Nikolay Sivovmsi: Remove unnecessary casts and argument from script...
2012-11-15  Nikolay Sivovmsi: Make it clear where script type mask comes from.
2012-11-15  Nikolay Sivovmsi: COM cleanup for IActiveScriptSite.
2012-11-14  Nikolay Sivovmsi: Store object function pointers with type id.
2012-11-14  Nikolay Sivovmsi: Cache ITypeInfo instances for automation objects...
2012-11-12  Michael Stefaniucmsi: Don't over-allocate memory for a MSISELECTVIEW.
2012-11-09  Michael Stefaniucmsi: Use FIELD_OFFSET to calculate the size of structs...
2012-11-09  Hans Leidekkermsi: Avoid a string copy when comparing SQL keywords.
2012-11-09  Hans Leidekkermsi: Fix use of uninitialized variables.
2012-11-07  Hans Leidekkermsi: Register dlls in a separate process.
2012-11-07  Hans Leidekkermsi: Make sure either the REINSTALL or the REMOVE prope...
2012-11-07  Hans Leidekkermsi: Remove a component regardless of its install state...
2012-11-07  Hans Leidekkermsi: Return correct length for the empty string from...
2012-11-07  Frédéric Delanoymsi: Fix some leaks (coverity).
2012-11-06  Hans Leidekkermsi: Avoid a crash when target paths have not yet been...
2012-11-05  Frédéric Delanoymsi: Fix a leak (coverity).
2012-11-05  Hans Leidekkermsi: Fix handling of REG_MULTI_SZ values in the WriteRe...
2012-11-05  Hans Leidekkermsi: Preserve strings with embedded nulls in the record...
2012-11-05  Hans Leidekkermsi: Fix handling of strings with embedded nulls in...
2012-11-02  Hans Leidekkermsi: Return length for the empty string in msi_string_l...
2012-10-29  Hans Leidekkermsi: Pass string length to msi_set_property in ACTION_C...
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_strcpy_to_awstring...
2012-10-29  Hans Leidekkermsi: Don't create a copy of deferred custom action...
2012-10-29  Hans Leidekkermsi: Return length instead of size from deformat_string.
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-10-29  Hans Leidekkermsi: Preserve strings with embedded nulls when copying...
2012-10-29  Hans Leidekkermsi: Preserve strings with embedded nulls when copying...
2012-10-29  Hans Leidekkermsi: Preserve strings with embedded nulls in the record...
2012-10-29  Hans Leidekkermsi: Get rid of MSI_RecordSetStringA.
2012-10-29  Hans Leidekkermsi: Store string length in the record structure.
2012-10-29  Hans Leidekkermsi: Add support for storing strings with embedded...
2012-10-29  Hans Leidekkermsi: Add more tests for embedded nulls in string proper...
2012-10-29  Hans Leidekkermsi: Add a test for embedded nulls in string property...
2012-10-24  André Hentschelmsi/tests: Make multiline macros blocks (coverity).
2012-09-18  Jacek Cabanmsi: Make script Session object visible by name.
2012-09-18  Jacek Cabanmsi: Choose the right IActiveScriptParse* interface...
2012-09-13  Hans Leidekkermsi: Don't reinstall components shared with other products.
2012-09-11  Hans Leidekkermsi: Only remove a component if the number of clients...
2012-09-06  Marcus Meissnermsi: Move free after last usage (Coverity).
2012-08-28  Jacek CabanAlways define WIDL_C_INLINE_WRAPPERS.
2012-08-15  Michael Stefaniucmsi/tests: Avoid a TRUE:FALSE conditional expression.
2012-08-13  Hans Leidekkermsi: Try the registered install location first when...
2012-08-13  Hans Leidekkermsi: Avoid an out of bounds access in msi_build_directo...
2012-07-31  Hans Leidekkermsi: Implement the RemoveExistingProducts standard...
2012-07-31  Vincent Povirkmsi: Stub Migrate10CachedPackagesW.
2012-07-27  Hans Leidekkermsi: Use inline wrappers for calling COM methods.
2012-07-27  Hans Leidekkermsi: Use the right interface to call 32-bit and 64...
2012-07-27  Detlef Riekenbergmsi/tests: Use always static binding for GetTokenInform...
2012-07-16  Hans Leidekkermsi/tests: Mark some test results as broken.
2012-07-09  Hans Leidekkermsi: Don't hard-code the ServicePackLevel property.
2012-07-09  Hans Leidekkermsi: Don't crash if no working directory is specified...
2012-06-15  Francois Gougetmsi/tests: Get rid of unneeded function typedefs.
2012-06-12  Hans Leidekkermsi: Keep assembly caches loaded until the package...
2012-06-12  Hans Leidekkermsi: Always load mscoree.dll from the system directory.
2012-06-12  Hans Leidekkermsi: Don't fail if no .NET runtime is available.
2012-06-12  Hans Leidekkermsi/tests: Use only uppercase characters for the PID_RE...
2012-06-11  Hans Leidekkermsi: Support registry key names that exceed 255 characters.
2012-06-11  Hans Leidekkermsi: Fail if a registry key cannot be created.
2012-06-11  Hans Leidekkermsi: Ignore the value if a registry value name is special.
2012-06-11  Hans Leidekkermsi: Add support for 64-bit registry components.
2012-05-31  Hans Leidekkermsi: Don't create empty values for special registry...
2012-05-31  Hans Leidekkermsi: Don't terminate the string in msi_id2stringA.
2012-05-17  Hans Leidekkermsi: Add support for version 4.0 of the .NET runtime.
2012-05-17  Hans Leidekkermsi: Use the correct function pointer in msi_init_assem...
2012-05-17  Hans Leidekkermsi: Break out of the loop as soon as the assembly...
2012-05-17  Michael Stefaniucmsi/tests: Test the correct return values.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-15  Hans Leidekkermsi: Add support for the ActionInfo progress message...
2012-05-15  Hans Leidekkermsi: Add support for the ProgressAddition progress...
2012-05-15  Hans Leidekkermsi: Don't hide failure of script custom actions.
next