ole32: Use a helper function to access the enum format implementation.
[wine] / dlls / msi / tests / install.c
2009-03-30  Detlef Riekenbergmsi/tests: Verify path names case insensitively.
2009-03-23  James Hawkinsmsi: Handle a NULL and empty szPackagePath in MsiInstal...
2009-03-12  Paul Vriensmsi/tests: Fix a test for systems with %TEMP% being...
2009-02-26  James Hawkinsmsi: Fix a failing test on win9x.
2009-01-20  Ge van Geldorpmsi/tests: EstimatedSize is not set consistently betwee...
2009-01-19  Ge van Geldorpmsi/tests: Windows Installer 3.0 often returns ERROR_IN...
2009-01-19  Andrew Nguyenmsi/tests: Fix a few handle leaks.
2009-01-15  Michael Stefaniucmsi/tests: Remove superfluous pointer casts.
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fci.h for Win64 compat...
2009-01-03  Alexandre Julliardmsi/tests: Add CDECL to the cabinet callback functions.
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-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-27  James Hawkinsmsi: Convert command line property names to uppercase.
2008-10-27  James Hawkinsmsi: Set the source path tests to "interactive" to...
2008-10-17  James Hawkinsmsi: All files are uncompressed in an administrative...
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-09-29  Marcus Meissnermsi/tests: Fix explicit C:\\Program Files\\ references.
2008-09-15  Marcus Meissnermsi/tests: Reduce buffer to size of string written.
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-08  James Hawkinsmsi: Actions should be run even if the installed state...
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-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.
2008-08-21  James Hawkinsmsi: If the filename is empty or NULL, remove the direc...
2008-08-21  James Hawkinsmsi: Handle processing a component that is installed...
2008-08-19  James Hawkinsmsi: Base removal of a file on the component's action...
2008-08-19  James Hawkinsmsi: Remove misc files from the RemoveFile table.
2008-08-19  James Hawkinsmsi: A file's component's state does not determine...
2008-08-19  James Hawkinsmsi: Ignore a file that has a missing component.
2008-08-18  James Hawkinsmsi: Also check the LocalPackage install property when...
2008-08-18  James Hawkinsmsi: Test how MsiConfigureProductEx locates the source...
2008-07-29  James Hawkinsmsi: Add tests for MsiConfigureProductEx.
2008-07-22  James Hawkinsmsi: Test mixing short and long source paths when insta...
2008-07-22  James Hawkinsmsi: msidbFileAttributesVital has no effect on the...
2008-07-08  James Hawkinsmsi: Only use the long filename when resolving the...
2008-06-24  James Hawkinsmsi: Fix the published location of the upgrade code...
2008-06-24  James Hawkinsmsi: Open the local user data product key for the machi...
2008-06-24  James Hawkinsmsi: Test the PublishProduct action with the machine...
2008-06-24  James Hawkinsmsi: Publish the UpgradeCode in PublishProduct.
2008-06-24  James Hawkinsmsi: Publish media disks whether the drive type is...
2008-06-24  James Hawkinsmsi: Publish a few more product properties.
2008-06-24  James Hawkinsmsi: Allow checking a REG_MULTI_SZ string.
2008-06-24  James Hawkinsmsi: Squash the package code property.
2008-06-24  James Hawkinsmsi: Don't publish the product to an invalid location.
2008-06-24  James Hawkinsmsi: Don't set an invalid install property in PublishPr...
2008-06-19  James Hawkinsmsi: Rewrite the PublishProduct test to only check...
2008-06-19  James Hawkinsmsi: Test the RegisterProduct action with the machine...
2008-06-19  James Hawkinsmsi: Factor out the publishing of installation properties.
2008-06-19  James Hawkinsmsi: Don't publish the upgrade key to an invalid location.
2008-06-19  James Hawkinsmsi: Rewrite the RegisterProduct test to only check...
2008-06-19  James Hawkinsmsi: Fix the PublishFeatures action to handle the packa...
2008-06-18  James Hawkinsmsi: Don't publish features to an invalid location.
2008-06-18  James Hawkinsmsi: Rewrite the PublishFeatures test to only check...
2008-06-18  James Hawkinsmsi: Fix the RegisterUser action to handle the package...
2008-06-18  James Hawkinsmsi: Rewrite the RegisterUser test to only check the...
2008-06-18  James Hawkinsmsi: Fix the ProcessComponents action to handle the...
2008-06-18  James Hawkinsmsi: Don't publish components to the Installer key.
2008-06-18  James Hawkinsmsi: Rewrite the ProcessComponents test to only check...
2008-06-11  Paul Vriensmsi/tests: Cleanup registry after test.
2008-05-19  James Hawkinsmsi: Don't enable a feature's components if that featur...
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: Test and reimplement MsiQueryProductState.
2008-03-21  James Hawkinsmsi: Remove the dependence on compressed cabinets in...
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-15  James Hawkinsmsi: Don't publish the product for the custom action...
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-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-25  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
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-21  James Hawkinsmsi: Publish a few SourceList properties.
2008-02-21  James Hawkinsmsi: Implement MsiSourceListEnumSources.
2008-02-18  James Hawkinsmsi: Add tests for enumerating the source list after...
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-11  James Hawkinsmsi: Don't check for the existence of the msi package...
2008-02-11  Alexandre Julliardmsi/tests: Fix test that depends on the order of the...
2008-02-05  James Hawkinsmsi: Fix handling of the NULL separator when writing...
2008-01-11  Francois Gougetmsi/tests: Tweaked so it does not look like things...
2008-01-07  James Hawkinsmsi: Create parent directories when duplicating files...
2008-01-07  James Hawkinsmsi: Pad the month and day to two digits.
2008-01-07  James Hawkinsmsi: Remove an erroneous table.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-26  James Hawkinsmsi: Set the file contents of the file hash test file...
2007-11-20  Misha Koshelevmsi/tests: Close opened service handles.
2007-11-15  James Hawkinsmsi: Don't ignore the error returned by ready_media.
next