winecoreaudio: Make wodMessage signature match WINEMM_msgFunc32 typedef.
[wine] / dlls / msi /
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-10-02  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-29  Michael Stefaniucmsi/tests: Remove trailing '\'.
2009-09-29  Hans Leidekkermsi: Test installing over in-use files.
2009-09-29  Hans Leidekkermsi: Don't set the Installed property twice.
2009-09-29  Hans Leidekkermsi: Test the Installed property.
2009-09-29  Hans Leidekkermsi: Respect UI level in custom action type 19.
2009-09-22  Hans Leidekkermsi: Add tests to show that the condition table is...
2009-09-22  Hans Leidekkermsi: Test last used source property in combination...
2009-09-22  Paul Vriensmsi/tests: Fix some test failures on Vista/W2K8.
2009-09-18  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-09-16  Hans Leidekkermsi: Set or override a user environment string when...
2009-09-16  Hans Leidekkermsi: Don't append the cabinet file name in find_publish...
2009-09-16  Hans Leidekkermsi: GetDriveType and GetVolumeInformation require...
2009-09-16  Hans Leidekkermsi: Downgrade two ERRs to WARNs.
2009-09-16  Hans Leidekkermsi: Improve a trace.
2009-09-11  Hans Leidekkermsi: Set ProductState property.
2009-09-10  Hans Leidekkermsi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
2009-09-10  Hans Leidekkermsi: Open the database read/write when the update count...
2009-09-09  Hans Leidekkermsi: Add a test to show that creating shortcuts works...
2009-09-09  Alexandre Julliardmsi: Force overwriting of read-only files when extracti...
2009-09-02  Hans Leidekkermsi: Add a partial implementation of MsiDetermineApplic...
2009-09-02  Hans Leidekkermsi: Set REINSTALL property when the product is already...
2009-08-28  Ge van Geldorpmsi/tests: Create only a single restore point.
2009-08-04  Hans Leidekkermsi: Fix column width calculation.
2009-08-04  Hans Leidekkermsi: Fix parsing of integer column width specifiers.
2009-08-03  Vladimir Pankratovmsi: Convert the Russian resources to UTF-8.
2009-07-15  Alexandre Julliardmsi: Build a proper tab chain by walking through the...
2009-07-06  Hib Erismsi: Implement ASSIGN mode in MsiViewModify.
2009-07-06  Hib Erismsi/tests: Add tests for MsiViewModify ASSIGN mode.
2009-07-03  Frédéric Delanoymsi: Update French translation.
2009-07-02  Michael Stefaniucmsi: Build language resource files separately.
2009-06-30  Hans Leidekkermsi: Support opening transform databases.
2009-06-25  Alexandre Julliardmsi: The dialog units are based on a 12-point font...
2009-06-22  Hib Erismsi: Release more msi_custom_action_info when no longer...
2009-06-22  Hib Erismsi: Release msi_custom_action_info when no longer...
2009-06-22  Hib Erismsi: Insert new tables in correct _Tables location.
2009-06-22  Hib Erismsi/tests: Add tests for order of tables.
2009-06-22  Aurimas Fišerasmsi: Add Lithuanian translation.
2009-06-19  Paul Vriensmsi/tests: Fix some test failures on Win95 by using...
2009-06-19  Paul Vriensmsi/tests: Fix test (logical || with non-zero constant).
2009-06-12  Hans Leidekkermsi: Add some reinstall tests.
2009-06-11  Mike Kaplinskiymsi: Add a test to insert a null primary key temporary...
2009-06-11  Mike Kaplinskiymsi: Store temporary rows in the same place as persiste...
2009-06-11  Hib Erismsi: Fix a crash when freeing memory.
2009-06-09  Paul Vriensmsi/tests: Make sure we only create one logfile.
2009-06-05  Marcus Meissnermsi: Check the correct pointers for allocation failure...
2009-06-04  Hans Leidekkermsi/tests: Ignore case when comparing file names.
2009-06-04  Hans Leidekkermsi: Add more tests for MsiGetSourcePath.
2009-06-04  Hans Leidekkermsi: Add tests for importing a _SummaryInformation...
2009-06-04  Hans Leidekkermsi: Initialize some variables.
2009-06-04  Hans Leidekkermsi: Don't trace an out parameter.
2009-05-29  Hans Leidekkermsi: The assembly file version field is optional.
2009-05-28  Hans Leidekkermsi: Fix some memory leaks.
2009-05-28  Hans Leidekkermsi: Consistently use the parser allocator when parsing...
2009-05-28  Hans Leidekkermsi: Don't duplicate the table name in CREATE_CreateView.
2009-05-28  Hans Leidekkermsi: Constify some parameters.
2009-05-28  Paul Vriensmsi/tests: Remove unused variable.
2009-05-27  Paul Vriensmsi/tests: Prevent crash when ConvertSidToStringSidA...
2009-05-27  Hib Erismsi: Add support for merging tables that are not in...
2009-05-27  Hib Erismsi/tests: Add test for merging tables that are not...
2009-05-27  Hib Erismsi: Fix merging tables with string primary keys.
2009-05-27  Hib Erismsi/tests: Add test for merging tables with string...
2009-05-27  Hib Erismsi: Initialize a variable.
2009-05-27  Hib Erismsi: Add support for importing binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add test for importing binary OBJECTS.
2009-05-26  Hib Erismsi: Support transforms with binary OBJECTS.
2009-05-26  Hib Erismsi: Add support for binary OBJECTS.
2009-05-26  Hib Erismsi/tests: Add tests for binary OBJECTS.
2009-05-26  Francois Gougetmsi/tests: Tweak the get_user_sid() functions to simpli...
2009-05-21  Ilya Shpigormsi: Subscribe to SetProgress event on adding progress...
2009-05-19  Francois Gougetmsi/tests: Use win_skip() to skip over unimplemented...
2009-05-14  Gerald Pfeifermsi: Initialize variable in MSI_ApplyPatchW.
2009-05-06  Hans Leidekkermsi: Reject NULL or empty patch package parameter in...
2009-05-05  Marcus Meissnermsi: Initialize info and patch variables (Coverity...
2009-05-05  Detlef Riekenbergmsi/tests: Run tests again with older msi versions...
2009-05-04  Nicolas Le Cammsi/tests: Fix MsiApplyMultiplePatches tests on Windows.
2009-05-01  Hans Leidekkermsi: Implement MsiApplyMultiplePatchesA/W.
2009-04-28  Hib Erismsi: Fix LONGCHAR column data type.
2009-04-28  Hib Erismsi/tests: Test type for LONGCHAR columns.
2009-04-28  Hib Erismsi: Fix SHORT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INTEGER, SHORT, LONG columns.
2009-04-28  Hib Erismsi: Fix INT column data type.
2009-04-28  Hib Erismsi/tests: Test type for INT column.
2009-04-27  Nikolay Sivovmsi: Fix wrong calling convention.
2009-04-23  Nicolas Le Cammsi/tests: Fix package test when run on a different...
2009-04-23  Nicolas Le Cammsi: Fix ACTION_AppSearchDr on empty path.
2009-04-23  Nicolas Le Cammsi/tests: Add empty dir test for the DrLocator part...
2009-04-23  Nicolas Le Cammsi: Enfore use of GetFileAttributes return value.
2009-04-20  Hans Leidekkermsi: Fix another double free.
2009-04-20  Hans Leidekkermsi: Fix a double free.
2009-04-20  Nicolas Le Cammsi: Fix buffer length value returned by MSI_RecordGetS...
2009-04-20  Nicolas Le Cammsi/tests: Test MsiRecordGetString on null and empty...
2009-04-20  Detlef Riekenbergmsi/tests: Replace lstrcatW with memcpy to fix failures...
2009-04-20  Michael Stefaniucmsi/tests: Replace long with LONG.
2009-04-20  Michael Stefaniucmsi: Remove superfluous cast of a MSIHANDLE in a TRACE().
2009-04-14  Hans Leidekkermsi: Support setting summary information by importing...
2009-04-10  Nicolas Le Cammsi/tests: Fix test when content indexing is disabled.
next