msi/tests: Use a unique product code when testing MsiConfigureFeature parameter valid...
[wine] / dlls / msi / tests / source.c
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2009-10-27  Hans Leidekkermsi/tests: Fix a couple of user SID string leaks.
2009-06-19  Paul Vriensmsi/tests: Fix test (logical || with non-zero constant).
2009-05-19  Francois Gougetmsi/tests: Use win_skip() to skip over unimplemented...
2009-04-07  Ge van Geldorpmsi/tests: Handle running the tests as a domain user.
2009-02-26  James Hawkinsmsi: Trace the username to help debug test failures...
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.
2008-09-15  Paul Vriensmsi/tests: Prevent a crash on NT4.
2008-08-29  James Hawkinsmsi: Handle converting a value of REG_DWORD in MsiSourc...
2008-06-06  Dan Kegelmsi/tests: Initialize buffer lengths before calling...
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-03-24  James Hawkinsmsi: Initialize the size parameter.
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-13  James Hawkinsmsi: Test and fix MsiSourceListAddSource.
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: 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-18  James Hawkinsmsi: Add tests for MsiSourceListEnumSources.
2008-01-24  Paul Vriensmsi/tests: Only use functions if they are implemented.
2007-11-05  James Hawkinsmsi: Fix the location used to read machine context...
2007-11-05  James Hawkinsmsi: szUserSid must be NULL if context is MSIINSTALLCON...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-05  James Hawkinsmsi: Reimplement MsiSourceListAddSourceEx to handle...
2007-11-05  James Hawkinsmsi: The options must include a source type.
2007-11-05  James Hawkinsmsi: An empty source is an invalid parameter.
2007-11-05  James Hawkinsmsi: Append a slash to network and url sources.
2007-11-05  James Hawkinsmsi: Validate the product code.
2007-11-05  James Hawkinsmsi: Return the error from OpenSourceKey.
2007-11-05  James Hawkinsmsi: Add tests for MsiSourceListAddSourceEx.
2007-08-10  Paul Vriensmsi/tests: Run tests again on win98 and NT4.
2007-07-13  James Hawkinsmsi: Fix compilation in MSVC.
2007-07-03  James Hawkinsmsi: Add support for the MSICODE_PATCH option.
2007-07-03  James Hawkinsmsi: pcchValue represents the length of szValue in...
2007-07-02  James Hawkinsmsi: Return ERROR_SUCCESS if the PackageName property...
2007-07-02  James Hawkinsmsi: Return ERROR_BAD_CONFIGURATION if the SourceList...
2007-07-02  James Hawkinsmsi: Validate MsiSourceListGetInfo parameters.
2007-07-02  James Hawkinsmsi: Add tests for MsiSourceListGetInfo.