msi: Add a persistent flag to tables.
[wine] / dlls / msi / tests /
2007-04-24  Rob Shearmanmsi: Add a persistent flag to tables.
2007-04-24  Rob Shearmanmsi: Don't add info to the _Columns table for non-persi...
2007-04-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-04-23  James Hawkinsmsi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
2007-04-16  James Hawkinsmsi: Add handling for the concurrent install custom...
2007-04-16  James Hawkinsmsi: Add tests for the concurrent installation custom...
2007-04-12  James Hawkinsmsi: Reset the is_extracted flag when every cabinet...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-05  Rob Shearmanmsi: Set the PackageCode property based on the "revisio...
2007-03-05  Rob Shearmanmsi: Set the Date, Time and VersionDatabase properties.
2007-03-05  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-02-26  James Hawkinsmsi: Overwrite an existing read-only file when copying...
2007-02-26  James Hawkinsmsi: Add tests for using markers in SELECT clauses.
2007-02-14  Alexandre Julliardcabinet: Fixed fd leak in case of error.
2007-02-13  Misha Koshelevmsi: Conformance test, check that INSTALLUILEVEL flags...
2007-02-08  James Hawkinsmsi: Don't skip files continued from a previous cabinet.
2007-02-07  Mike McCormackmsi: Add a test for the version method.
2007-02-06  Mike McCormackmsi: Test the dispid for CreateRecord.
2007-02-06  Mike McCormackmsi: Add a test showing MsiGetProperty returns correct...
2007-02-05  James Hawkinsmsi: Allow uncompressed files before compressed files...
2007-01-26  Mike McCormackmsi: Add todos around tests that aren't being run yet...
2007-01-25  Mike McCormackmsi: Add a test for the IMsiServer interface.
2007-01-01  Paul Vriensmsi/tests: Remove test directory after the files have...
2006-12-19  James Hawkinsmsi: Enable cab compression and delete any resulting...
2006-12-19  James Hawkinsmsi: Run the install tests from a temporary directory.
2006-12-14  Alexandre Julliardmsi: Fix the condition test to not assume MsiNetAssembl...
2006-12-12  Andrew Talbotmsi/tests: Cast-qual warning fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Mike McCormackmsi: Add tests for comparison to empty strings.
2006-12-06  Mike McCormackmsi: More tests for the SourceDir property.
2006-12-06  Mike McCormackmsi: Add some tests for the ALTER query.
2006-12-05  Mike McCormackmsi: Add the names of features/components to debugging...
2006-12-04  Mike McCormackmsi: Double quotes are not valid in queries.
2006-12-04  Mike McCormackmsi: Add tests for quoting in queries.
2006-11-22  Mike McCormackmsi: Treat the SourceDir folder the same as TargetDir.
2006-11-21  Mike McCormackmsi: Fix use of integer fields in MsiFormatRecord.
2006-11-21  Mike McCormackmsi: Test MsiRecordGetString on an integer record field...
2006-11-21  Mike McCormackmsi: Add a test for formatting records with strings.
2006-11-20  Mike McCormackmsi: Add another test for the SourceDir property.
2006-11-17  Mike McCormackmsi: Add a test showing the _Properties table is a...
2006-11-17  Mike McCormackmsi: Add a test showing which tables are special.
2006-11-13  Mike McCormackmsi: Fix an uninitialized variable in the test cases.
2006-11-09  Eric Pouechmsi: Don't call PropVariantClear on uninitialized variants.
2006-11-08  James Hawkinsmsi: Add more tests for installing from cabinets.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-11-07  Mike McCormackmsi: Fix regression tests failing on Windows.
2006-11-02  Mike McCormackmsi: Fix a handle leak in the tests.
2006-10-31  Mike McCormackmsi: Add a test showing a join doesn't need a WHERE...
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-31  Mike McCormackmsi: Test the data returned by join queries in one...
2006-10-31  Mike McCormackmsi: Fix the ALTER and FREE keywords in the tokenizer.
2006-10-27  James Hawkinsmsi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27  James Hawkinsmsi: Test the order in which cab files are handled...
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-26  Mike McCormackmsi: Fix the join algorithm.
2006-10-26  Mike McCormackmsi: Allow UPDATE queries without a condition.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-10-26  James Hawkinsmsi: Add tests for the UPDATE sql command.
2006-10-24  James Hawkinsmsi: Add tests for installing from continuous cabinets.
2006-10-24  James Hawkinsmsi: Allow more customization of install test files.
2006-10-24  James Hawkinsmsi: Remove unused function pointer and definitions.
2006-10-24  James Hawkinsmsi: Remove two unnecessary install tables.
2006-10-24  James Hawkinsmsi: Add support for localizable strings in MsiDatabase...
2006-10-23  Francois Gougetmsi/tests: Fix compilation with gcc 2.95.
2006-10-23  Mike McCormackmsi: Fix insertion of null integers into a table.
2006-10-23  Mike McCormackmsi: Add the column type INTEGER as an alias for INT.
2006-10-20  James Hawkinsmsi: Add tests for integer column types.
2006-10-20  James Hawkinsmsi: Integer columns can have the 'NOT NULL' modifier...
2006-10-20  James Hawkinsmsi: Allow more than one primary key in a table when...
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-20  James Hawkinsmsi: Use the ProgramFileDir reg value instead of Progra...
2006-10-20  James Hawkinsmsi: Implement the InstallServices action.
2006-10-20  Mike McCormackmsi: Fix an uninitialized variable causing random confo...
2006-10-19  James Hawkinsmsi: Add tests for the InstallServices action.
2006-10-19  James Hawkinsmsi: Set the USERNAME and COMPANYNAME properties when...
2006-10-18  Alexandre Julliardmsi/tests: Make sure to delete the test data file.
2006-10-17  Mike McCormackmsi: Fix tables with binary data where the key is an...
2006-10-17  Mike McCormackmsi: Stream fields shouldn't be treated as strings.
2006-10-17  Mike McCormackmsi: Add a test for modifying a table containing binary...
2006-10-17  Mike McCormackmsi: Add a test for summary information.
2006-10-14  James Hawkinsmsi: Also set the SOURCEDIR property in MSI_InstallPackage.
2006-10-12  Mike McCormackmsi: Handle the sign properly when converting integer...
2006-10-12  Mike McCormackmsi: Test transforms removing a row in a table.
2006-10-12  Mike McCormackmsi: Tests for transforms modifying rows in a table.
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-11  James Hawkinsmsi: Clean up after the package tests.
2006-10-11  Mike McCormackmsi: Check that transforms return the correct data.
2006-10-10  Michael Ploujnikovmsi/tests: Win64 printf format warning fixes.
2006-10-10  Mike McCormackmsi: Fix handle leaks in the test cases.
2006-10-09  Paul Vriensmsi: Make tests run on Win98 again.
2006-10-05  Mike McCormackmsi: Check that transforms preserve tables.
2006-10-03  James Hawkinsmsi: Implement MsiDatabaseImport.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: If the feature linked to a component has a state...
next