msxml3: Accept NODE_ENTITY_REFERENCE in ::createNode() and use it for ::createEntityR...
[wine] / dlls / msi /
2010-02-15  Hans Leidekkermsi: Add tests for creating and removing shortcuts.
2010-02-15  Hans Leidekkermsi: Implement the RemoveShortcuts standard action.
2010-02-12  Paul Vriensmsi/tests: Fix a test failure on Win9x/WinMe.
2010-02-12  Hans Leidekkermsi: Fix a memory leak in ITERATE_StartService.
2010-02-12  Hans Leidekkermsi: Return the right error from ITERATE_RegisterTypeLi...
2010-02-12  Hans Leidekkermsi: Implement the UnregisterTypeLibraries standard...
2010-02-11  Hans Leidekkermsi: Add tests for installing and removing ODBC drivers.
2010-02-11  Hans Leidekkermsi: Implement the RemoveODBC standard action.
2010-02-11  Hans Leidekkermsi: Make sure attrs variable is properly double nul...
2010-02-11  Hans Leidekkermsi: The File_Setup field in the ODBCDriver and ODBCTra...
2010-02-10  Paul Vriensmsi/tests: Run the 'in_use' tests again.
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2010-02-10  Hans Leidekkermsi: Add stub implementations of the DisableRollback...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-02-05  Hans Leidekkermsi: Implement the SelfUnregModules standard action.
2010-02-05  Hans Leidekkermsi: Implement the RemoveFolders standard action.
2010-02-04  Marcus Meissnermsi: Handle some error returns (Coverity).
2010-02-04  Marcus Meissnermsi: Call Custom function via wrapper.
2010-02-04  Hans Leidekkermsi: Implement the DeleteServices standard action.
2010-02-04  Hans Leidekkermsi: Add tests for the _Streams table implementation.
2010-02-04  Hans Leidekkermsi: Fix an off-by-one error in STREAMS_find_matching_rows.
2010-02-04  Hans Leidekkermsi: Give the Name field from the _Streams table a...
2010-02-04  Hans Leidekkermsi: Make room for the new row in STREAMS_insert_row.
2010-02-04  Hans Leidekkermsi: Allow overwriting an existing stream in STREAMS_se...
2010-02-04  Hans Leidekkermsi: Encode the stream name before trying to open it.
2010-02-04  Hans Leidekkermsi: Improve error handling in STREAMS_set_row and...
2010-02-04  Hans Leidekkermsi: Implement STREAMS_get_row.
2010-02-04  Hans Leidekkermsi: Remove unused and redundant name field from STREAM...
2010-02-04  Juan Langmsi: Remove function name from fixme.
2010-02-04  Michael Stefaniucmsi: Don't print the function name twice in a WARN.
2010-02-04  André Hentschelmsi: Copy InstallerImpl_LastErrorRecord to use it for...
2010-02-03  Hans Leidekkermsi: Move some helpers to the module where they are...
2010-02-03  Hans Leidekkermsi: Implement the ScheduleReboot standard action.
2010-02-03  Hans Leidekkermsi: Add a stub implementation of the SetODBCFolders...
2010-02-02  Hans Leidekkermsi: Test duplicating files from a nonexistent component.
2010-02-02  André Hentschelmsi: Fix crash with access to component.
2010-02-02  Paul Vriensmsi/tests: Fix some test failures on Win9x up to W2K.
2010-02-01  Luca Bennatimsi: Fix Italian translation.
2010-02-01  Hans Leidekkermsi: Don't fail if the service to start is already...
2010-01-29  Michael Stefaniucmsi: Avoid using HIWORD() on string pointers.
2010-01-29  Igor Paliychukmsi: Add Ukrainian translations.
2010-01-28  Hans Leidekkermsi: Don't create all directories in the CreateFolders...
2010-01-28  Hans Leidekkermsi: Improve some traces.
2010-01-28  Hans Leidekkermsi: Name and arguments in the service control table...
2010-01-28  Hans Leidekkermsi: Add a test for MsiSetTargetPath.
2010-01-27  Hans Leidekkermsi: Don't evaluate the condition table when there...
2010-01-22  Hans Leidekkermsi: Add tests for updating rows in join tables.
2010-01-22  Hans Leidekkermsi: Add support for updating rows in join tables.
2010-01-20  Alexandre Julliardmsi: Add a partial stub for the ValidateProductID contr...
2010-01-20  Jason Edmeadesmsi: Correct the setting of environment variables.
2010-01-19  Hans Leidekkermsi: Add a test to exersize the code to retrieve rows...
2010-01-18  Hans Leidekkermsi: Fix parsing of feature overrides.
2010-01-18  Hans Leidekkermsi: Support retrieving rows from join tables.
2010-01-08  Nathan Gallahermsi: Queue dynamically allocated strings in cond.y.
2010-01-06  André Hentschelmsi/tests: Remove dead url.
2010-01-06  Andrew Eikummsi: Implement recursive INSTALLSTATE updates for msi...
2009-12-31  Alexandre Julliardmsi: Fix some pointer cast warnings on 64-bit.
2009-12-22  Marcus Meissnermsi: Removed unnecessary NULL check.
2009-12-21  Paul Vriensmsi/tests: Fix test failures on Win9x/WinMe.
2009-12-18  Hans Leidekkermsi: Propagate errors from IStorage_OpenStream again...
2009-12-18  Hans Leidekkermsi: Avoid a crash in STREAMS_delete.
2009-12-18  James Hawkinsmsi: Free the current filename if we choose to not...
2009-12-17  Hans Leidekkermsi: Reset the ALLUSERS property from to 2 to 1.
2009-12-17  Hans Leidekkermsi: Fix download of installer packages. Return errors...
2009-12-17  James Hawkinsmsi: Initialize type. If the value did not exist, type...
2009-12-17  James Hawkinsmsi: Move MSITRANSFORM and MSISTREAM and associated...
2009-12-17  James Hawkinsmsi: Free the cached streams when closing the database.
2009-12-17  Henri Verbeetmsi: Remove an unused field from the string table.
2009-12-16  Hans Leidekkermsi: Replace the string table hash with a sorted index.
2009-12-16  Hans Leidekkermsi: Clone the open stream instead of trying to open...
2009-12-16  James Hawkinsmsi: Free the temp buffer if we haven't assigned it...
2009-12-16  James Hawkinsmsi: Refactor freeing the import sql strings.
2009-12-16  James Hawkinsmsi: Simplify ITERATE_WriteEnvironmentString.
2009-12-16  James Hawkinsmsi: Free the columns view if check_column_exists fails.
2009-12-16  James Hawkinsmsi: Fix a leaking record handle.
2009-12-16  James Hawkinsmsi: Free the join view if we fail to create the table...
2009-12-16  James Hawkinsmsi: Keep track of the current view in the sql parser.
2009-12-15  Hans Leidekkermsi: Reject greater than and less than string compariso...
2009-12-14  James Hawkinsmsi: Free the enumeration data returned by IEnumSTATSTG...
2009-12-14  James Hawkinsmsi: Free each table object when deleting the join...
2009-12-14  James Hawkinsmsi: Free the Streams and Storages view object in their...
2009-12-14  James Hawkinsmsi: Implement DROP_delete that deletes the drop view...
2009-12-14  James Hawkinsmsi: Fix a record handle leak.
2009-12-14  James Hawkinsmsi: Free each storage name when deleting the storages...
2009-12-14  James Hawkinsmsi: Store the number of types we queried. We were...
2009-12-14  James Hawkinsmsi: Free each stream name when deleting the streams...
2009-12-14  James Hawkinsmsi: Don't free str until the last instance of its...
2009-12-14  James Hawkinsmsi: Make sure we don't access pcchValueBuf when szBuff...
2009-12-11  Alexandre Julliardmsi/tests: Fix a handle leak.
2009-12-11  Chris Schafermsi/tests: Remove some barriers to running msi tests...
2009-12-11  James Hawkinsmsi: Wine fails the test and passes us a Session object...
2009-12-11  James Hawkinsmsi: Refactor the Installer.RelatedProducts method...
2009-12-11  James Hawkinsmsi: Refactor the Installer.Products method into Instal...
2009-12-11  James Hawkinsmsi: Refactor the Installer.ProductInfo method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.ProductState method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.RegistryValue method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.Version method into Install...
2009-12-11  James Hawkinsmsi: Refactor the Installer.InstallProduct method into...
2009-12-11  James Hawkinsmsi: Refactor the remaining Installer object stub metho...
next