msi: Only copy the resulting string if the RegistryValue call succeeded.
[wine] / dlls / msi / streams.c
2008-03-01  James Hawkinsmsi: Include query.h to pull in the definition of STREA...
2008-02-19  Gerald Pfeifermsi: Adjust the signedness of three variables.
2008-02-16  Marcus Meissnermsi: Fixed error reporting of add_streams_to_table.
2008-02-05  James Hawkinsmsi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
2007-12-26  Rob Shearmanmsi: Fix several memory leaks after using IEnumSTATSTG_...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-10-18  James Hawkinsmsi: Add handling for MSIMODIFY_INSERT for the streams...
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.