msi: Add tests for MsiGetComponentPath.
[wine] / dlls / msi / tests / source.c
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.