msi/tests: Cleanup registry after test.
[wine] / dlls / msi / tests /
2008-06-11  Paul Vriensmsi/tests: Cleanup registry after test.
2008-06-06  Dan Kegelmsi/tests: Initialize buffer lengths before calling...
2008-05-19  James Hawkinsmsi: Don't enable a feature's components if that featur...
2008-05-13  James Hawkinsmsi: Convert string variables to ints when appropriate.
2008-05-13  James Hawkinsmsi: Test the ScreenX/Y properties.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-28  James Hawkinsmsi: Remove a debugging call.
2008-04-21  James Hawkinsmsi: Fix a few tests that fail in win9x.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-04-07  James Hawkinsmsi: Don't execute the view again when modifying a...
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-04-07  James Hawkinsmsi: Don't reorder the table when matching rows as...
2008-04-03  James Hawkinsmsi: Fix joining a nonexistent table with another table.
2008-04-02  James Hawkinsmsi: Handle sorting an empty table.
2008-03-24  James Hawkinsmsi: Don't hardcode the root drive.
2008-03-24  James Hawkinsmsi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only availab...
2008-03-24  James Hawkinsmsi: Initialize the size parameter.
2008-03-21  James Hawkinsmsi: Remove the dependence on compressed cabinets in...
2008-03-20  James Hawkinsmsi: Don't trace the tables names on import.
2008-03-20  James Hawkinsmsi: Fix the registry root indices for Installer::Regis...
2008-03-20  James Hawkinsmsi: Fix a few failing tests on win9x.
2008-03-20  James Hawkinsmsi: Clean up the db when skipping the tests.
2008-03-20  James Hawkinsmsi: win95 returns ERROR_BAD_PATHNAME.
2008-03-20  James Hawkinsmsi: Fix the type of the ID parameter of MsiSourceListE...
2008-03-19  Francois Gougetmsi/tests: Skip the tests if we are unable to identify...
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-18  James Hawkinsmsi: Skip the Installer object tests on win9x.
2008-03-18  James Hawkinsmsi: Fix a few tests of display IDs that don't exist...
2008-03-18  James Hawkinsmsi: Skip the endlines test if the table fails on import.
2008-03-15  James Hawkinsmsi: Don't publish the product for the custom action...
2008-03-13  James Hawkinsmsi: Test and fix MsiSourceListAddSource.
2008-03-12  Rob Shearmanmsi: Passing NULL for szBuffer and NULL for pcchValueBu...
2008-03-12  James Hawkinsmsi: Deformat the service name and display name when...
2008-03-11  James Hawkinsmsi: Ignore the custom action type 51 if the source...
2008-03-07  James Hawkinsmsi: Fix handling of published installer properties.
2008-03-07  Ove Kaavenmsi: Fix bug in handling of multivolume CAB files.
2008-03-06  James Hawkinsmsi: Break out the publishing tests into their respecti...
2008-03-05  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
2008-03-04  James Hawkinsmsi: Add tests for MsiGetProductInfoEx.
2008-03-01  James Hawkinsmsi: Implement the UILevel property of the Installer...
2008-02-29  Alexandre Julliardmsi/tests: Replace a printf() by a trace().
2008-02-28  James Hawkinsmsi: If a feature's action is INSTALLSTATE_UNKNOWN...
2008-02-27  Paul Vriensmsi/tests: Fix test that depends on the order of the...
2008-02-27  Paul Vriensmsi/tests: Skip tests that contain functions that are...
2008-02-27  Paul Vriensmsi/tests: Skip tests for functions that are not available.
2008-02-27  Paul Vriensmsi/tests: Make sure tests will run on Win9x and NT.
2008-02-26  James Hawkinsmsi: Add tests for MsiSourceListEnumMediaDisks.
2008-02-25  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
2008-02-25  James Hawkinsmsi: Return the result of the call to OpenSourceKey.
2008-02-25  James Hawkinsmsi: Validate the parameters of MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Add tests for MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDTYPE case.
2008-02-25  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case.
2008-02-25  James Hawkinsmsi: Factorize and fix the INSTALLPROPERTY_MEDIAPACKAGE...
2008-02-25  James Hawkinsmsi: Add more tests for MsiSourceListGetInfo.
2008-02-21  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case of...
2008-02-21  James Hawkinsmsi: Allow enumerating the sources without querying...
2008-02-21  James Hawkinsmsi: Publish a few SourceList properties.
2008-02-21  James Hawkinsmsi: Implement MsiSourceListEnumSources.
2008-02-19  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if the context...
2008-02-19  James Hawkinsmsi: Validate the dwOptions parameter of MsiSourceListS...
2008-02-19  James Hawkinsmsi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases.
2008-02-19  James Hawkinsmsi: Return the results from OpenSourceKey.
2008-02-19  James Hawkinsmsi: Return ERROR_UNKNOWN_PATCH if dwOptions contains...
2008-02-19  James Hawkinsmsi: Validate the szProduct parameter of MsiSourceListS...
2008-02-19  James Hawkinsmsi: Add tests for MsiSourceListSetInfo.
2008-02-19  Francois Gougetmsi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)'...
2008-02-18  James Hawkinsmsi: Add tests for MsiSourceListEnumSources.
2008-02-18  James Hawkinsmsi: Add tests for enumerating the source list after...
2008-02-18  James Hawkinsmsi: Implement the MSIMODIFY_REFRESH command of MsiView...
2008-02-18  James Hawkinsmsi: Add tests for the MSIMODIFY_REFRESH command.
2008-02-18  James Hawkinsmsi: Convert REG_DWORD properties to strings in MsiGetP...
2008-02-18  James Hawkinsmsi: Set the UserLanguageID property.
2008-02-18  Rob Shearmanmsi: Fix the character count passed into RegSetValueExA...
2008-02-15  Paul Vriensmsi/tests: Services are not available on win9x.
2008-02-13  James Hawkinsmsi: Add tests for source folder resolution.
2008-02-12  James Hawkinsmsi: Handle carriage returns in MsiDatabaseImport.
2008-02-12  James Hawkinsmsi: Use MsiViewModify instead of building a SQL query...
2008-02-12  James Hawkinsmsi: Reimplement MsiGetProductInfo.
2008-02-11  James Hawkinsmsi: Test the remaining installer properties returned...
2008-02-11  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if szProduct is...
2008-02-11  James Hawkinsmsi: Add tests for MsiGetProductInfo.
2008-02-11  James Hawkinsmsi: Successfully return an empty string when requestin...
2008-02-11  James Hawkinsmsi: Don't check for the existence of the msi package...
2008-02-11  James Hawkinsmsi: Handle the special table _ForceCodepage in MsiData...
2008-02-11  James Hawkinsmsi: Add tests for not using quotes in SQL queries.
2008-02-11  Alexandre Julliardmsi/tests: Fix test that depends on the order of the...
2008-02-07  James Hawkinsmsi: Test using carriage returns in SQL queries and...
2008-02-05  James Hawkinsmsi: Fix handling of the NULL separator when writing...
2008-02-05  James Hawkinsmsi: Reimplement MsiFormatRecord.
2008-02-05  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2008-02-05  James Hawkinsmsi: Return ERROR_MORE_DATA if the size is too small.
2008-02-05  James Hawkinsmsi: Return the string length even if the string is...
2008-02-05  James Hawkinsmsi: Leave room for the NULL terminator.
2008-02-05  James Hawkinsmsi: Return ERROR_FILE_INVALID if the file has no versi...
2008-02-05  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if a string pointer...
2008-02-05  James Hawkinsmsi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F...
2008-02-05  James Hawkinsmsi: Only convert output strings if the call succeeded.
next