user32/tests: Fix the monitor tests on NT4.
[wine] / dlls / msi /
2008-11-17  Paul Vriensmsi/tests: Skip tests on win9x by checking functionalit...
2008-11-13  Paul Vriensmsi/tests: Skip some tests on Win9x and WinMe.
2008-11-11  Paul Vriensmsi/tests: Fix some test failures on Win9x and WinMe.
2008-11-04  James Hawkinsmsi: Remove an unused registry function.
2008-11-04  James Hawkinsmsi: Factor out the code to open the UserData features...
2008-11-04  James Hawkinsmsi: Factor out the code to open the features key.
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-04  James Hawkinsmsi: Factor out the table insertion code.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-29  James Hawkinsmsi: Do not reinstall an assembly that already exists...
2008-10-28  Nicolas Le Cammsi/tests: Fix a failing test on all platforms up to...
2008-10-27  James Hawkinsmsi: Skip the leading period of the extension to be...
2008-10-27  James Hawkinsmsi: Convert command line property names to uppercase.
2008-10-27  James Hawkinsmsi: Use the long file name in the WriteIniValues action.
2008-10-27  James Hawkinsmsi: Set the source path tests to "interactive" to...
2008-10-24  James Hawkinsmsi: Fix several test failures.
2008-10-24  James Hawkinsmsi: Fix a failing test in win9x.
2008-10-22  James Hawkinsmsi: Only compare the file version if a version was...
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-20  James Hawkinsmsi: Use the quoted part of the registry value when...
2008-10-20  James Hawkinsmsi: Fix a copy and paste error.
2008-10-20  James Hawkinsmsi: Strip the file off the parent path if it's not...
2008-10-20  James Hawkinsmsi: Only check the file signature if the candidate...
2008-10-20  James Hawkinsmsi: Append the next directory to search to the current...
2008-10-20  James Hawkinsmsi: Only append a backslash to directories.
2008-10-20  James Hawkinsmsi: Don't get rid of the file signature when searching...
2008-10-20  James Hawkinsmsi: Simplify and clean up ACTION_RecurseSearchDirectory.
2008-10-20  James Hawkinsmsi: Handle searching for directories in the IniLocator...
2008-10-20  James Hawkinsmsi: Handle searching for a file with no signature.
2008-10-20  James Hawkinsmsi: Add more tests for the RegLocator part of the...
2008-10-20  James Hawkinsmsi: Check the file version when a version is provided...
2008-10-20  James Hawkinsmsi: Add more tests for the AppSearch action.
2008-10-20  James Hawkinsmsi: Return the requested ini field.
2008-10-20  James Hawkinsmsi: Pass the correct view to get_row.
2008-10-17  James Hawkinsmsi: All files are uncompressed in an administrative...
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch registry path.
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch directory...
2008-10-13  James Hawkinsmsi: Fix the returned format of REG_BINARY data.
2008-10-13  James Hawkinsmsi: Expand REG_EXPAND_SZ registry values in the RegLoc...
2008-10-13  James Hawkinsmsi: Append the file signature to the component's direc...
2008-10-13  James Hawkinsmsi: Add tests for the DrLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the RegLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the IniLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add more tests for the CompLocator part of the...
2008-10-09  Alexandre Julliardmsi/tests: Clean up the binary.dat file.
2008-10-09  James Hawkinsmsi: Initialize the count variable to zero.
2008-10-09  James Hawkinsmsi: Add extra constraints on the formatting string...
2008-10-09  James Hawkinsmsi: Add a stub implementation of MsiDetermineApplicabl...
2008-10-09  James Hawkinsmsi: Replace lengthy calls to MSI_DatabaseOpenView...
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
2008-10-09  James Hawkinsmsi: Add tests for converting record fields between...
2008-10-09  James Hawkinsmsi: Remove a part of a debugging statement that was...
2008-10-08  Michael Stefaniucmsi: Use the right FAILED/SUCCEEDED macro instead of...
2008-10-07  James Hawkinsmsi: Don't update the table columns if there are no...
2008-10-07  James Hawkinsmsi: Add tests for dropping tables with multiple columns.
2008-10-07  James Hawkinsmsi: Remove the columns in reverse order.
2008-10-07  James Hawkinsmsi: Remove a break that kept other columns from gettin...
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-10-07  Jacek Cabanmsi: Added MsiInstallMissingComponentW stub implementation.
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-10-01  James Hawkinsmsi: Fix a test that fails in win95.
2008-10-01  James Hawkinsmsi: Forward MsiDatabaseMergeA to MsiDatabaseMergeW.
2008-10-01  James Hawkinsmsi: Add a stub implementation of MsiDatabaseMerge.
2008-09-30  Marcus Meissnermsi: Fix potential uninitialized use of substg.
2008-09-29  James Hawkinsmsi: Fix several test failures in win9x.
2008-09-29  Marcus Meissnermsi/tests: Fix explicit C:\\Program Files\\ references.
2008-09-25  Louis Lendersmsi: Add stub for MsiSetExternalUIRecord.
2008-09-23  Detlef Riekenbergmsi: Remove redundant NULL check before SysFreeString.
2008-09-15  Marcus Meissnermsi/tests: Reduce buffer to size of string written.
2008-09-15  Paul Vriensmsi/tests: Prevent a crash on NT4.
2008-09-11  Paul Vriensmsi/tests: Create only one log file and delete it after...
2008-09-10  Rob Shearmanmsi: Reduce destination file name used in the MoveFiles...
2008-09-10  Andrew Talbotmsi: Uninitialized variable fix (Coverity).
2008-09-09  James Hawkinsmsi: Fix a few file access discrepancies between platforms.
2008-09-08  James Hawkinsmsi: Make sure read-only source files are set writable...
2008-09-08  James Hawkinsmsi: Actions should be run even if the installed state...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-04  James Hawkinsmsi: Source for new patch files can only be compressed.
2008-09-04  Hongbo Nimsi: Add simplified and traditional Chinese resources.
2008-09-03  James Hawkinsmsi: Fix a failing test in Vista.
2008-09-02  Paul Vriensmsi/tests: Create a system restore point when needed.
2008-09-02  Paul Vriensmsi/tests: Add a missing CoUninitialize.
2008-08-29  James Hawkinsmsi: Add tests for opening an empty package.
2008-08-29  James Hawkinsmsi: Handle converting a value of REG_DWORD in MsiSourc...
2008-08-28  Paul Vriensmsi/tests: Remove service tests.
2008-08-25  James Hawkinsmsi: Store the _Columns and _Tables tables in the datab...
2008-08-25  James Hawkinsmsi: Skip the component action detection logic if there...
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-08-25  James Hawkinsmsi: Don't install a feature that is disabled.
2008-08-25  James Hawkinsmsi: Only set the action to source if the component...
2008-08-25  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-25  James Hawkinsmsi: Handle features installed as source in MsiQueryFea...
2008-08-21  James Hawkinsmsi: Don't remove a misc file if the action is unknown.
2008-08-21  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-21  James Hawkinsmsi: Don't remove a file that is installed as source.
2008-08-21  James Hawkinsmsi: Remove an invalid setting of the install state.
next