kernel32/tests: Document a few FormatMessage tests which are broken on older Windows.
[wine] / dlls / msi /
2010-04-21  Hans Leidekkermsi: Try to apply a patch to each product it is targete...
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-21  Hans Leidekkermsi: Add a test to show that MsiOpenPackage must apply...
2010-04-19  Octavian Voicumsi: Sync combo control value with associated property.
2010-04-19  Octavian Voicumsi: Fill combo control with items from database.
2010-04-19  Octavian Voicumsi: Use standard window class for combo control and...
2010-04-19  Octavian Voicumsi: Fix crash when calling MsiGetActiveDatabase with...
2010-04-19  Hans Leidekkermsi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenData...
2010-04-19  Hans Leidekkermsi: Don't assume unversioned files are present.
2010-04-19  Hans Leidekkermsi: Add beginnings of a test module that concentrates...
2010-04-19  Hans Leidekkermsi: Remove the string index parameter from msi_addstringW.
2010-04-19  Hans Leidekkermsi: Make the name parameter of create_storage and...
2010-04-19  Hans Leidekkermsi: Remove unused and redundant name field from STORAG...
2010-04-14  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Move application of substorage transforms out...
2010-04-13  Hans Leidekkermsi: Release summary information on error in msi_parse_...
2010-04-13  Hans Leidekkermsi/tests: Run the RemoveODBC action to unregister...
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-12  Detlef Riekenbergmsi: Display a MessageBox in MsiMessageBoxEx.
2010-04-09  Paul Vriensmsi/tests: Remove temporary files.
2010-04-02  Hans Leidekkermsi: Reset the MsiEnumPatchesExW index on failure.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering MIME...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterMIMEInfo standard action.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering extens...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterExtensionInfo standard...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterProgIdInfo standard action.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering class...
2010-04-02  Hans Leidekkermsi: Set the action taken in the RegisterExtensionInfo...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterClassInfo standard action.
2010-03-29  Mikhail Maroukhinemsi: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-26  Hans Leidekkermsi: Improve the SetODBCFolders action stub.
2010-03-26  Hans Leidekkermsi: Implement the Reinstall control event.
2010-03-26  Hans Leidekkermsi: Keep source directory and cabinet file separate.
2010-03-26  Hans Leidekkermsi: Return the right error when a cabinet cannot be...
2010-03-26  Hans Leidekkermsi: Update the UI in the StartServices and StopService...
2010-03-26  Alexandre Julliardmsi: Reset the MsiEnumProductsW index on failure.
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-24  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-23  Hans Leidekkermsi: Search network sources in addition to disk sources.
2010-03-23  Hans Leidekkermsi: Remove stream from streams cache before destroying it.
2010-03-23  Hans Leidekkermsi: Don't crash on null last parameter in MsiDecompose...
2010-03-23  Hans Leidekkermsi: Display REG_EXPAND_SZ values too in the WriteRegis...
2010-03-23  Hans Leidekkermsi: Update the UI in the UnpublishFeatures action.
2010-03-23  Hans Leidekkermsi: Implement a second cabinet extractor on top of...
2010-03-23  Hans Leidekkermsi: Set the action taken in the ProcessComponents...
2010-03-23  Hans Leidekkermsi: The AppSearch and CCPSearch actions must be run...
2010-03-23  Hans Leidekkermsi: Display the file identifier instead of the filenam...
2010-03-22  Paul Vriensmsi/tests: Remove temporary files.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Nikolay Sivovmsi: Convert IWineMsiRemoteDatabase BSTR parameters...
2010-03-15  Paul Vriensmsi/tests: Remove a key after running tests.
2010-03-05  Hans Leidekkermsi: Also update the UI when removing files listed...
2010-03-05  Hans Leidekkermsi: Update the UI in the RegisterUser action.
2010-03-05  Hans Leidekkermsi: Update the UI in the RegisterProduct action.
2010-03-05  Hans Leidekkermsi: Display the product code in the PublishProduct...
2010-03-05  Hans Leidekkermsi: Update the UI in the MsiPublishAssemblies action.
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 RemoveODBC action.
2010-03-05  Hans Leidekkermsi: Update the UI in the InstallODBC action.
2010-03-05  Hans Leidekkermsi: Display the product code in the FindRelatedProduct...
2010-03-05  Hans Leidekkermsi: Properly update the UI in the DuplicateFiles and...
2010-03-05  Hans Leidekkermsi: Update the UI in the DeleteServices action.
2010-03-05  Hans Leidekkermsi: Display directory identifier instead of the full...
2010-03-05  Hans Leidekkermsi: Update the UI in the AppSearch action.
2010-03-05  Hans Leidekkermsi: Update the UI in the AllocateRegistrySpace action.
2010-03-04  Hans Leidekkermsi: Initialize a couple of variables.
2010-03-03  Hans Leidekkermsi: Add tests for removing environment strings.
2010-03-03  Hans Leidekkermsi: Implement the RemoveEnvironmentStrings standard...
2010-03-03  Hans Leidekkermsi: Strip leading text style label from control text...
2010-03-03  Andrew Nguyenmsi: Correctly set the process working directory in...
2010-03-02  Hans Leidekkermsi: Add tests for removing values from .ini files.
2010-03-02  Hans Leidekkermsi: Implement the RemoveIniValues standard action.
2010-03-02  Hans Leidekkermsi: Skip the FindRelatedProducts action when product...
2010-03-02  Hans Leidekkermsi: Improve a trace.
2010-03-02  Hans Leidekkermsi: Look at the requested action when publishing assem...
2010-03-02  Hans Leidekkermsi: Look at the requested action when moving files...
2010-03-02  Hans Leidekkermsi: Look at the requested action when deleting service...
2010-03-02  Hans Leidekkermsi: Look at the requested action when stopping service...
2010-03-02  Hans Leidekkermsi: Look at the requested action when installing servi...
2010-03-02  Hans Leidekkermsi: Only create environment strings when the component...
2010-03-02  Hans Leidekkermsi: Improve a trace.
2010-02-26  Hans Leidekkermsi: The table for isolated components is called Isolat...
2010-02-26  Hans Leidekkermsi: Remove empty directories as part of the RemoveFile...
2010-02-25  Hans Leidekkermsi: Add tests for removing registry values.
2010-02-25  Hans Leidekkermsi: Implement the RemoveRegistryValues standard action.
2010-02-23  Hans Leidekkermsi: Add tests for creating and removing duplicate...
2010-02-23  Hans Leidekkermsi: Implement the RemoveDuplicateFiles standard action.
2010-02-22  Hans Leidekkermsi: Allocate sufficient memory in ITERATE_InstallODBCD...
2010-02-22  Hans Leidekkermsi/tests: Free exception information.
2010-02-22  Hans Leidekkermsi: All stream names starting with 0x0005 are unencoded.
2010-02-22  Hans Leidekkermsi: Make msi_reset_folders static.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
next